v1.8.4
Release v1.8.4
- Fixed crash when entering invalid characters
- Fixed wrong savegame name storage
The last fix might have some consequences if you saved games in slots 11 to 30 with version 1.8.2 or 1.8.3. In 1.8.4 those savegames might be gone. But they aren't really. Backup your "ambermoon.cfg" (you find it next to your app) and then just open the original file and search for "AdditionalSavegameSlots" in it.
There should be blocks like:
{
"GameVersionName": "english",
"Names": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"ContinueSavegameSlot": 0
},
The "GameVersionName" gives the name of the version you played. There are "english", "german", "french", "advanced_german" and "advanced_english". The "Names" list contains the savegame names for slots 11 to 30.
Your savegames might be inside the wrong block due to a previous error. So try to find your savegame names and copy them over to the right version block. Be careful to keep all brackets and commas in place and ensure the right positions of your savegame names.