Arma Reforger: settings updates (#430)
This commit is contained in:
parent
3430e15c37
commit
e115190f0a
@ -323,17 +323,17 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Minimum Grass Distance",
|
"DisplayName":"Minimum Grass Distance",
|
||||||
"Category":"Server Settings",
|
"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",
|
"Keywords":"minimum,grass,distance,servermingrassdistance",
|
||||||
"FieldName":"serverMinGrassDistance",
|
"FieldName":"serverMinGrassDistance",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"MinValue":"0",
|
"MinValue":"50",
|
||||||
"MaxValue":"150",
|
"MaxValue":"150",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"game.gameProperties.serverMinGrassDistance",
|
"ParamFieldName":"game.gameProperties.serverMinGrassDistance",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"0",
|
"DefaultValue":"50",
|
||||||
"Placeholder":"0",
|
"Placeholder":"50",
|
||||||
"Suffix":"metres",
|
"Suffix":"metres",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
@ -429,6 +429,23 @@
|
|||||||
"Placeholder":"-1",
|
"Placeholder":"-1",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName":"Log Statistics",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
"operating":{
|
"operating":{
|
||||||
"lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}},
|
"lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}},
|
||||||
"playerSaveTime":{{operating.playerSaveTime}},
|
"playerSaveTime":{{operating.playerSaveTime}},
|
||||||
"aiLimit":{{operating.aiLimit}}
|
"aiLimit":{{operating.aiLimit}},
|
||||||
|
"slotReservationTimeout":{{operating.slotReservationTimeout}}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user