-
Notifications
You must be signed in to change notification settings - Fork 531
Expand file tree
/
Copy pathaneurismivupdates.json
More file actions
42 lines (42 loc) · 1.5 KB
/
aneurismivupdates.json
File metadata and controls
42 lines (42 loc) · 1.5 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
40
41
42
[
{
"UpdateStageName": "SteamCMD Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "2832030",
"UpdateSourceArgs": "2773280",
"UpdateSourceVersion": "{{ServerBranch}}",
"SkipOnFailure": false
},
{
"UpdateStageName": "Create Config Directory",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "CreateDirectory",
"UpdateSourceArgs": "{{$FullBaseDir}}unity3d/Vellocet/ANEURISM IV",
"SkipOnFailure": false
},
{
"UpdateStageName": "Config File Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/aneurismivaniv.cfg",
"UpdateSourceTarget": "{{$FullBaseDir}}unity3d/Vellocet/ANEURISM IV",
"UpdateSourceArgs": "aniv.cfg",
"OverwriteExistingFiles": false
},
{
"UpdateStageName": "Create whitelist.cfg File",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "CreateFile",
"UpdateSourceArgs": "{{$FullBaseDir}}unity3d/Vellocet/ANEURISM IV/whitelist.cfg",
"OverwriteExistingFiles": false
},
{
"UpdateStageName": "Create steam_appid.txt File",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "CreateFile",
"UpdateSourceData": "2773280",
"UpdateSourceArgs": "{{$FullBaseDir}}steam_appid.txt",
"OverwriteExistingFiles": true
}
]