forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdayz-originalupdates.json
More file actions
26 lines (26 loc) · 960 Bytes
/
dayz-originalupdates.json
File metadata and controls
26 lines (26 loc) · 960 Bytes
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
[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"Windows",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"223350",
"UpdateSourceArgs":"221100",
"UpdateSourceTarget":"{{$FullBaseDir}}"
},
{
"UpdateStageName":"Config Template Download",
"UpdateSourcePlatform":"Windows",
"UpdateSource":"FetchURL",
"OverwriteExistingFiles":false,
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/dayz-originalserver.cfg",
"UpdateSourceTarget":"{{$FullBaseDir}}",
"UpdateSourceArgs":"AMP_serverDZ.cfg"
},
{
"UpdateStageName":"Link Mods",
"UpdateSourcePlatform":"Windows",
"UpdateSource":"Executable",
"UpdateSourceData":"cmd.exe",
"UpdateSourceArgs":"/C cd .\\dayz\\223350 && for /D %G in (.\\steamapps\\workshop\\content\\221100\\*) do mklink /J %~nxG %G"
}
]