The Isle (EVRIMA): update settings, ini, command line
This commit is contained in:
parent
4a86ba6ac6
commit
35f864352b
@ -22,7 +22,7 @@ App.ExecutableLinux=412680/TheIsle/Binaries/Linux/TheIsleServer-Linux-Shipping
|
|||||||
App.WorkingDir=412680
|
App.WorkingDir=412680
|
||||||
App.LinuxCommandLineArgs=
|
App.LinuxCommandLineArgs=
|
||||||
App.WindowsCommandLineArgs=
|
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.AppSettings={}
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"376210"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"376210"}
|
||||||
App.CommandLineParameterFormat=-{0}={1}
|
App.CommandLineParameterFormat=-{0}={1}
|
||||||
@ -36,7 +36,7 @@ App.HasReadableConsole=True
|
|||||||
App.SupportsLiveSettingsChanges=False
|
App.SupportsLiveSettingsChanges=False
|
||||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||||
App.ApplicationIPBinding=0.0.0.0
|
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.PrimaryApplicationPortRef=GamePort
|
||||||
App.AdminPortRef=RCONPort
|
App.AdminPortRef=RCONPort
|
||||||
App.UniversalSleepApplicationUDPPortRef=GamePort
|
App.UniversalSleepApplicationUDPPortRef=GamePort
|
||||||
@ -48,7 +48,7 @@ App.AdminMethod=STDIO
|
|||||||
App.AdminLoginTransform=None
|
App.AdminLoginTransform=None
|
||||||
App.RCONConnectDelaySeconds=5
|
App.RCONConnectDelaySeconds=5
|
||||||
App.RCONConnectRetrySeconds=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.Compatibility=None
|
||||||
App.SteamUpdateAnonymousLogin=True
|
App.SteamUpdateAnonymousLogin=True
|
||||||
App.SteamForceLoginPrompt=False
|
App.SteamForceLoginPrompt=False
|
||||||
@ -61,8 +61,8 @@ Console.FilterMatchRegex=\[\d+m
|
|||||||
Console.FilterMatchReplacement=
|
Console.FilterMatchReplacement=
|
||||||
Console.ThrowawayMessageRegex=
|
Console.ThrowawayMessageRegex=
|
||||||
Console.AppReadyRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogLoad: Took \d+\.\d+ seconds to LoadMap\((?:.+)\)$
|
Console.AppReadyRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogLoad: Took \d+\.\d+ seconds to LoadMap\((?:.+)\)$
|
||||||
Console.UserJoinRegex=^$
|
Console.UserJoinRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogTheIsleJoinData: Verbose: \[[\d: ]+\] (?<username>.+?) \[(?<userid>\d+?)\] Joined The Server.*$
|
||||||
Console.UserLeaveRegex=^$
|
Console.UserLeaveRegex=^\[[\d.]*-[\d.]*:\d*\]\[[\d ]*\]LogTheIsleJoinData: Verbose: \[[\d: ]+\] (?<username>.+?) \[(?<userid>\d+?)\] Left The Server.*$
|
||||||
Console.UserChatRegex=^$
|
Console.UserChatRegex=^$
|
||||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||||
Console.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
|
@ -7,22 +7,7 @@
|
|||||||
"FieldName":"$GamePort",
|
"FieldName":"$GamePort",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"IsFlagArgument":false,
|
|
||||||
"ParamFieldName":"URL.Port",
|
"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":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -33,9 +18,7 @@
|
|||||||
"FieldName":"$QueuePort",
|
"FieldName":"$QueuePort",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"IsFlagArgument":false,
|
|
||||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.QueuePort",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.QueuePort",
|
||||||
"IncludeInCommandLine":false,
|
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -46,9 +29,7 @@
|
|||||||
"FieldName":"$RCONPort",
|
"FieldName":"$RCONPort",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"IsFlagArgument":false,
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.RconPort",
|
||||||
"ParamFieldName":"/Script/Engine.Game.RconPort",
|
|
||||||
"IncludeInCommandLine":false,
|
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -58,9 +39,7 @@
|
|||||||
"Keywords":"name",
|
"Keywords":"name",
|
||||||
"FieldName":"ServerName",
|
"FieldName":"ServerName",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"IsFlagArgument":false,
|
|
||||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.ServerName",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.ServerName",
|
||||||
"IncludeInCommandLine":false,
|
|
||||||
"DefaultValue":"The Isle Server - Powered by AMP",
|
"DefaultValue":"The Isle Server - Powered by AMP",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
@ -71,7 +50,6 @@
|
|||||||
"Keywords":"multihome,ip",
|
"Keywords":"multihome,ip",
|
||||||
"FieldName":"MultiHome",
|
"FieldName":"MultiHome",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"IsFlagArgument":false,
|
|
||||||
"SkipIfEmpty":true,
|
"SkipIfEmpty":true,
|
||||||
"ParamFieldName":"MultiHome",
|
"ParamFieldName":"MultiHome",
|
||||||
"IncludeInCommandLine":true,
|
"IncludeInCommandLine":true,
|
||||||
@ -81,56 +59,55 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Player Limit",
|
"DisplayName":"Player Limit",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Maximum number of players that may connect to the server",
|
"Description":"Sets the maximum number of players that may connect to the server at one time",
|
||||||
"Keywords":"players,limit",
|
"Keywords":"players,limit,maxplayers,maxplayercount",
|
||||||
"FieldName":"$MaxUsers",
|
"FieldName":"$MaxUsers",
|
||||||
"InputType":"number",
|
"InputType":"number",
|
||||||
"IsFlagArgument":false,
|
"MinValue":"1",
|
||||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.MaxPlayerCount",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.MaxPlayerCount",
|
||||||
"IncludeInCommandLine":false,
|
|
||||||
"DefaultValue":"50",
|
"DefaultValue":"50",
|
||||||
|
"Placeholder":"50",
|
||||||
"Suffix":"players",
|
"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":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Enable Global Chat",
|
"DisplayName":"Require Server Password",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"If enabled, all players will be able to use the global chat channel, not just admins",
|
"Description":"If enabled, a password will be required to join the server. Specify the password under Server Password",
|
||||||
"Keywords":"chat,global",
|
"Keywords":"server,password,enable,bServerPassword",
|
||||||
"FieldName":"bEnableGlobalChat",
|
"FieldName":"bServerPassword",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/Script/TheIsle.TIGameSession.bEnableGlobalChat",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.bServerPassword",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"true",
|
"DefaultValue":"false",
|
||||||
"EnumValues":{
|
"EnumValues":{
|
||||||
"False":"false",
|
"False":"false",
|
||||||
"True":"true"
|
"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",
|
"DisplayName":"Enable RCON",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Enables the RCON server",
|
"Description":"If set, the server's RCON will be enabled. Specify the RCON password under RCON Password",
|
||||||
"Keywords":"rcon,enable",
|
"Keywords":"rcon,enable,bRconEnabled",
|
||||||
"FieldName":"RconEnabled",
|
"FieldName":"bRconEnabled",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/Script/Engine.Game.RconEnabled",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.bRconEnabled",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"false",
|
"DefaultValue":"false",
|
||||||
"EnumValues":{
|
"EnumValues":{
|
||||||
@ -141,21 +118,21 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"RCON Password",
|
"DisplayName":"RCON Password",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Password to connect to RCON. NOTE: You should generate a password after enabling RCON",
|
"Description":"Sets the password to connect to the server's RCON. Default is a strong, random password",
|
||||||
"Keywords":"rcon,password",
|
"Keywords":"rcon,password,RconPassword",
|
||||||
"FieldName":"RconPassword",
|
"FieldName":"RconPassword",
|
||||||
"InputType":"RandomPassword",
|
"InputType":"password",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/Script/Engine.Game.RconPassword",
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.RconPassword",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"",
|
"DefaultValue":"{{newguid()}}",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Enable Queue Server",
|
"DisplayName":"Enable Queue Server",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"If enabled, players can queue to join a full server. Requires the Queue Port to be opened",
|
"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",
|
"FieldName":"bQueueEnabled",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
@ -171,7 +148,7 @@
|
|||||||
"DisplayName":"Enable Humans",
|
"DisplayName":"Enable Humans",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"If set, human characters will be enabled on the server",
|
"Description":"If set, human characters will be enabled on the server",
|
||||||
"Keywords":"human,characters",
|
"Keywords":"human,characters,bEnableHumans",
|
||||||
"FieldName":"bEnableHumans",
|
"FieldName":"bEnableHumans",
|
||||||
"InputType":"checkbox",
|
"InputType":"checkbox",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
@ -182,5 +159,37 @@
|
|||||||
"False":"false",
|
"False":"false",
|
||||||
"True":"true"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,18 +4,13 @@
|
|||||||
[/Script/TheIsle.TIGameSession]
|
[/Script/TheIsle.TIGameSession]
|
||||||
ServerName=The Isle Server - Powered by AMP
|
ServerName=The Isle Server - Powered by AMP
|
||||||
MaxPlayerCount=50
|
MaxPlayerCount=50
|
||||||
bEnableGlobalChat=true
|
bEnableHumans=false
|
||||||
bGlobalIsSpeciesOnly=false
|
bServerDynamicWeather=true
|
||||||
bLocalIsSpeciesOnly=true
|
bServerPassword=false
|
||||||
LocalChatRange=20000.f
|
ServerPassword=
|
||||||
bQueueEnabled=true
|
bQueueEnabled=true
|
||||||
QueuePort=10000
|
QueuePort=10000
|
||||||
bEnableHumans=false
|
bRconEnabled=false
|
||||||
|
|
||||||
[/Script/Engine.GameSession]
|
|
||||||
MaxPlayers=50
|
|
||||||
|
|
||||||
[/Script/Engine.Game]
|
|
||||||
RconEnabled=false
|
|
||||||
RconPort=8888
|
RconPort=8888
|
||||||
RconPassword=
|
RconPassword=
|
||||||
|
bAllowReplay=true
|
||||||
|
40
theisle-evrimaupdates.json
Normal file
40
theisle-evrimaupdates.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user