From 10c7c479c26e95f741a6274199686d943b411541 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Tue, 16 Oct 2018 13:08:52 -0400 Subject: [PATCH] updating arma 3 Removed max memory setting that was causing a crash. Resolves some issues. --- arma/arma3/egg-arma3.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/arma/arma3/egg-arma3.json b/arma/arma3/egg-arma3.json index dbbbe67b..d24a072a 100644 --- a/arma/arma3/egg-arma3.json +++ b/arma/arma3/egg-arma3.json @@ -3,12 +3,12 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-10-07T18:03:58-04:00", + "exported_at": "2018-10-16T13:07:23-04:00", "name": "Arma 3", "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.", "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": { "files": "{}", "startup": "{\r\n \"done\": \"Connected to Steam servers\",\r\n \"userInteraction\": []\r\n}", @@ -23,15 +23,6 @@ } }, "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", "description": "Steam CMD App ID.",