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:
Greelan
2022-07-28 13:37:04 +10:00
committed by GitHub
parent e9ca09d1ce
commit 965ceca08e
3 changed files with 38 additions and 7 deletions

View File

@@ -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"
}
}
]