Add more options
Adding changes from the config manifest.
This commit is contained in:
parent
2755dcbe69
commit
c628cb436c
@ -82,11 +82,11 @@
|
||||
"DisplayName": "World Name",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Name of the world directory to load.",
|
||||
"Keywords": "load,world",
|
||||
"FieldName": "loadworld",
|
||||
"Keywords": "world,name",
|
||||
"FieldName": "worldname",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "loadworld",
|
||||
"ParamFieldName": "worldname",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "world",
|
||||
"EnumValues": {}
|
||||
@ -94,16 +94,17 @@
|
||||
{
|
||||
"DisplayName": "Map",
|
||||
"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",
|
||||
"FieldName": "worldtype",
|
||||
"InputType": "enum",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "worldtype",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "Moon",
|
||||
"DefaultValue": "",
|
||||
"SkipIfEmpty": true,
|
||||
"EnumValues": {
|
||||
"": "Default",
|
||||
"Europa2": "Europa2",
|
||||
"Loulan": "Loulan",
|
||||
"Mars": "Mars",
|
||||
@ -123,7 +124,7 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "autosaveinterval",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "300",
|
||||
"DefaultValue": "60",
|
||||
"EnumValues": {},
|
||||
"Suffix": "sec"
|
||||
},
|
||||
@ -141,6 +142,19 @@
|
||||
"EnumValues": {},
|
||||
"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",
|
||||
"Category": "Server Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user