Originally posted by Cifer Almasy
Replacing Terrains is easy with this tool, but you can't save as .sav, I guess, just as .mp file. So all my city placing would be lost.
Any other solution here?
Replacing Terrains is easy with this tool, but you can't save as .sav, I guess, just as .mp file. So all my city placing would be lost.
Any other solution here?
Then use MapCopy to import that new map back into your savegame. It's a command-line utility so you'll have to open a command/DOS prompt.
Assuming the map, savegame and mapcopy are all in the same folder, and you're in that folder with the command prompt, call it like this:
Code:
mapcopy your_map.mp your_sav.sav -s -bc -f
Comment