Heya,
I figured some people would like the opportunity to play multiple copies of the same map type. Some would even just check out the map of someone else but already have a save of the same map type.
It is possible to manually do this but that is cumbersome if you do it multiple times.
That is why I've written a rudimentary save game manager. Unfortunately for Linux/Mac users it is written in C# and therefore works only on Windows.
Requirements: .NET Framework 4.0 (download WebInstaller @ Microsoft.com or Standalone installer @ Microsoft.com).
Download: Program setup, Source code (Optional).
Users wanting to translate the program are welcome to do so. The program uses a configuration file (config.txt, located in same directory as the program executable and if it doesn't exist, a new config is automatically generated) which can be opened with notepad or a similar text processor.
Use on your own risk, I can't guarantee that the program will function 100% correctly. It doesn't validate the save files either, so you can easily place a save file that Towns can't open (and potentially crashes with).
Feel free to use portions of my code for your own application, as long as you give credit to me (visible in the main window of the program!) and change more than just the names of buttons and such in the program (in other words, actually add something yourself).
