-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathalien-swarm-reactive-dropupdates.json
More file actions
39 lines (39 loc) · 1.46 KB
/
alien-swarm-reactive-dropupdates.json
File metadata and controls
39 lines (39 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"UpdateStageName": "SteamCMD Server Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "582400",
"UpdateSourceArgs": "563560",
"ForceDownloadPlatform": "Windows",
"SkipOnFailure": false
},
{
"UpdateStageName": "SteamCMD Component Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "1007",
"UpdateSourceTarget": "582400",
"UpdateSourceArgs": "563560",
"ForceDownloadPlatform": "Windows",
"SkipOnFailure": false
},
{
"UpdateStageName": "Server.cfg Template File Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/alien-swarm-reactive-dropserver.cfg",
"UpdateSourceArgs": "AMP_server.cfg",
"UpdateSourceTarget": "{{$FullRootDir}}",
"OverwriteExistingFiles": true,
"SkipOnFailure": false
},
{
"UpdateStageName": "Initialise Wine",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/bin/bash",
"UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"",
"SkipOnFailure": false
}
]