AMPTemplates/stormworksconfig.json

19 lines
576 B
JSON
Raw Normal View History

2023-08-28 06:08:02 +02:00
[
{
"DisplayName": "Game Directory",
"Category": "Server Settings",
"Description": "The directory for the server config and game save.",
"Keywords": "game,directory",
"FieldName": "server_dir .\\",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "server_dir .\\",
"IncludeInCommandLine": true,
"DefaultValue": "server_config",
"Placeholder": "server_config",
"Suffix": "",
"Hidden": false,
"SkipIfEmpty": false,
"EnumValues": {}
}
]