Multi Map Possible?

Killamike718 said:
is it p[ossible to connnect two or more maps and have htem combined.

You could sort of fake this. You could create a totally untraversable block of tiles dividing the map (picture a line of mountains running all the way across the map, wide enough to prevent air travel). Then you could add python to allow some way to get from one portion of the map to the other.

Otherwise, you can't do this (yet) because CyMap() is a singleton (I think: i'll hedge on this because I didn't get confirmation on this from firaxis, but it sure looks like it).
 
Back
Top Bottom