From 6d3b44f28d4086dc979b8055f90b7579681f665b Mon Sep 17 00:00:00 2001 From: Liam Charles Date: Sun, 14 Jul 2024 18:41:09 +1000 Subject: [PATCH] Remove GFL-specific SteamRT3 docker image from eggs --- pterodactyl/cs2.json | 3 +-- pterodactyl/csgo.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pterodactyl/cs2.json b/pterodactyl/cs2.json index 9695b9c..0e2a73d 100644 --- a/pterodactyl/cs2.json +++ b/pterodactyl/cs2.json @@ -16,8 +16,7 @@ "SteamRT3": "ghcr.io\/1zc\/steamrt3-pterodactyl:latest", "SteamRT3-PublicBeta": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-latest", "SteamRT3-Dev": "ghcr.io\/1zc\/steamrt3-pterodactyl:dev", - "SteamRT3-PublicBetaDev": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-dev", - "SteamRT3-GFL": "registry.gitlab.gflclan.com\/infra\/cs2-pterodactyl:latest" + "SteamRT3-PublicBetaDev": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-dev" }, "file_denylist": [], "startup": ".\/game\/cs2.sh -dedicated +ip 0.0.0.0 -port {{SERVER_PORT}} +map {{SRCDS_MAP}} -maxplayers {{SRCDS_MAXPLAYERS}} +sv_setsteamaccount {{STEAM_ACC}}", diff --git a/pterodactyl/csgo.json b/pterodactyl/csgo.json index 63c3cdd..0a6d6e3 100644 --- a/pterodactyl/csgo.json +++ b/pterodactyl/csgo.json @@ -16,8 +16,7 @@ "SteamRT3": "ghcr.io\/1zc\/steamrt3-pterodactyl:latest", "SteamRT3-PublicBeta": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-latest", "SteamRT3-Dev": "ghcr.io\/1zc\/steamrt3-pterodactyl:dev", - "SteamRT3-PublicBetaDev": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-dev", - "SteamRT3-GFL": "registry.gitlab.gflclan.com\/infra\/cs2-pterodactyl:latest" + "SteamRT3-PublicBetaDev": "ghcr.io\/1zc\/steamrt3-pterodactyl:beta-dev" }, "file_denylist": [], "startup": ".\/srcds_run -game csgo -console -port {{SERVER_PORT}} +ip {{SERVER_IP}} -tickrate {{SERVER_TICKRATE}} +map {{SRCDS_MAP}} +maxplayers {{SRCDS_MAXPLAYERS}} -maxplayers_override {{SRCDS_MAXPLAYERS}} -norestart",