2022-05-29 06:01:47 +02:00
[
{
"DisplayName" : "Server Port" ,
"Category" : "Server Settings" ,
"Description" : "" ,
"Keywords" : "" ,
"FieldName" : "$GamePort" ,
"InputType" : "number" ,
"Hidden" : true ,
"ParamFieldName" : "URL.Port" ,
"EnumValues" : { }
} ,
2022-07-28 05:37:04 +02:00
{
"DisplayName" : "Queue Port" ,
"Category" : "Server Settings" ,
"Description" : "" ,
"Keywords" : "" ,
"FieldName" : "$QueuePort" ,
"InputType" : "number" ,
"Hidden" : true ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.QueuePort" ,
"EnumValues" : { }
} ,
2022-05-29 06:01:47 +02:00
{
"DisplayName" : "RCON Port" ,
"Category" : "Server Settings" ,
"Description" : "" ,
"Keywords" : "" ,
"FieldName" : "$RCONPort" ,
"InputType" : "number" ,
"Hidden" : true ,
2023-11-05 03:27:17 +01:00
"ParamFieldName" : "/Script/TheIsle.TIGameSession.RconPort" ,
2022-05-29 06:01:47 +02:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Server Name" ,
"Category" : "Server Settings" ,
"Description" : "The name of the server as it appears publicly" ,
"Keywords" : "name" ,
"FieldName" : "ServerName" ,
"InputType" : "text" ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.ServerName" ,
"DefaultValue" : "The Isle Server - Powered by AMP" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Set MultiHome IP" ,
"Category" : "Server Settings" ,
"Description" : "If needed, set a private or public IP to bind the server to, or 0.0.0.0 for all IPs" ,
"Keywords" : "multihome,ip" ,
"FieldName" : "MultiHome" ,
"InputType" : "text" ,
"SkipIfEmpty" : true ,
"ParamFieldName" : "MultiHome" ,
"IncludeInCommandLine" : true ,
"DefaultValue" : "" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Player Limit" ,
"Category" : "Server Settings" ,
2023-11-05 03:27:17 +01:00
"Description" : "Sets the maximum number of players that may connect to the server at one time" ,
"Keywords" : "players,limit,maxplayers,maxplayercount" ,
2022-05-29 06:01:47 +02:00
"FieldName" : "$MaxUsers" ,
"InputType" : "number" ,
2023-11-05 03:27:17 +01:00
"MinValue" : "1" ,
2022-05-29 06:01:47 +02:00
"ParamFieldName" : "/Script/TheIsle.TIGameSession.MaxPlayerCount" ,
"DefaultValue" : "50" ,
2023-11-05 03:27:17 +01:00
"Placeholder" : "50" ,
2022-05-29 06:01:47 +02:00
"Suffix" : "players" ,
"EnumValues" : { }
} ,
{
2023-11-05 03:27:17 +01:00
"DisplayName" : "Require Server Password" ,
2022-05-29 06:01:47 +02:00
"Category" : "Server Settings" ,
2023-11-05 03:27:17 +01:00
"Description" : "If enabled, a password will be required to join the server. Specify the password under Server Password" ,
"Keywords" : "server,password,enable,bServerPassword" ,
"FieldName" : "bServerPassword" ,
2022-05-29 06:01:47 +02:00
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2023-11-05 03:27:17 +01:00
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bServerPassword" ,
2022-05-29 06:01:47 +02:00
"IncludeInCommandLine" : false ,
2023-11-05 03:27:17 +01:00
"DefaultValue" : "false" ,
2022-05-29 06:01:47 +02:00
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
2023-11-05 03:27:17 +01:00
{
"DisplayName" : "Server Password" ,
"Category" : "Server Settings" ,
"Description" : "Sets the password to connect to the server. Default is no password. Require Server Password must be enabled" ,
"Keywords" : "server,password,ServerPassword" ,
"FieldName" : "ServerPassword" ,
"InputType" : "password" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.ServerPassword" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"EnumValues" : { }
} ,
2022-05-29 06:01:47 +02:00
{
"DisplayName" : "Enable RCON" ,
"Category" : "Server Settings" ,
2023-11-05 03:27:17 +01:00
"Description" : "If set, the server's RCON will be enabled. Specify the RCON password under RCON Password" ,
"Keywords" : "rcon,enable,bRconEnabled" ,
"FieldName" : "bRconEnabled" ,
2022-05-29 06:01:47 +02:00
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2023-11-05 03:27:17 +01:00
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bRconEnabled" ,
2022-05-29 06:01:47 +02:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "RCON Password" ,
"Category" : "Server Settings" ,
2023-11-05 03:27:17 +01:00
"Description" : "Sets the password to connect to the server's RCON. Default is a strong, random password" ,
"Keywords" : "rcon,password,RconPassword" ,
2022-05-29 06:01:47 +02:00
"FieldName" : "RconPassword" ,
2023-11-05 03:27:17 +01:00
"InputType" : "password" ,
2022-05-29 06:01:47 +02:00
"IsFlagArgument" : false ,
2023-11-05 03:27:17 +01:00
"ParamFieldName" : "/Script/TheIsle.TIGameSession.RconPassword" ,
2022-05-29 06:01:47 +02:00
"IncludeInCommandLine" : false ,
2023-11-05 03:27:17 +01:00
"DefaultValue" : "{{newguid()}}" ,
2022-05-29 06:01:47 +02:00
"EnumValues" : { }
2022-07-28 05:37:04 +02:00
} ,
{
"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" ,
2023-11-05 03:27:17 +01:00
"Keywords" : "queue,server,bQueueEnabled" ,
2022-07-28 05:37:04 +02:00
"FieldName" : "bQueueEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bQueueEnabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
2023-01-01 00:49:26 +01:00
} ,
{
"DisplayName" : "Enable Humans" ,
"Category" : "Server Settings" ,
"Description" : "If set, human characters will be enabled on the server" ,
2023-11-05 03:27:17 +01:00
"Keywords" : "human,characters,bEnableHumans" ,
2023-01-01 00:49:26 +01:00
"FieldName" : "bEnableHumans" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bEnableHumans" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
2023-11-05 03:27:17 +01:00
} ,
{
"DisplayName" : "Enable Dynamic Weather" ,
"Category" : "Server Settings" ,
"Description" : "If set, dynamic weather will be enabled on the server" ,
"Keywords" : "dynamic,weather,bServerDynamicWeather" ,
"FieldName" : "bServerDynamicWeather" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bServerDynamicWeather" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "Allow Replay" ,
"Category" : "Server Settings" ,
"Description" : "If set, the server's replay system will be enabled. Recording can be started and stopped in-game via the F2 key. Replays must be a minimum of 5 seconds and cannot be viewed until 30 minutes has passed" ,
"Keywords" : "replay,system,recording,bAllowReplay" ,
"FieldName" : "bAllowReplay" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "/Script/TheIsle.TIGameSession.bAllowReplay" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
2022-05-29 06:01:47 +02:00
}
2023-01-01 00:49:26 +01:00
]