Updates to various to address null EnumValues bug
Addresses Unturned, Project Zomboid and Astroneer
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Port",
|
||||
@@ -21,7 +22,8 @@
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"URL.Port",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Console Port",
|
||||
@@ -33,7 +35,8 @@
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Name",
|
||||
@@ -45,7 +48,8 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"Astroneer Server - Powered by AMP"
|
||||
"DefaultValue":"Astroneer Server - Powered by AMP",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Password",
|
||||
@@ -57,7 +61,8 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":""
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Console Password",
|
||||
@@ -69,7 +74,8 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"Password123"
|
||||
"DefaultValue":"Password123",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Owner Name",
|
||||
@@ -81,7 +87,8 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":""
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Player Limit",
|
||||
@@ -94,7 +101,8 @@
|
||||
"ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"8",
|
||||
"Suffix":"players"
|
||||
"Suffix":"players",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Game Save Interval",
|
||||
@@ -107,7 +115,8 @@
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"900",
|
||||
"Suffix":"seconds"
|
||||
"Suffix":"seconds",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Backup Save Interval",
|
||||
@@ -120,7 +129,8 @@
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"7200",
|
||||
"Suffix":"seconds"
|
||||
"Suffix":"seconds",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Whitelist",
|
||||
@@ -149,7 +159,8 @@
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"30.000000",
|
||||
"Suffix":"fps"
|
||||
"Suffix":"fps",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Maximum Idle Server Framerate",
|
||||
@@ -162,6 +173,7 @@
|
||||
"ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"3.000000",
|
||||
"Suffix":"fps"
|
||||
"Suffix":"fps",
|
||||
"EnumValues":{}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user