From 77a0ce3df10a951b842d5e4d0bdc9a6b2d42adf5 Mon Sep 17 00:00:00 2001 From: Red-Thirten Date: Mon, 12 Jul 2021 19:16:16 -0700 Subject: [PATCH] Update egg-arma3.json - Added "backup" parkervcp image --- game_eggs/steamcmd_servers/arma/arma3/egg-arma3.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game_eggs/steamcmd_servers/arma/arma3/egg-arma3.json b/game_eggs/steamcmd_servers/arma/arma3/egg-arma3.json index ccffa2cb..df2f28f5 100644 --- a/game_eggs/steamcmd_servers/arma/arma3/egg-arma3.json +++ b/game_eggs/steamcmd_servers/arma/arma3/egg-arma3.json @@ -9,7 +9,8 @@ "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.", "features": null, "images": [ - "ghcr.io\/pterodactyl\/games:arma3" + "ghcr.io\/pterodactyl\/games:arma3", + "quay.io\/parkervcp\/pterodactyl-images:game_arma3" ], "file_denylist": [], "startup": ".\/{{SERVER_BINARY}} -ip=0.0.0.0 -port={{SERVER_PORT}} -profiles=.\/serverprofile -bepath=.\/battleye -cfg=basic.cfg -config=server.cfg -mod=\\\"{{CLIENT_MODS}}\\\" -serverMod=\\\"{{SERVERMODS}}\\\" {{STARTUP_PARAMS}}",