AMPTemplates/wolfenstein-etupdates.json
2023-10-11 17:09:53 +11:00

58 lines
2.2 KiB
JSON

[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"1873030",
"ForceDownloadPlatform":"Windows"
},
{
"UpdateStageName":"Server.cfg Template File Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/wolfenstein-etserver.cfg",
"UpdateSourceArgs":"AMP_server.cfg",
"UpdateSourceTarget":"{{$FullRootDir}}",
"OverwriteExistingFiles":true
},
{
"UpdateStageName":"Campaigncycle.cfg Copy",
"UpdateSourcePlatform":"All",
"UpdateSource":"CopyFilePath",
"UpdateSourceData":"{{$FullBaseDir}}etmain/AMP_campaigncycle.cfg",
"UpdateSourceArgs":"{{$FullBaseDir}}etmain/campaigncycle.cfg",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Objectivecycle.cfg Copy",
"UpdateSourcePlatform":"All",
"UpdateSource":"CopyFilePath",
"UpdateSourceData":"{{$FullBaseDir}}etmain/AMP_objectivecycle.cfg",
"UpdateSourceArgs":"{{$FullBaseDir}}etmain/objectivecycle.cfg",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Lmscycle.cfg Copy",
"UpdateSourcePlatform":"All",
"UpdateSource":"CopyFilePath",
"UpdateSourceData":"{{$FullBaseDir}}etmain/AMP_lmscycle.cfg",
"UpdateSourceArgs":"{{$FullBaseDir}}etmain/lmscycle.cfg",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Stopwatchcycle.cfg Copy",
"UpdateSourcePlatform":"All",
"UpdateSource":"CopyFilePath",
"UpdateSourceData":"{{$FullBaseDir}}etmain/AMP_stopwatchcycle.cfg",
"UpdateSourceArgs":"{{$FullBaseDir}}etmain/stopwatchcycle.cfg",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Initialise Wine",
"UpdateSourcePlatform":"Linux",
"UpdateSource":"Executable",
"UpdateSourceData":"/bin/bash",
"UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win32 /usr/bin/wineboot --init --update'"
}
]