Skip to content

Commit 162cafc

Browse files
committed
Update egg-soldat.json
Fixed Parse Error with file and switch to INI
1 parent 24048c7 commit 162cafc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

steamcmd_servers/soldat/egg-soldat.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"meta": {
44
"version": "PTDL_v1"
55
},
6-
"exported_at": "2020-04-24T16:03:28+02:00",
6+
"exported_at": "2020-10-06T16:59:53+02:00",
77
"name": "Soldat",
88
"author": "[email protected]",
99
"description": "Soldat is a unique 2D (side-view) multiplayer action game. It has been influenced by the best of games such as Liero, Worms, Quake, and Counter-Strike and provides a fast-paced gaming experience with tons of blood and flesh. Soldiers fight against each other in 2D battle arenas using a deadly arsenal of military weapons, across 7 default game modes. It features 18 different weapons and 60 maps to frag away on, with full support for user created content.\r\n\r\nSteam: https:\/\/store.steampowered.com\/app\/638490\/Soldat\/",
1010
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
1111
"startup": ".\/soldatserver",
1212
"config": {
13-
"files": "{\r\n \"soldat.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"Port=\": \"Port={{server.build.default.port}}\",\r\n \"Max_Players=\": \"Max_Players={{server.build.env.MAX_PLAYERS}}\",\r\n \"Game_Password=\": \"Game_Password={{server.build.env.SRV_PWD}}\",\r\n \"Admin_Password=\": \"Admin_Password={{server.build.env.ADMIN_PASSWD}}\",\r\n \"Server_Name=\": \"Server_Name={{server.build.env.SRV_NAME}}\"\r\n }\r\n }\r\n}",
13+
"files": "{\r\n \"soldat.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"NETWORK.Port\": \"{{server.build.default.port}}\",\r\n \"NETWORK.Max_Players\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n \"NETWORK.Game_Password\": \"{{server.build.env.SRV_PWD}}\",\r\n \"NETWORK.Admin_Password\": \"{{server.build.env.ADMIN_PASSWD}}\",\r\n \"NETWORK.Server_Name\": \"{{server.build.env.SRV_NAME}}\"\r\n }\r\n }\r\n}",
1414
"startup": "{\r\n \"done\": \"Done\",\r\n \"userInteraction\": []\r\n}",
1515
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
1616
"stop": "^C"
@@ -28,44 +28,44 @@
2828
"description": "Admin Password for the Server",
2929
"env_variable": "ADMIN_PASSWD",
3030
"default_value": "changeme",
31-
"user_viewable": 1,
32-
"user_editable": 1,
31+
"user_viewable": true,
32+
"user_editable": true,
3333
"rules": "required|string|max:20"
3434
},
3535
{
3636
"name": "Server Password",
3737
"description": "Password to join Server",
3838
"env_variable": "SRV_PWD",
39-
"default_value": "chageme",
40-
"user_viewable": 1,
41-
"user_editable": 1,
39+
"default_value": "changeme",
40+
"user_viewable": true,
41+
"user_editable": true,
4242
"rules": "required|string|max:20"
4343
},
4444
{
4545
"name": "Server Name",
4646
"description": "Name of the Server",
4747
"env_variable": "SRV_NAME",
4848
"default_value": "MySoldatServer",
49-
"user_viewable": 1,
50-
"user_editable": 1,
49+
"user_viewable": true,
50+
"user_editable": true,
5151
"rules": "required|string|max:100"
5252
},
5353
{
5454
"name": "Max Players",
5555
"description": "Max Players can join",
5656
"env_variable": "MAX_PLAYERS",
5757
"default_value": "10",
58-
"user_viewable": 1,
59-
"user_editable": 1,
58+
"user_viewable": true,
59+
"user_editable": true,
6060
"rules": "required|string|max:20"
6161
},
6262
{
6363
"name": "ADD IP",
6464
"description": "Steam APP ID",
6565
"env_variable": "SRCDS_APPID",
6666
"default_value": "638500",
67-
"user_viewable": 1,
68-
"user_editable": 0,
67+
"user_viewable": true,
68+
"user_editable": false,
6969
"rules": "required|string|max:20"
7070
}
7171
]

0 commit comments

Comments
 (0)