Skip to content

Commit 8dd4c1a

Browse files
committed
2 parents a3eea8f + cfc7a06 commit 8dd4c1a

14 files changed

Lines changed: 32 additions & 28 deletions

arma3.kvp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Meta.AppIsMultiIPAware=True
2525
App.DisplayName=Arma 3
2626
App.RootDir=./arma3/
2727
App.BaseDirectory=./arma3/233780/
28-
App.SteamWorkshopDownloadLocation=
28+
App.StoresSupported=SteamWorkshop
29+
App.StoreDownloadLocations={"SteamWorkshop":""}
2930
App.ExecutableWin=233780\ArmA3Server{{ServerExecutable}}.exe
3031
App.ExecutableLinux=233780/arma3server{{ServerExecutable}}
3132
App.WorkingDir=233780

arma3config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"DisplayName": "Load Mods",
135135
"Category": "Arma 3:stadia_controller",
136136
"Subcategory": "Server:dns:1",
137-
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths. Alternatively use the Startup Parameters File option",
137+
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths. Alternatively use the Startup Parameters File option",
138138
"Keywords": "mods,addons,modding,modification,workshop,plugins,mod",
139139
"FieldName": "mod",
140140
"InputType": "Textarea",
@@ -149,7 +149,7 @@
149149
"DisplayName": "Load Server Mods",
150150
"Category": "Arma 3:stadia_controller",
151151
"Subcategory": "Server:dns:1",
152-
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths. Alternatively use the Startup Parameters File option",
152+
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths. Alternatively use the Startup Parameters File option",
153153
"Keywords": "mods,addons,modding,modification,workshop,plugins,server,servermod",
154154
"FieldName": "serverMod",
155155
"InputType": "Textarea",
@@ -164,7 +164,7 @@
164164
"DisplayName": "Client Mods",
165165
"Category": "Arma 3:stadia_controller",
166166
"Subcategory": "Server:dns:1",
167-
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
167+
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/arma-3-server-guide/3475#p-7295-h-42-loading-6). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
168168
"Keywords": "mods,addons,modding,modification,workshop,plugins,client,clientmod",
169169
"FieldName": "clientmod",
170170
"InputType": "Textarea",

colony-survival.kvp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Meta.MinAMPVersion=2.5.0.14
1414
Meta.SpecificDockerImage=cubecoders/ampbase:debian
1515
Meta.DockerRequired=False
1616
Meta.DockerBaseReadOnly=False
17-
Meta.ContainerPolicy=Supported
18-
Meta.ContainerPolicyReason=
17+
Meta.ContainerPolicy=RecommendedOnLinux
18+
Meta.ContainerPolicyReason=The server currently requires Xvfb to run on Linux, due to a bug. Using a container avoids the need for you to install this dependency on the host.
1919
Meta.ExtraSetupStepsURI=
2020
Meta.Prerequisites=[]
2121
Meta.ExtraContainerPackages=[]
2222
Meta.ConfigReleaseState=NotSpecified
2323
Meta.NoCommercialUsage=False
24-
Meta.ConfigVersion=2
24+
Meta.ConfigVersion=3
2525
Meta.ReleaseNotes=
2626
Meta.BreakingReleaseNotes=
2727
Meta.AppConfigId=8c56d7d3-fb12-48ee-b124-7814df6a9b34
@@ -32,9 +32,9 @@ App.RootDir=./colonysurvival/
3232
App.BaseDirectory=./colonysurvival/748090/
3333
App.SteamWorkshopDownloadLocation=
3434
App.ExecutableWin=748090\colonyserver.exe
35-
App.ExecutableLinux=748090/colonyserver.x86_64
35+
App.ExecutableLinux=/usr/bin/xvfb-run
3636
App.WorkingDir=748090
37-
App.LinuxCommandLineArgs=
37+
App.LinuxCommandLineArgs=-a ./colonyserver.x86_64
3838
App.WindowsCommandLineArgs=
3939
App.CommandLineArgs={{$PlatformArgs}} -batchmode -nographics +server.gameport {{$ServerPort}} +server.steamport {{$SteamPort}} +server.ip {{$ApplicationIPBinding}} {{$FormattedArgs}}
4040
App.UseLinuxIOREDIR=False

dayz-experimental.kvp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Meta.AppIsMultiIPAware=True
2525
App.DisplayName=DayZ (Experimental)
2626
App.RootDir=./dayz/
2727
App.BaseDirectory=./dayz/1042420/
28-
App.SteamWorkshopDownloadLocation=
28+
App.StoresSupported=SteamWorkshop
29+
App.StoreDownloadLocations={"SteamWorkshop":""}
2930
App.ExecutableWin=1042420\DayZServer_x64.exe
3031
App.ExecutableLinux=1042420/DayZServer
3132
App.WorkingDir=1042420

dayz-experimentalconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"DisplayName": "Load Mods",
238238
"Category": "DayZ:stadia_controller",
239239
"Subcategory": "Server:dns:1",
240-
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
240+
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
241241
"Keywords": "mods,addons,modding,modification,workshop,plugins,mod",
242242
"FieldName": "mod",
243243
"InputType": "Textarea",
@@ -252,7 +252,7 @@
252252
"DisplayName": "Load Server Mods",
253253
"Category": "DayZ:stadia_controller",
254254
"Subcategory": "Server:dns:1",
255-
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
255+
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
256256
"Keywords": "mods,addons,modding,modification,workshop,plugins,server,servermod",
257257
"FieldName": "serverMod",
258258
"InputType": "Textarea",
@@ -267,7 +267,7 @@
267267
"DisplayName": "Client Mods",
268268
"Category": "DayZ:stadia_controller",
269269
"Subcategory": "Server:dns:1",
270-
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
270+
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
271271
"Keywords": "mods,addons,modding,modification,workshop,plugins,client,clientmod",
272272
"FieldName": "clientmod",
273273
"InputType": "Textarea",
@@ -1115,7 +1115,7 @@
11151115
"IsFlagArgument": false,
11161116
"ParamFieldName": "ModDirFormat",
11171117
"IncludeInCommandLine": false,
1118-
"DefaultValue": "false",
1118+
"DefaultValue": "true",
11191119
"EnumValues": {
11201120
"False": "false",
11211121
"True": "true"

dayz-original.kvp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Meta.AppIsMultiIPAware=True
2525
App.DisplayName=DayZ (Stable)
2626
App.RootDir=./dayz/
2727
App.BaseDirectory=./dayz/223350/
28-
App.SteamWorkshopDownloadLocation=
28+
App.StoresSupported=SteamWorkshop
29+
App.StoreDownloadLocations={"SteamWorkshop":""}
2930
App.ExecutableWin=223350\DayZServer_x64.exe
3031
App.ExecutableLinux=223350/DayZServer
3132
App.WorkingDir=223350

dayz-originalconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"DisplayName": "Load Mods",
238238
"Category": "DayZ:stadia_controller",
239239
"Subcategory": "Server:dns:1",
240-
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
240+
"Description": "Semi-colon separated list (moddir1;moddir2) of [mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (not server-side only mods). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
241241
"Keywords": "mods,addons,modding,modification,workshop,plugins,mod",
242242
"FieldName": "mod",
243243
"InputType": "Textarea",
@@ -252,7 +252,7 @@
252252
"DisplayName": "Load Server Mods",
253253
"Category": "DayZ:stadia_controller",
254254
"Subcategory": "Server:dns:1",
255-
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
255+
"Description": "Semi-colon separated list (moddir1;moddir2) of [server-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7) to load (the mods are not broadcast to clients). ONE LINE ONLY! Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
256256
"Keywords": "mods,addons,modding,modification,workshop,plugins,server,servermod",
257257
"FieldName": "serverMod",
258258
"InputType": "Textarea",
@@ -267,7 +267,7 @@
267267
"DisplayName": "Client Mods",
268268
"Category": "DayZ:stadia_controller",
269269
"Subcategory": "Server:dns:1",
270-
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates. Otherwise, use mod directory paths relative to the server base directory or full paths",
270+
"Description": "Semi-colon separated list (moddir1;moddir2) of [client-side only mod directories](https://discourse.cubecoders.com/t/dayz-server-guide/3454#p-7248-h-52-loading-7). ONE LINE ONLY! These won't be loaded by the server, but will be used by the Manage Bikeys setting if enabled. Specify simply the mod ID or @modname (as applicable to the Updates settings) for any mods downloaded under Updates or the Store. Otherwise, use mod directory paths relative to the server base directory or full paths",
271271
"Keywords": "mods,addons,modding,modification,workshop,plugins,client,clientmod",
272272
"FieldName": "clientmod",
273273
"InputType": "Textarea",
@@ -1115,7 +1115,7 @@
11151115
"IsFlagArgument": false,
11161116
"ParamFieldName": "ModDirFormat",
11171117
"IncludeInCommandLine": false,
1118-
"DefaultValue": "false",
1118+
"DefaultValue": "true",
11191119
"EnumValues": {
11201120
"False": "false",
11211121
"True": "true"

luanti.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meta.AarchSupport=Unknown
55
Meta.Arch=x86_64
66
Meta.Author=Greelan
77
Meta.URL=https://www.luanti.org/
8-
Meta.DisplayImageSource=url:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Minetest_logo.png/240px-Minetest_logo.png
8+
Meta.DisplayImageSource=url:https://raw.githubusercontent.com/luanti-org/luanti/master/misc/luanti.svg
99
Meta.EndpointURIFormat=
1010
Meta.ConfigManifest=luanticonfig.json
1111
Meta.MetaConfigManifest=luantimetaconfig.json

minetest.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meta.AarchSupport=Unknown
55
Meta.Arch=x86_64
66
Meta.Author=Greelan
77
Meta.URL=https://minetest.net
8-
Meta.DisplayImageSource=url:https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Minetest_logo.png/240px-Minetest_logo.png
8+
Meta.DisplayImageSource=url:https://raw.githubusercontent.com/luanti-org/luanti/master/misc/luanti.svg
99
Meta.EndpointURIFormat=
1010
Meta.ConfigManifest=minetestconfig.json
1111
Meta.MetaConfigManifest=minetestmetaconfig.json

node.kvp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meta.AarchSupport=Native
55
Meta.Arch=All
66
Meta.Author=IceOfWraith, Greelan
77
Meta.URL=https://nodejs.org
8-
Meta.DisplayImageSource=url:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/1200px-Node.js_logo.svg.png
8+
Meta.DisplayImageSource=url:https://nodejs.org/static/logos/nodejsStackedLight.svg
99
Meta.EndpointURIFormat=
1010
Meta.ConfigManifest=nodeconfig.json
1111
Meta.MetaConfigManifest=nodemetaconfig.json

0 commit comments

Comments
 (0)