The Isle (EVRIMA): add settings (#171)
- Updates for queue server - QueryPort no longer used for connecting etc (but not entirely clear whether fully deprecated, so keeping as assigned for time being) - Minor other regex tweaks
This commit is contained in:
@@ -25,6 +25,19 @@
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Queue Port",
|
||||
"Category":"Server Settings",
|
||||
"Description":"",
|
||||
"Keywords":"",
|
||||
"FieldName":"$QueuePort",
|
||||
"InputType":"number",
|
||||
"Hidden":true,
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.QueuePort",
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"RCON Port",
|
||||
"Category":"Server Settings",
|
||||
@@ -136,5 +149,21 @@
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Queue Server",
|
||||
"Category":"Server Settings",
|
||||
"Description":"If enabled, players can queue to join a full server. Requires the Queue Port to be opened",
|
||||
"Keywords":"queue,server",
|
||||
"FieldName":"bQueueEnabled",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.bQueueEnabled",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"true",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user