-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathut99updates.json
119 lines (119 loc) · 4.93 KB
/
ut99updates.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
{
"UpdateStageName": "Base Server Download",
"UpdateSourcePlatform": "Windows",
"UpdateSource": "FetchURL",
"UpdateSourceData": "http://www.ut-files.com/index.php?dir=Entire_Server_Download/&file=utserver436final.zip",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true
},
{
"UpdateStageName": "Base Server Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "FetchURL",
"UpdateSourceData": "http://www.ut-files.com/index.php?dir=Entire_Server_Download/&file=ut-server-linux-436.tar.gz",
"UpdateSourceTarget": "{{$FullInstanceDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true
},
{
"UpdateStageName": "Bonus Packs Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/IceOfWraith/UT99-BonusPacks/raw/main/ut99bonuspacks.zip",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true
},
{
"UpdateStageName": "OldUnreal Patch Download",
"UpdateSourcePlatform": "Windows",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v{{PatchVersion}}/OldUnreal-UTPatch{{PatchVersion}}-Windows.zip",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true
},
{
"UpdateStageName": "OldUnreal Patch Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469b/OldUnreal-UTPatch469b-Linux.tar.bz2",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true,
"UpdateSourceConditionSetting": "PatchVersion",
"UpdateSourceConditionValue": "469b"
},
{
"UpdateStageName": "OldUnreal Patch Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469c/OldUnreal-UTPatch469c-Linux-amd64.tar.bz2",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true,
"UpdateSourceConditionSetting": "PatchVersion",
"UpdateSourceConditionValue": "469c"
},
{
"UpdateStageName": "OldUnreal Patch Download",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469d/OldUnreal-UTPatch469d-Linux-amd64.tar.bz2",
"UpdateSourceTarget": "{{$FullRootDir}}",
"UnzipUpdateSource": true,
"OverwriteExistingFiles": true,
"DeleteAfterExtract": true,
"UpdateSourceConditionSetting": "PatchVersion",
"UpdateSourceConditionValue": "469d"
},
{
"UpdateStageName": "Copy OldUnreal Patch Files",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/bin/bash",
"UpdateSourceArgs": "-c \"\\cp -Rf ./ut-server/System64/* ./ut-server/System >/dev/null 2>&1\"",
"UpdateSourceConditionSetting": "PatchVersion",
"UpdateSourceConditionValue": "469c",
"SkipOnFailure": false
},
{
"UpdateStageName": "Copy OldUnreal Patch Files",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Executable",
"UpdateSourceData": "/bin/bash",
"UpdateSourceArgs": "-c \"\\cp -Rf ./ut-server/System64/* ./ut-server/System >/dev/null 2>&1\"",
"UpdateSourceConditionSetting": "PatchVersion",
"UpdateSourceConditionValue": "469d",
"SkipOnFailure": false
},
{
"UpdateStageName": "Pause Update Stages",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "Pause",
"UpdateSourceArgs": "2"
},
{
"UpdateStageName": "Set Executable Flag",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "SetExecutableFlag",
"UpdateSourceArgs": "{{$FullBaseDir}}System/ucc-bin"
},
{
"UpdateStageName": "Server Config Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/ut99UnrealTournament.ini",
"UpdateSourceArgs": "_AMP_UnrealTournament.ini",
"UpdateSourceTarget": "{{$FullRootDir}}System/",
"OverwriteExistingFiles": false
}
]