Page 1 of 1

[0.13]Can't load saves of one specific map.

Posted: Mon Jun 27, 2016 7:28 pm
by boehser enkel
See screenshot. No Mods

Re: [0.13] Can't load saves

Posted: Mon Jun 27, 2016 8:27 pm
by Loewchen
Please post the log-file. Does this happen with games saved with .13 as well?

Re: [0.13] Can't load saves

Posted: Mon Jun 27, 2016 8:36 pm
by Oxyd
And post the save too, please.

Re: [0.13][Pending] Can't load saves

Posted: Tue Jun 28, 2016 5:36 pm
by boehser enkel
Save is just an example. All saves of this map doesn't work.
Another one is working well.
log file

Re: [0.13][Pending] Can't load saves

Posted: Tue Jun 28, 2016 6:11 pm
by Loewchen
boehser enkel wrote:Save is just an example. All saves of this map doesn't work.
Another one is working well.
log file
Then please upload one of these save files that don't work and a log-file from a load that did not work would be more useful than one without error :P

Re: [0.13][Pending] Can't load saves

Posted: Tue Jun 28, 2016 6:21 pm
by boehser enkel
Oh wow missed the save. Here we go
log

Re: [0.13]Can't load saves of one specific map.

Posted: Tue Jun 28, 2016 8:45 pm
by TruePikachu
This appears (to me, looking at the screenshots) to be caused by the merge of the `defines.lua` file into other places, making it so that one doesn't need to require it anymore in mods.

Re: [0.13]Can't load saves of one specific map.

Posted: Fri Jul 01, 2016 8:45 pm
by boehser enkel
Any idea how to fix it?

Re: [0.13]Can't load saves of one specific map.

Posted: Fri Jul 01, 2016 9:09 pm
by TruePikachu
boehser enkel wrote:Any idea how to fix it?
Try this save; I removed the `require "defines"` from the first line of `control.lua`.

Re: [0.13]Can't load saves of one specific map.

Posted: Sat Jul 02, 2016 6:58 am
by boehser enkel
Same error

Workaround: convert it to scenario again - play scenario - save

//works not with alle saves (but with the most important :D)

Re: [0.13]Can't load saves of one specific map.

Posted: Sat Jul 02, 2016 11:40 am
by Rseding91
How was this save file created? Was it created in the map editor or just through normal "new game"?

Re: [0.13]Can't load saves of one specific map.

Posted: Sat Jul 02, 2016 12:40 pm
by boehser enkel
It was started through the game and once converted to a scenario to edit the map. Then i played and saved normally

Re: [0.13]Can't load saves of one specific map.

Posted: Sat Jul 02, 2016 3:49 pm
by Rseding91
boehser enkel wrote:It was started through the game and once converted to a scenario to edit the map. Then i played and saved normally
Ah, that breaks the auto update part of the script system.

You'll need to manually open up the save file and update the scenario lua script for the save. The game thinks you're running a custom script and that it shouldn't just overwrite it with the latest 0.13 version of the normal freeplay script.

Re: [0.13]Can't load saves of one specific map.

Posted: Sat Jul 02, 2016 10:28 pm
by boehser enkel
can you help me what i have to edit? i know nothing about these files