Page 1 of 1

[2.0.11] Trying to port Nauvis Post Collapse to 2.0

Posted: Sat Oct 26, 2024 4:04 pm
by lilstrip
The scenario level caused a non-recoverable error.
Please report this error to the scenario author.

Error while running event level::on_configuration_changed
__level__/control.lua:53: attempt to index global 'global' (a nil value)
stack traceback:
__level__/control.lua:53: in function <__level__/control.lua:52>

getting this crash trying to load in the save from 1.1.110 to port it so people can play the map while we keep working on our procedural map project which will replace said map at some point

heres the save file in question:https://www.mediafire.com/file/dbjp8yk0 ... t.zip/file

Re: [2.0.11] Trying to port Nauvis Post Collapse to 2.0

Posted: Sat Oct 26, 2024 5:36 pm
by LCStark
Renamed `global` into `storage`.
viewtopic.php?t=116184

Re: [2.0.11] Trying to port Nauvis Post Collapse to 2.0

Posted: Sat Oct 26, 2024 6:46 pm
by lilstrip
isnt the game supposed to automatically convert a save to the newest version if its vanilla though?
Besides, the save file is massive and I dont even know how to go edit that change in the save itself

Re: [2.0.11] Trying to port Nauvis Post Collapse to 2.0

Posted: Tue Oct 29, 2024 11:46 pm
by boskid
Thanks for the report however this is not a bug. This save file reports as coming from "Nauvis Post Collapse Renewed" scenario and as such is not eligible to a freeplay scenario script replacement from base mod because it is a different scenario.

Scenario names are used to pair up save files with related scenarios provided by mods and if you have mod updated with new version of scenario and script reload is requested then it would replace the script from that mod. Since you do not have mods enabled that contain newer version of the "Nauvis Post Collapse Renewed" scenario the game has nowhere to look for a new version of the script.

Re: [2.0.11] Trying to port Nauvis Post Collapse to 2.0

Posted: Sun Nov 24, 2024 4:26 pm
by lilstrip
so how do I fix this then?