Update Squad Suffix. Fix CFG Description

Updated many fields with suffix's and  corrected a settings description.
This commit is contained in:
Shinynecrid 2022-02-28 15:48:24 -06:00
parent 991a70bc4b
commit 88415bb847

View File

@ -33,7 +33,8 @@
"IsFlagArgument": false,
"ParamFieldName": "MaxPlayers",
"IncludeInCommandLine": false,
"DefaultValue": "100"
"DefaultValue": "100",
"Suffix":"players"
},
{
"DisplayName": "LAN Mode",
@ -220,7 +221,8 @@
"IsFlagArgument": false,
"ParamFieldName": "RejoinSquadDelayAfterKick",
"IncludeInCommandLine": false,
"DefaultValue": "180"
"DefaultValue": "180",
"Suffix":"seconds"
},
{
"DisplayName": "Record Demos",
@ -255,14 +257,15 @@
{
"DisplayName": "Server Message Interval",
"Category": "Server Config",
"Description": "Maximum Allowed difference in player count between teams. This takes into account the team the player leaves and the team the player joins",
"Description": "Frequency in which the server displays the information inside the ServerMessages.cfg file.",
"Keywords": "Interval, Message",
"FieldName": "ServerMessageInterval",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "ServerMessageInterval",
"IncludeInCommandLine": false,
"DefaultValue": "300"
"DefaultValue": "300",
"Suffix":"seconds"
},
{
"DisplayName": "Force Server Non-Seamless Travel",
@ -314,7 +317,8 @@
"IsFlagArgument": false,
"ParamFieldName": "AutoTKBanTime",
"IncludeInCommandLine": false,
"DefaultValue": "300"
"DefaultValue": "300",
"Suffix":"seconds"
},
{
"DisplayName": "Vehicle Kit Requirement Disabled",