From 125629d988fc0598a79c22595953f61e4e382005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Edelmann?= <77269898+DEPSTRCZ@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:43:54 +0100 Subject: [PATCH] Update egg-counter--strike2.json (#2821) * Update egg-counter--strike2.json Fix missing } * export from panel --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com> --- .../counter_strike/counter_strike_2/egg-counter--strike2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/counter_strike/counter_strike_2/egg-counter--strike2.json b/game_eggs/steamcmd_servers/counter_strike/counter_strike_2/egg-counter--strike2.json index abd7be19..089e396e 100644 --- a/game_eggs/steamcmd_servers/counter_strike/counter_strike_2/egg-counter--strike2.json +++ b/game_eggs/steamcmd_servers/counter_strike/counter_strike_2/egg-counter--strike2.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-02-14T09:59:30+01:00", + "exported_at": "2024-03-23T20:42:08+01:00", "name": "Counter-Strike 2", "author": "admin@ballaual.de", "description": "For over two decades, Counter-Strike has offered an elite competitive experience, one shaped by millions of players from across the globe. And now the next chapter in the CS story is about to begin. This is Counter-Strike 2.", @@ -15,7 +15,7 @@ "ghcr.io\/parkervcp\/steamcmd:sniper": "ghcr.io\/parkervcp\/steamcmd:sniper" }, "file_denylist": [], - "startup": ".\/game\/bin\/linuxsteamrt64\/cs2 -dedicated $( [ \"$VAC_ENABLED\" == \"1\" ] || printf %s ' -insecure' ) -ip 0.0.0.0 -port {{SERVER_PORT}} -tv_port {{TV_PORT}} -maxplayers {{MAX_PLAYERS}} $( [ \"$RCON_ENABLED\" == \"0\" ] || printf %s ' -usercon' ) +game_mode {{GAME_MODE}} +game_type {{GAME_TYPE}} +map {{SRCDS_MAP}} +hostname \"{{SERVER_NAME}}\" +sv_password \"{{SERVER_PASSWORD}}\" +rcon_password \"{{RCON_PASSWORD}}\" +sv_setsteamaccount {{STEAM_GSLT}", + "startup": ".\/game\/bin\/linuxsteamrt64\/cs2 -dedicated $( [ \"$VAC_ENABLED\" == \"1\" ] || printf %s ' -insecure' ) -ip 0.0.0.0 -port {{SERVER_PORT}} -tv_port {{TV_PORT}} -maxplayers {{MAX_PLAYERS}} $( [ \"$RCON_ENABLED\" == \"0\" ] || printf %s ' -usercon' ) +game_mode {{GAME_MODE}} +game_type {{GAME_TYPE}} +map {{SRCDS_MAP}} +hostname \"{{SERVER_NAME}}\" +sv_password \"{{SERVER_PASSWORD}}\" +rcon_password \"{{RCON_PASSWORD}}\" +sv_setsteamaccount {{STEAM_GSLT}}", "config": { "files": "{}", "startup": "{\r\n \"done\": \"Connection to Steam servers successful\"\r\n}",