[0.13]Can't load saves of one specific map.
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
[0.13]Can't load saves of one specific map.
See screenshot. No Mods
- Attachments
-
- err.PNG (142.37 KiB) Viewed 4119 times
Re: [0.13] Can't load saves
Please post the log-file. Does this happen with games saved with .13 as well?
Re: [0.13] Can't load saves
And post the save too, please.
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13][Pending] Can't load saves
Save is just an example. All saves of this map doesn't work.
Another one is working well.
Another one is working well.
log file
Re: [0.13][Pending] Can't load saves
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 errorboehser enkel wrote:Save is just an example. All saves of this map doesn't work.
Another one is working well.
log file
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13][Pending] Can't load saves
Oh wow missed the save. Here we go
log
- Attachments
-
- Alleswirdgut.zip
- (15.14 MiB) Downloaded 91 times
- TruePikachu
- Filter Inserter
- Posts: 978
- Joined: Sat Apr 09, 2016 8:39 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
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.
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
Any idea how to fix it?
- TruePikachu
- Filter Inserter
- Posts: 978
- Joined: Sat Apr 09, 2016 8:39 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
Try this save; I removed the `require "defines"` from the first line of `control.lua`.boehser enkel wrote:Any idea how to fix it?
- Attachments
-
- Alleswirdgut.zip
- (13.49 MiB) Downloaded 82 times
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
Same error
Workaround: convert it to scenario again - play scenario - save
//works not with alle saves (but with the most important )
Workaround: convert it to scenario again - play scenario - save
//works not with alle saves (but with the most important )
Last edited by boehser enkel on Sun Jul 03, 2016 4:45 pm, edited 2 times in total.
Re: [0.13]Can't load saves of one specific map.
How was this save file created? Was it created in the map editor or just through normal "new game"?
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
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.
Ah, that breaks the auto update part of the script system.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
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.
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 8
- Joined: Sun Jun 12, 2016 5:57 pm
- Contact:
Re: [0.13]Can't load saves of one specific map.
can you help me what i have to edit? i know nothing about these files