|
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "UpdateStageName": "Config Directory Creation", |
12 | | - "UpdateSourcePlatform": "All", |
| 12 | + "UpdateSourcePlatform": "Windows", |
13 | 13 | "UpdateSource": "CreateDirectory", |
14 | | - "UpdateSourceArgs": "./insurgencysandstorm/581330/Insurgency/Saved/Config/WindowsServer", |
| 14 | + "UpdateSourceArgs": "{{$FullBaseDir}}Insurgency/Saved/Config/WindowsServer", |
15 | 15 | "SkipOnFailure": false |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "UpdateStageName": "Config Directory Creation", |
19 | | - "UpdateSourcePlatform": "All", |
| 19 | + "UpdateSourcePlatform": "Linux", |
20 | 20 | "UpdateSource": "CreateDirectory", |
21 | | - "UpdateSourceArgs": "./insurgencysandstorm/581330/Insurgency/Saved/Config/LinuxServer", |
| 21 | + "UpdateSourceArgs": "{{$FullBaseDir}}Insurgency/Saved/Config/LinuxServer", |
22 | 22 | "SkipOnFailure": false |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "UpdateStageName": "Base Config Download", |
26 | | - "UpdateSourcePlatform": "All", |
| 26 | + "UpdateSourcePlatform": "Windows", |
27 | 27 | "UpdateSource": "FetchURL", |
28 | | - "UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/InsurgencySS_Game.ini", |
29 | | - "UpdateSourceTarget": "./", |
| 28 | + "UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/insurgencysandstormgame.ini", |
| 29 | + "UpdateSourceTarget": "{{$FullBaseDir}}Insurgency/Saved/Config/WindowsServer", |
| 30 | + "UpdateSourceArgs": "Game.ini", |
30 | 31 | "UnzipUpdateSource": false, |
31 | 32 | "OverwriteExistingFiles": false, |
32 | 33 | "SkipOnFailure": false |
33 | 34 | }, |
34 | 35 | { |
35 | | - "UpdateStageName": "Config File Copy", |
36 | | - "UpdateSourcePlatform": "All", |
37 | | - "UpdateSource": "CopyFilePath", |
38 | | - "UpdateSourceData": "./insurgencysandstorm/581330/Insurgency/Saved/Config/WindowsServer/Game.ini", |
39 | | - "UpdateSourceArgs": "./insurgencysandstorm/InsurgencySS_Game.ini", |
40 | | - "OverwriteExistingFiles": false, |
41 | | - "SkipOnFailure": false |
42 | | - }, |
43 | | - { |
44 | | - "UpdateStageName": "Config File Copy", |
45 | | - "UpdateSourcePlatform": "All", |
46 | | - "UpdateSource": "CopyFilePath", |
47 | | - "UpdateSourceData": "./insurgencysandstorm/581330/Insurgency/Saved/Config/LinuxServer/Game.ini", |
48 | | - "UpdateSourceArgs": "./insurgencysandstorm/InsurgencySS_Game.ini", |
| 36 | + "UpdateStageName": "Base Config Download", |
| 37 | + "UpdateSourcePlatform": "Linux", |
| 38 | + "UpdateSource": "FetchURL", |
| 39 | + "UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/insurgencysandstormgame.ini", |
| 40 | + "UpdateSourceTarget": "{{$FullBaseDir}}Insurgency/Saved/Config/LinuxServer", |
| 41 | + "UpdateSourceArgs": "Game.ini", |
| 42 | + "UnzipUpdateSource": false, |
49 | 43 | "OverwriteExistingFiles": false, |
50 | 44 | "SkipOnFailure": false |
51 | 45 | } |
|
0 commit comments