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:
parent
b0137c746e
commit
6c92c2ca77
@ -115,14 +115,15 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Save Name",
|
"DisplayName":"Save Name",
|
||||||
"Category":"OpenTTD Server Settings",
|
"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",
|
"Keywords":"load,savegame",
|
||||||
"FieldName":"g",
|
"FieldName":"g",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"g",
|
"ParamFieldName":"g",
|
||||||
"IncludeInCommandLine":true,
|
"IncludeInCommandLine":true,
|
||||||
"DefaultValue":"config/save/autosave/exit.sav",
|
"SkipIfEmpty":true,
|
||||||
|
"DefaultValue":"",
|
||||||
"Placeholder":"config/save/autosave/exit.sav",
|
"Placeholder":"config/save/autosave/exit.sav",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
@ -1919,4 +1920,4 @@
|
|||||||
"nightly":"Nightly"
|
"nightly":"Nightly"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user