If you want to use the stability map creator, here it is. Unfortunately it doesn't entirely work from inside the game, so you will have to install Python separately.
Installation Instructions:
1) Download the archive and unpack it somewhere. Remember the location.
2) Copy the MapDrawer.py file into the RFC Dawn of Civilization\Assets\Python folder
3) Open MapDrawer.py and set IMAGE_LOCATION to where you unpacked the archive.
4) Install Python on your computer (e.g. from here, I recommend 2.7.8)
5) Download and install the Pillow package for Python (e.g. from here)
Usage Instructions
1) Enter the game as any civilization.
2) Open the Python console ("shift" + "~")
3) Enter "import MapDrawer as md"
4) Enter "md.createMaps()"
5) The console should confirm with "Maps Created". You're done in the game.
6) Open the windows command line interface.
7) Navigate to the folder you unpacked the archive to.
8) Enter "python DrawStability.py"
9) The interface should confirm the creation of every map. The maps will be in the Maps folder.
Installation Instructions:
1) Download the archive and unpack it somewhere. Remember the location.
2) Copy the MapDrawer.py file into the RFC Dawn of Civilization\Assets\Python folder
3) Open MapDrawer.py and set IMAGE_LOCATION to where you unpacked the archive.
4) Install Python on your computer (e.g. from here, I recommend 2.7.8)
5) Download and install the Pillow package for Python (e.g. from here)
Usage Instructions
1) Enter the game as any civilization.
2) Open the Python console ("shift" + "~")
3) Enter "import MapDrawer as md"
4) Enter "md.createMaps()"
5) The console should confirm with "Maps Created". You're done in the game.
6) Open the windows command line interface.
7) Navigate to the folder you unpacked the archive to.
8) Enter "python DrawStability.py"
9) The interface should confirm the creation of every map. The maps will be in the Maps folder.