39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
|
[
|
||
|
{
|
||
|
"UpdateStageName":"SteamCMD Server Download",
|
||
|
"UpdateSourcePlatform":"All",
|
||
|
"UpdateSource":"SteamCMD",
|
||
|
"UpdateSourceData":"996560",
|
||
|
"UpdateSourceArgs":"700330"
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName":"Config Directory Creation",
|
||
|
"UpdateSourcePlatform":"All",
|
||
|
"UpdateSource":"CreateDirectory",
|
||
|
"UpdateSourceArgs":"{{$FullBaseDir}}AppData/config/{{$GamePort}}"
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName":"Gameplay Config Template Copy",
|
||
|
"UpdateSourcePlatform":"All",
|
||
|
"UpdateSource":"CopyFilePath",
|
||
|
"UpdateSourceData":"{{$FullBaseDir}}AppData/config/{{$GamePort}}/config_gameplay.txt",
|
||
|
"UpdateSourceArgs":"{{$FullBaseDir}}ConfigTemplates/config_gameplay.template.txt",
|
||
|
"OverwriteExistingFiles":false
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName":"Remoteadmin Config Template Copy",
|
||
|
"UpdateSourcePlatform":"All",
|
||
|
"UpdateSource":"CopyFilePath",
|
||
|
"UpdateSourceData":"{{$FullBaseDir}}AppData/config/{{$GamePort}}/config_remoteadmin.txt",
|
||
|
"UpdateSourceArgs":"{{$FullBaseDir}}ConfigTemplates/config_remoteadmin.template.txt",
|
||
|
"OverwriteExistingFiles":false
|
||
|
},
|
||
|
{
|
||
|
"UpdateStageName":"Hoster Policy File Creation",
|
||
|
"UpdateSourcePlatform":"All",
|
||
|
"UpdateSource":"CreateFile",
|
||
|
"UpdateSourceData":"gamedir_for_configs: true",
|
||
|
"UpdateSourceArgs":"{{$FullBaseDir}}hoster_policy.txt",
|
||
|
"OverwriteExistingFiles":true
|
||
|
}
|
||
|
]
|