Add more options

Adding changes from the config manifest.
This commit is contained in:
James Manker 2022-04-04 18:42:11 -05:00
parent 2755dcbe69
commit c628cb436c

View File

@ -82,11 +82,11 @@
"DisplayName": "World Name", "DisplayName": "World Name",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Name of the world directory to load.", "Description": "Name of the world directory to load.",
"Keywords": "load,world", "Keywords": "world,name",
"FieldName": "loadworld", "FieldName": "worldname",
"InputType": "text", "InputType": "text",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "loadworld", "ParamFieldName": "worldname",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "world", "DefaultValue": "world",
"EnumValues": {} "EnumValues": {}
@ -94,16 +94,17 @@
{ {
"DisplayName": "Map", "DisplayName": "Map",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Default: Moon. Will create a world of this type or display this world type in the server browser if loading a save.", "Description": "Default Moon. Will create a world of this type or display this world type in the server browser if loading a save.",
"Keywords": "world,type", "Keywords": "world,type",
"FieldName": "worldtype", "FieldName": "worldtype",
"InputType": "enum", "InputType": "enum",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "worldtype", "ParamFieldName": "worldtype",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "Moon", "DefaultValue": "",
"SkipIfEmpty": true, "SkipIfEmpty": true,
"EnumValues": { "EnumValues": {
"": "Default",
"Europa2": "Europa2", "Europa2": "Europa2",
"Loulan": "Loulan", "Loulan": "Loulan",
"Mars": "Mars", "Mars": "Mars",
@ -123,7 +124,7 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "autosaveinterval", "ParamFieldName": "autosaveinterval",
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "300", "DefaultValue": "60",
"EnumValues": {}, "EnumValues": {},
"Suffix": "sec" "Suffix": "sec"
}, },
@ -141,6 +142,19 @@
"EnumValues": {}, "EnumValues": {},
"Suffix": "sec" "Suffix": "sec"
}, },
{
"DisplayName": "Mod Path",
"Category": "Server Settings",
"Description": "Where mods are located inside the datastore.",
"Keywords": "mod,path",
"FieldName": "modpath",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "modpath",
"IncludeInCommandLine": false,
"DefaultValue": "Mods",
"EnumValues": {}
},
{ {
"DisplayName": "GAMEPORT", "DisplayName": "GAMEPORT",
"Category": "Server Settings", "Category": "Server Settings",