2022-11-15 03:57:47 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"UpdateStageName": "SteamCMD Download",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "SteamCMD",
|
|
|
|
"UpdateSourceData": "298740",
|
2023-01-07 21:57:45 +01:00
|
|
|
"UpdateSourceArgs": "244850",
|
2022-11-15 03:57:47 +01:00
|
|
|
"UpdateSourceVersion": "{{Stream}}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName": "Create Config Directory",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "CreateDirectory",
|
|
|
|
"UpdateSourceArgs": "{{$FullBaseDir}}servers",
|
|
|
|
"OverwriteExistingFiles": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName": "Base Config Download",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "FetchURL",
|
2023-02-03 03:34:19 +01:00
|
|
|
"UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/space-engineers-dedicated.cfg",
|
2022-11-15 03:57:47 +01:00
|
|
|
"UpdateSourceTarget": "{{$FullBaseDir}}servers",
|
|
|
|
"UpdateSourceArgs": "SpaceEngineers-Dedicated.cfg",
|
|
|
|
"OverwriteExistingFiles": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName": "Mods Workaround 1",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "CopyFilePath",
|
|
|
|
"UpdateSourceData": "{{$FullBaseDir}}DedicatedServer64/steamclient64.dll",
|
|
|
|
"UpdateSourceArgs": "{{$FullBaseDir}}steamclient64.dll",
|
|
|
|
"OverwriteExistingFiles": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName": "Mods Workaround 2",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "CopyFilePath",
|
|
|
|
"UpdateSourceData": "{{$FullBaseDir}}DedicatedServer64/tier0_s64.dll",
|
|
|
|
"UpdateSourceArgs": "{{$FullBaseDir}}tier0_s64.dll",
|
|
|
|
"OverwriteExistingFiles": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName": "Mods Workaround 3",
|
|
|
|
"UpdateSourcePlatform": "All",
|
|
|
|
"UpdateSource": "CopyFilePath",
|
|
|
|
"UpdateSourceData": "{{$FullBaseDir}}DedicatedServer64/vstdlib_s64.dll",
|
|
|
|
"UpdateSourceArgs": "{{$FullBaseDir}}vstdlib_s64.dll",
|
|
|
|
"OverwriteExistingFiles": true
|
2023-04-03 08:08:07 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"UpdateStageName":" Initialise Wine",
|
|
|
|
"UpdateSourcePlatform": "Linux",
|
|
|
|
"UpdateSource": "Executable",
|
|
|
|
"UpdateSourceData": "/bin/bash",
|
|
|
|
"UpdateSourceArgs": "-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"
|
2022-11-15 03:57:47 +01:00
|
|
|
}
|
2023-01-07 21:57:45 +01:00
|
|
|
]
|