update insurgency flags

resolves #357

add -workshop -secure flags
This commit is contained in:
parkervcp 2020-10-26 22:40:56 -04:00
parent a4eece62da
commit 8c70a54112
No known key found for this signature in database
GPG Key ID: 66E17EA0450C8F6E

View File

@ -3,16 +3,16 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-10-19T23:35:42+00:00",
"exported_at": "2020-10-27T02:39:14+00:00",
"name": "Insurgency",
"author": "support@pterodactyl.io",
"description": "Take to the streets for intense close quarters combat, where a team's survival depends upon securing crucial strongholds and destroying enemy supply in this multiplayer and cooperative Source Engine based experience.",
"image": "quay.io\/pterodactyl\/core:source",
"startup": ".\/srcds_run -game {{SRCDS_GAME}} -console -port {{SERVER_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart",
"startup": ".\/srcds_run -game {{SRCDS_GAME}} -console -port {{SERVER_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart -workshop -secure",
"config": {
"files": "{}",
"startup": "{\"done\": \"gameserver Steam ID\", \"userInteraction\": []}",
"logs": "{\"custom\": true, \"location\": \"logs\/latest.log\"}",
"startup": "{\r\n \"done\": \"gameserver Steam ID\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
"stop": "quit"
},
"scripts": {