m15a
Emperor
- Joined
- Jul 7, 2005
- Messages
- 1,471
For coders would it be possible to some how map out zones on the map that would dictate continental shelfs? Which could dictate when bonuses kick in.
It is definitely possible to come up with a way to split up landmasses into continents, if that's what you're asking. It's not even necessarily as hard as it sounds because the game is both generating the map and defining the continents simultaneously. A first pass at the map can be generated, and then basic continental areas can be defined (like maybe landmasses over a certain size will be split into 2 or 3 contients) and then the map can be modified with ocean tiles and mountains or whatever so it resembles separate continents (and it doesn't even have to do that good a job since it's just a game).
That's way easier than having a computer decide on the dividing line between Europe and Asia. And maybe for user-generated static maps, there will be a way of manually assigning continents to certain tiles.