forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
insurgencysandstormupdates.json
46 lines (46 loc) · 1.74 KB
/
insurgencysandstormupdates.json
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
43
44
45
46
[
{
"UpdateStageName": "SteamCMD Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "SteamCMD",
"UpdateSourceData": "581330",
"UpdateSourceArgs": "581320"
},
{
"UpdateStageName": "Config Directory Creation",
"UpdateSourcePlatform": "All",
"UpdateSource": "CreateDirectory",
"UpdateSourceArgs": "./insurgencysandstorm/581330/Insurgency/Saved/Config/WindowsServer"
},
{
"UpdateStageName": "Config Directory Creation",
"UpdateSourcePlatform": "All",
"UpdateSource": "CreateDirectory",
"UpdateSourceArgs": "./insurgencysandstorm/581330/Insurgency/Saved/Config/LinuxServer"
},
{
"UpdateStageName": "Base Config Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/CubeCoders/AMPTemplates/raw/main/InsurgencySS_Game.ini",
"UpdateSourceTarget": "./",
"UnzipUpdateSource": false,
"OverwriteExistingFiles": false
},
{
"UpdateStageName": "Config File Copy",
"UpdateSourcePlatform": "All",
"UpdateSource": "CopyFilePath",
"UpdateSourceData": "./insurgencysandstorm/581330/Insurgency/Saved/Config/WindowsServer/Game.ini",
"UpdateSourceArgs": "./insurgencysandstorm/InsurgencySS_Game.ini",
"OverwriteExistingFiles": false
},
{
"UpdateStageName": "Config File Copy",
"UpdateSourcePlatform": "All",
"UpdateSource": "CopyFilePath",
"UpdateSourceData": "./insurgencysandstorm/581330/Insurgency/Saved/Config/LinuxServer/Game.ini",
"UpdateSourceArgs": "./insurgencysandstorm/InsurgencySS_Game.ini",
"OverwriteExistingFiles": false
}
]