Add OpenTTD (#256)

This commit is contained in:
Greelan
2023-03-26 20:39:53 +11:00
committed by GitHub
parent d8364858bd
commit e30c8d25c6
7 changed files with 2566 additions and 0 deletions

44
openttdupdates.json Normal file
View File

@@ -0,0 +1,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
}
]