Arma Reforger: settings updates (#430)

This commit is contained in:
Greelan 2023-07-27 14:17:51 +10:00 committed by GitHub
parent 3430e15c37
commit e115190f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 5 deletions

View File

@ -323,17 +323,17 @@
{
"DisplayName":"Minimum Grass Distance",
"Category":"Server Settings",
"Description":"Sets the server's minimum grass distance (between 50 to 150). 0 = no minimum distance is forced on clients (default)",
"Description":"Sets the server's minimum grass distance",
"Keywords":"minimum,grass,distance,servermingrassdistance",
"FieldName":"serverMinGrassDistance",
"InputType":"number",
"MinValue":"0",
"MinValue":"50",
"MaxValue":"150",
"IsFlagArgument":false,
"ParamFieldName":"game.gameProperties.serverMinGrassDistance",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Placeholder":"0",
"DefaultValue":"50",
"Placeholder":"50",
"Suffix":"metres",
"EnumValues":{}
},
@ -429,6 +429,23 @@
"Placeholder":"-1",
"EnumValues":{}
},
{
"DisplayName":"Slot Reservation Timeout",
"Category":"Server Settings",
"Description":"Sets how long the backend and server will reserve a slot for a kicked player. 5 = effectively diabled (given the value is the same as for a normal disconnect)",
"Keywords":"slot,reservation,timeout,slotreservationtimeout",
"FieldName":"slotReservationTimeout",
"InputType":"number",
"MinValue":"5",
"MaxValue":"300",
"IsFlagArgument":false,
"ParamFieldName":"operating.slotReservationTimeout",
"IncludeInCommandLine":false,
"DefaultValue":"60",
"Placeholder":"60",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Log Statistics",
"Category":"Server Settings",

View File

@ -35,6 +35,7 @@
"operating":{
"lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}},
"playerSaveTime":{{operating.playerSaveTime}},
"aiLimit":{{operating.aiLimit}}
"aiLimit":{{operating.aiLimit}},
"slotReservationTimeout":{{operating.slotReservationTimeout}}
}
}