Convert SimCity 2000 cities into Minecraft worlds
71–80 of 154 posts
Re: Convert SimCity 2000 cities into Minecraft worlds
#72This reminds me a lot of SimCopter (1996) where you could also import your SC2k city and fly around and do missions. Mostly about helping people in various forms of distress by picking them up and flying to various destinations. Great flashback from 90's gaming, I remember tossing people out at random when flying which was always hilarious when you're a young kid. You could then pick them up and fly them to the hospi…
> Playclassic.games does not intend to violate any copyright or violate any license of a game. I thought there was a chance this site might have arranged licenses from the original publishers, funded by revenue from the (many) ads, but no, it appears to be good old fashioned piracy. Edit: I tried Settlers, which has one of those copy-protection systems that involves entering information that can be found in the print…
Re: Convert SimCity 2000 cities into Minecraft worlds
#73Is this what “reticulating splines” means, then? Almost 30 years later and I still don’t understand but the phrase is eternally trapped in my mind.
I looked this up once to determine if it was real or just hilarity. And the answer is great. From [Sims Fandom]( https://sims.fandom.com/wiki/Reticulating_splines ) site: > The words 'reticulate' and 'spline' both have dictionary definitions, which has led several people to determine a meaning for the phrase, such as "to make a network of curved elements." However, Will Wright stated in an interview that the term its…
Re: Convert SimCity 2000 cities into Minecraft worlds
#74Anyway, the dev found that he enjoyed designing the map and its interactions more than he did actually playing the game, so he decided that his next game would be all about building a map. He called it SimCity.
Re: Convert SimCity 2000 cities into Minecraft worlds
#75That looks great! It's C# though, so I have no idea how to build this under Linux. I also wish there was a Minetest backend. Similar: OSM to Minecraft[0][1] (there should be another code drop soon-ish, I heard [2] they plan to move the dev effort to GitHub by the end of the year). [0]: https://minecraft.ign.fr/ [1]: https://github.com/ignfab-minalac/minalac [2]: video, in French: https://peertube.openstreetmap.fr/w/c…
Looks like the GUI uses WinForms, which means you won't be able to build it on linux, I would wager. You may, however, be able to run an already built version of it through Wine.
Re: Convert SimCity 2000 cities into Minecraft worlds
#76This reminds me a lot of SimCopter (1996) where you could also import your SC2k city and fly around and do missions. Mostly about helping people in various forms of distress by picking them up and flying to various destinations. Great flashback from 90's gaming, I remember tossing people out at random when flying which was always hilarious when you're a young kid. You could then pick them up and fly them to the hospi…
Re: Convert SimCity 2000 cities into Minecraft worlds
#77Re: Convert SimCity 2000 cities into Minecraft worlds
#78Re: Convert SimCity 2000 cities into Minecraft worlds
#79How did they convert the 2D sprites to 3D blocks? Automatically or laboriously?
Re: Convert SimCity 2000 cities into Minecraft worlds
#80Earlier quoted context omitted.
I recently got into Minecraft due to kid reaching Minecraft age. I keep meaning to write an intro for technical parents, because it's very confusing at first. The original was written in Java, and people decompiled and reverse engineered it almost completely, so there are tons of mods that reach in and change things deeply. They then created MCPE (pocket edition) which was a "cut-down mobile edition". That evolved in…
Thank you for the high-effort comment! Has there ever been any community-led effort to create and maintain a "Minecraft spec" (similar to the Tetris spec) and make an open source reference implementation, or is the game to complex for that? Kind of surprising Mojang didn't go into that direction (e.g. to match Redstone behavior).