"Description":"How long the auto lobby should wait for more players to join once the minimum is reached. This timer restarts whenever a player joins or leaves.",
"FieldName":"lobbyholdtime",
"Category":"Server",
"ParamFieldName":"lobbyholdtime",
"IncludeInCommandLine":true,
"InputType":"number",
"DefaultValue":"20"
},
{
"DisplayName":"Lobby full delay",
"Description":"After an auto lobby fills up, how long should it wait before starting the game?",
"FieldName":"lobbyfulltime",
"Category":"Server",
"ParamFieldName":"lobbyfulltime",
"IncludeInCommandLine":true,
"InputType":"number",
"DefaultValue":"20"
},
{
"DisplayName":"Lobby overtime timeout",
"Description":"The maximum amount of a time an auto lobby that has the minimum number of players can remain in the 'ready' state. If this time is exceeded, players joining/leaving will not reset the lobby timer. This prevents the lobby from remaining in limbo indefinitely due to the countdown timer resetting from players leaving/joining.",
"FieldName":"lobbyfulltime",
"Category":"Server",
"ParamFieldName":"lobbyovertime",
"IncludeInCommandLine":true,
"InputType":"number",
"DefaultValue":"120"
},
{
"DisplayName":"Match length (seconds)",
"Description":"The maximum length of a match in seconds. After this time the match will end regardless of win condition",
"FieldName":"matchlength",
"Category":"Server",
"ParamFieldName":"matchlength",
"IncludeInCommandLine":true,
"InputType":"number",
"DefaultValue":"300"
},
{
"DisplayName":"Match time low trigger (seconds)",
"Description":"When the match has this many seconds left, the 'out of time' trigger will fire and the map will change to speed up the match.",
"FieldName":"lowmatchtime",
"Category":"Server",
"ParamFieldName":"lowmatchtime",
"IncludeInCommandLine":true,
"InputType":"number",
"DefaultValue":"60"
},
{
"DisplayName":"Allow Special Skins",
"Description":"If enabled, special players such as developers may be given special skins that make them stand out from other players.",
"FieldName":"specialskins",
"Category":"Server",
"ParamFieldName":"specialskins",
"IncludeInCommandLine":true,
"InputType":"checkbox",
"EnumValues":{
"True":"True",
"False":"False"
},
"DefaultValue":"True"
},
{
"DisplayName":"Enable GPU accelerated AI",
"Description":"If enabled, the server will accelerate AI for bots using any available nVidia GPU (CUDA support required). Will automatically fall back to CPU driven AI when not available.",