The Isle (EVRIMA): update settings, ini, command line

This commit is contained in:
Greelan 2023-11-05 13:27:17 +11:00
parent 4a86ba6ac6
commit 35f864352b
4 changed files with 118 additions and 74 deletions

View File

@ -22,7 +22,7 @@ App.ExecutableLinux=412680/TheIsle/Binaries/Linux/TheIsleServer-Linux-Shipping
App.WorkingDir=412680
App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs=
App.CommandLineArgs=TheIsle {{$PlatformArgs}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} {{$FormattedArgs}} -stdout -FullStdOutLogOutput -ini:Engine:[EpicOnlineServices]:DedicatedServerClientId=xyza7891gk5PRo3J7G9puCJGFJjmEguW -ini:Engine:[EpicOnlineServices]:DedicatedServerClientSecret=pKWl6t5i9NJK8gTpVlAxzENZ65P8hYzodV8Dqe5Rlc8
App.CommandLineArgs=TheIsle {{$PlatformArgs}} ?Port={{$GamePort}}?MaxPlayers={{$MaxUsers}} {{$FormattedArgs}} -stdout -FullStdOutLogOutput -ini:Engine:[EpicOnlineServices]:DedicatedServerClientId=xyza7891gk5PRo3J7G9puCJGFJjmEguW -ini:Engine:[EpicOnlineServices]:DedicatedServerClientSecret=pKWl6t5i9NJK8gTpVlAxzENZ65P8hYzodV8Dqe5Rlc8
App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"376210"}
App.CommandLineParameterFormat=-{0}={1}
@ -36,7 +36,7 @@ App.HasReadableConsole=True
App.SupportsLiveSettingsChanges=False
App.LiveSettingChangeCommandFormat=set {0} "{1}"
App.ApplicationIPBinding=0.0.0.0
App.Ports=[{"Protocol":"Both","Port":7777,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"Both","Port":7778,"Ref":"QueryPort","Name":"Query Port","Description":"Port for server query traffic"},{"Protocol":"TCP","Port":10000,"Ref":"QueuePort","Name":"Queue Port","Description":"Port for queue server traffic"},{"Protocol":"TCP","Port":8888,"Ref":"RCONPort","Name":"RCON Port","Description":"Port for RCON traffic"}]
App.Ports=[{"Protocol":"Both","Port":7777,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"TCP","Port":10000,"Ref":"QueuePort","Name":"Queue Port","Description":"Port for queue server traffic"},{"Protocol":"TCP","Port":8888,"Ref":"RCONPort","Name":"RCON Port","Description":"Port for RCON traffic"}]
App.PrimaryApplicationPortRef=GamePort
App.AdminPortRef=RCONPort
App.UniversalSleepApplicationUDPPortRef=GamePort
@ -48,7 +48,7 @@ App.AdminMethod=STDIO
App.AdminLoginTransform=None
App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5
App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"412680","UpdateSourceArgs":"376210","UpdateSourceVersion":"evrima"},{"UpdateStageName":"Config Directory Creation","UpdateSourcePlatform":"Windows","UpdateSource":"CreateDirectory","UpdateSourceArgs":"{{$FullBaseDir}}TheIsle/Saved/Config/WindowsServer"},{"UpdateStageName":"Config Directory Creation","UpdateSourcePlatform":"Linux","UpdateSource":"CreateDirectory","UpdateSourceArgs":"{{$FullBaseDir}}TheIsle/Saved/Config/LinuxServer"},{"UpdateStageName":"Game Config File Download","UpdateSourcePlatform":"Windows","UpdateSource":"FetchURL","UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/theisle-evrimagame.ini","UpdateSourceArgs":"Game.ini","UpdateSourceTarget":"{{$FullBaseDir}}TheIsle/Saved/Config/WindowsServer/","OverwriteExistingFiles":false},{"UpdateStageName":"Game Config File Download","UpdateSourcePlatform":"Linux","UpdateSource":"FetchURL","UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/theisle-evrimagame.ini","UpdateSourceArgs":"Game.ini","UpdateSourceTarget":"{{$FullBaseDir}}TheIsle/Saved/Config/LinuxServer/","OverwriteExistingFiles":false}]
App.UpdateSources=@IncludeJson[theisle-evrimaupdates.json]
App.Compatibility=None
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False
@ -61,8 +61,8 @@ Console.FilterMatchRegex=\[\d+m
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=
Console.AppReadyRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogLoad: Took \d+\.\d+ seconds to LoadMap\((?:.+)\)$
Console.UserJoinRegex=^$
Console.UserLeaveRegex=^$
Console.UserJoinRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogTheIsleJoinData: Verbose: \[[\d: ]+\] (?<username>.+?) \[(?<userid>\d+?)\] Joined The Server.*$
Console.UserLeaveRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogTheIsleJoinData: Verbose: \[[\d: ]+\] (?<username>.+?) \[(?<userid>\d+?)\] Left The Server.*$
Console.UserChatRegex=^$
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
Console.SuppressLogAtStart=False

View File

@ -7,22 +7,7 @@
"FieldName":"$GamePort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"URL.Port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Query Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$QueryPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"URL.PeerPort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
@ -33,9 +18,7 @@
"FieldName":"$QueuePort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/TheIsle.TIGameSession.QueuePort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
@ -46,9 +29,7 @@
"FieldName":"$RCONPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"/Script/Engine.Game.RconPort",
"IncludeInCommandLine":false,
"ParamFieldName":"/Script/TheIsle.TIGameSession.RconPort",
"EnumValues":{}
},
{
@ -58,9 +39,7 @@
"Keywords":"name",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/Script/TheIsle.TIGameSession.ServerName",
"IncludeInCommandLine":false,
"DefaultValue":"The Isle Server - Powered by AMP",
"EnumValues":{}
},
@ -71,7 +50,6 @@
"Keywords":"multihome,ip",
"FieldName":"MultiHome",
"InputType":"text",
"IsFlagArgument":false,
"SkipIfEmpty":true,
"ParamFieldName":"MultiHome",
"IncludeInCommandLine":true,
@ -81,56 +59,55 @@
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Maximum number of players that may connect to the server",
"Keywords":"players,limit",
"Description":"Sets the maximum number of players that may connect to the server at one time",
"Keywords":"players,limit,maxplayers,maxplayercount",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"MinValue":"1",
"ParamFieldName":"/Script/TheIsle.TIGameSession.MaxPlayerCount",
"IncludeInCommandLine":false,
"DefaultValue":"50",
"Placeholder":"50",
"Suffix":"players",
"EnumValues":{},
"MinValue":"1"
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"/Script/Engine.GameSession.MaxPlayers",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Enable Global Chat",
"DisplayName":"Require Server Password",
"Category":"Server Settings",
"Description":"If enabled, all players will be able to use the global chat channel, not just admins",
"Keywords":"chat,global",
"FieldName":"bEnableGlobalChat",
"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",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/TheIsle.TIGameSession.bEnableGlobalChat",
"ParamFieldName":"/Script/TheIsle.TIGameSession.bServerPassword",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"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":{}
},
{
"DisplayName":"Enable RCON",
"Category":"Server Settings",
"Description":"Enables the RCON server",
"Keywords":"rcon,enable",
"FieldName":"RconEnabled",
"Description":"If set, the server's RCON will be enabled. Specify the RCON password under RCON Password",
"Keywords":"rcon,enable,bRconEnabled",
"FieldName":"bRconEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Engine.Game.RconEnabled",
"ParamFieldName":"/Script/TheIsle.TIGameSession.bRconEnabled",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
@ -141,21 +118,21 @@
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"Password to connect to RCON. NOTE: You should generate a password after enabling RCON",
"Keywords":"rcon,password",
"Description":"Sets the password to connect to the server's RCON. Default is a strong, random password",
"Keywords":"rcon,password,RconPassword",
"FieldName":"RconPassword",
"InputType":"RandomPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Engine.Game.RconPassword",
"ParamFieldName":"/Script/TheIsle.TIGameSession.RconPassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"DefaultValue":"{{newguid()}}",
"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",
"Keywords":"queue,server,bQueueEnabled",
"FieldName":"bQueueEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
@ -171,7 +148,7 @@
"DisplayName":"Enable Humans",
"Category":"Server Settings",
"Description":"If set, human characters will be enabled on the server",
"Keywords":"human,characters",
"Keywords":"human,characters,bEnableHumans",
"FieldName":"bEnableHumans",
"InputType":"checkbox",
"IsFlagArgument":false,
@ -182,5 +159,37 @@
"False":"false",
"True":"true"
}
},
{
"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"
}
}
]

View File

@ -4,18 +4,13 @@
[/Script/TheIsle.TIGameSession]
ServerName=The Isle Server - Powered by AMP
MaxPlayerCount=50
bEnableGlobalChat=true
bGlobalIsSpeciesOnly=false
bLocalIsSpeciesOnly=true
LocalChatRange=20000.f
bEnableHumans=false
bServerDynamicWeather=true
bServerPassword=false
ServerPassword=
bQueueEnabled=true
QueuePort=10000
bEnableHumans=false
[/Script/Engine.GameSession]
MaxPlayers=50
[/Script/Engine.Game]
RconEnabled=false
bRconEnabled=false
RconPort=8888
RconPassword=
bAllowReplay=true

View File

@ -0,0 +1,40 @@
[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"412680",
"UpdateSourceArgs":"376210",
"UpdateSourceVersion":"evrima"
},
{
"UpdateStageName":"Config Directory Creation",
"UpdateSourcePlatform":"Windows",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}TheIsle/Saved/Config/WindowsServer"
},
{
"UpdateStageName":"Config Directory Creation",
"UpdateSourcePlatform":"Linux",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}TheIsle/Saved/Config/LinuxServer"
},
{
"UpdateStageName":"Game Config File Download",
"UpdateSourcePlatform":"Windows",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/Greelan/AMPTemplates/theisleevrima/theisle-evrimagame.ini",
"UpdateSourceArgs":"Game.ini",
"UpdateSourceTarget":"{{$FullBaseDir}}TheIsle/Saved/Config/WindowsServer/",
"OverwriteExistingFiles":true
},
{
"UpdateStageName":"Game Config File Download",
"UpdateSourcePlatform":"Linux",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/Greelan/AMPTemplates/theisleevrima/theisle-evrimagame.ini",
"UpdateSourceArgs":"Game.ini",
"UpdateSourceTarget":"{{$FullBaseDir}}TheIsle/Saved/Config/LinuxServer/",
"OverwriteExistingFiles":true
}
]