Add Arma Reforger (#121)

This commit is contained in:
JetF0x
2023-03-08 13:24:06 -06:00
committed by GitHub
parent 89fb007715
commit af786f90a1
5 changed files with 554 additions and 0 deletions

25
arma-reforgerupdates.json Normal file
View File

@@ -0,0 +1,25 @@
[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"1874900",
"UpdateSourceArgs":"1874880"
},
{
"UpdateStageName":"Create Configs Directory",
"UpdateSourcePlatform":"All",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}Configs",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Server Config File Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/arma-reforgerserver.json",
"UpdateSourceArgs":"server.json",
"UpdateSourceTarget":"{{$FullBaseDir}}Configs/",
"OverwriteExistingFiles":false
}
]