#Creating Custom Scenarios - Invalid format version

6 messages · Page 1 of 1 (latest)

oblique sequoia
#

I'm having an issue creating a custom scenario. Even when I just take a scenario file generated by debug.export-game-data and put it in custom scenarios, I get the error (in logs):
Scenario from 'C:/Users/xxxx/AppData/LocalLow/tobspr Games/shapez 2\custom-scenarios\hard-scenario.json' has invalid format version. Failed to load custom scenario C:/Users/xxxx/AppData/LocalLow/tobspr Games/shapez 2\custom-scenarios\hard-scenario.json
I've changed nothing in this scenario file, yet it still doesn't load.
"FormatVersion":2, "GameVersion":1058, which is unchanged.

urban estuary
#

the way it checks for format version is hacky, you need to have a space after the : of "FormatVersion"

oblique sequoia
#

Adding a space after the : makes the game crash on load.
This is for the default-scenario.json file, space addition as the only change, and adding the file to custom-scenarios

urban estuary