Update OpenTTD (#378)

* Update OpenTTD

Due to the latest update, the save file must be removed, the game started and an autosave created, then the save game location put back in before starting the server again.

* Update openttdconfig.json

* Tweak save name setting description

---------

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
This commit is contained in:
IceOfWraith 2023-05-21 23:51:27 -05:00 committed by GitHub
parent b0137c746e
commit 6c92c2ca77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,14 +115,15 @@
{
"DisplayName":"Save Name",
"Category":"OpenTTD Server Settings",
"Description":"Sets the savename of a game to load on server start. Both saved games and scenarios can be loaded. If no game savename is specified or the specified savename cannot be found, a new game is started",
"Description":"Sets the savename of a game to load on server start. Both saved games and scenarios can be loaded. If no game savename is specified, a new game is started. If desired, set this value to \"config/save/autosave/exit.sav\" to load the default autosave after the server has started and autosaved once",
"Keywords":"load,savegame",
"FieldName":"g",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"g",
"IncludeInCommandLine":true,
"DefaultValue":"config/save/autosave/exit.sav",
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"config/save/autosave/exit.sav",
"EnumValues":{}
},