forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openttdupdates.json
44 lines (44 loc) · 1.61 KB
/
openttdupdates.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
[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"1536610",
"UpdateSourceArgs":"1536610",
"UpdateSourceVersion":"{{ServerBranch}}"
},
{
"UpdateStageName":"Create Config Directory",
"UpdateSourcePlatform":"All",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}config",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Openttd.cfg Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/openttdopenttd.cfg",
"UpdateSourceArgs":"openttd.cfg",
"UpdateSourceTarget":"{{$FullBaseDir}}config",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Private.cfg Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/openttdprivate.cfg",
"UpdateSourceArgs":"private.cfg",
"UpdateSourceTarget":"{{$FullBaseDir}}config",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Secrets.cfg Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/openttdsecrets.cfg",
"UpdateSourceArgs":"secrets.cfg",
"UpdateSourceTarget":"{{$FullBaseDir}}config",
"OverwriteExistingFiles":false
}
]