updating arma 3

Removed max memory setting that was causing a crash.

Resolves some issues.
This commit is contained in:
Michael (Parker) Parker 2018-10-16 13:08:52 -04:00
parent bffeb754d1
commit 10c7c479c2

View File

@ -3,12 +3,12 @@
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2018-10-07T18:03:58-04:00", "exported_at": "2018-10-16T13:07:23-04:00",
"name": "Arma 3", "name": "Arma 3",
"author": "daave@aaathats3as.com", "author": "daave@aaathats3as.com",
"description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.", "description": "Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single- and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC's premier military game. Authentic, diverse, open - Arma 3 sends you to war.",
"image": "quay.io\/parkervcp\/pterodactyl-images:source", "image": "quay.io\/parkervcp\/pterodactyl-images:source",
"startup": ".\/arma3server -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\" -maxMem={{SERVER_MEMORY}}", "startup": ".\/arma3server -ip=0.0.0.0 -port={{SERVER_PORT}} -cfg={{CFG}} -config={{CONFIG}} {{CUSTOM}} -mod=\"{{MODS}}\" -serverMod=\"{{SERVERMODS}}\"",
"config": { "config": {
"files": "{}", "files": "{}",
"startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}", "startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}",
@ -23,15 +23,6 @@
} }
}, },
"variables": [ "variables": [
{
"name": "Update Server",
"description": "Set this to `1` to update the server, otherwise, keep at `0`.",
"env_variable": "UPDATE",
"default_value": "0",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|boolean"
},
{ {
"name": "Game App ID", "name": "Game App ID",
"description": "Steam CMD App ID.", "description": "Steam CMD App ID.",