forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
subnautica-legacyupdates.json
36 lines (36 loc) · 1.21 KB
/
subnautica-legacyupdates.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
[
{
"UpdateStageName":"Subnautica Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"264710",
"UpdateSourceArgs":"264710",
"ForceDownloadPlatform":"Windows",
"UpdateSourceVersion":"legacy"
},
{
"UpdateStageName":"Nitrox Directory Creation",
"UpdateSourcePlatform":"All",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}nitrox"
},
{
"UpdateStageName":"Nitrox Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"GithubRelease",
"UpdateSourceArgs":"SubnauticaNitrox/Nitrox",
"UpdateSourceTarget":"{{$FullBaseDir}}nitrox",
"UnzipUpdateSource":true,
"OverwriteExistingFiles":true,
"DeleteAfterExtract":true
},
{
"UpdateStageName":"Server.cfg File Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/subnautica-legacyserver.cfg",
"UpdateSourceArgs":"server.cfg",
"UpdateSourceTarget":"{{$FullBaseDir}}",
"OverwriteExistingFiles":false
}
]