From 015067af1a3ae3b8b409df2af4bbca7dfe67ef80 Mon Sep 17 00:00:00 2001 From: Toa Date: Sun, 28 Jul 2024 21:32:12 +0200 Subject: [PATCH] fix: Midnight Ghost Hunt (#52) * fixed game name parameter * changed input validation on game name parameter * upload exported eggs --- midnight_ghost_hunt/egg-midnight-ghost-hunt.json | 6 +++--- .../egg-pterodactyl-midnight-ghost-hunt.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/midnight_ghost_hunt/egg-midnight-ghost-hunt.json b/midnight_ghost_hunt/egg-midnight-ghost-hunt.json index 16f79a85..e55dec89 100644 --- a/midnight_ghost_hunt/egg-midnight-ghost-hunt.json +++ b/midnight_ghost_hunt/egg-midnight-ghost-hunt.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-07-17T15:11:01+02:00", + "exported_at": "2024-07-28T19:43:17+02:00", "name": "Midnight Ghost Hunt", "author": "josdekurk@gmail.com", "uuid": "b8327da9-c298-4e5a-9271-04c35a377ce3", @@ -16,7 +16,7 @@ "Proton": "ghcr.io\/parkervcp\/steamcmd:proton" }, "file_denylist": [], - "startup": "proton run MidnightGhostHunt\/Binaries\/Win64\/MidnightGhostHuntServer-Win64-Shipping.exe -server -log -port={{SERVER_PORT}} -queryport={{QUERY_PORT}} -BeaconPort={{BEACON_PORT}} -multihome=0.0.0.0 -Map={{MAP}}-Gamename=\"{{GAME_NAME}}\" -Gamemode=\"{{GAME_MODE}}\" -Region=\"{{REGION}}\" -BotDifficulty=\"{{B_DIFFICULTY}}\" -password=\"{{PASSWORD}}\" {{ADDITIONAL_ARGS}} & GH_PID=$!; sleep 1; tail -c0 -F \/home\/container\/MidnightGhostHunt\/Saved\/Logs\/MidnightGhostHunt.log --pid=$GH_PID", + "startup": "proton run MidnightGhostHunt\/Binaries\/Win64\/MidnightGhostHuntServer-Win64-Shipping.exe -server -log -port={{SERVER_PORT}} -queryport={{QUERY_PORT}} -BeaconPort={{BEACON_PORT}} -multihome=0.0.0.0 -Map={{MAP}} -Gamename=\"{{GAME_NAME}}\" -Gamemode=\"{{GAME_MODE}}\" -Region=\"{{REGION}}\" -BotDifficulty=\"{{B_DIFFICULTY}}\" -password=\"{{PASSWORD}}\" {{ADDITIONAL_ARGS}} & GH_PID=$!; sleep 1; tail -c0 -F \/home\/container\/MidnightGhostHunt\/Saved\/Logs\/MidnightGhostHunt.log --pid=$GH_PID", "config": { "files": "{}", "startup": "{\n \"done\": \"IpNetDriver listening on port\"\n}", @@ -83,7 +83,7 @@ "default_value": "Dedicated_Server_01", "user_viewable": true, "user_editable": true, - "rules": "required|alpha_dash|min:3", + "rules": "required|string|min:3", "field_type": "text" }, { diff --git a/midnight_ghost_hunt/egg-pterodactyl-midnight-ghost-hunt.json b/midnight_ghost_hunt/egg-pterodactyl-midnight-ghost-hunt.json index 1ee32dab..f6445b37 100644 --- a/midnight_ghost_hunt/egg-pterodactyl-midnight-ghost-hunt.json +++ b/midnight_ghost_hunt/egg-pterodactyl-midnight-ghost-hunt.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-07-17T15:11:01+02:00", + "exported_at": "2024-07-28T19:43:17+02:00", "name": "Midnight Ghost Hunt", "author": "josdekurk@gmail.com", "uuid": "b8327da9-c298-4e5a-9271-04c35a377ce3", @@ -16,10 +16,10 @@ "Proton": "ghcr.io\/parkervcp\/steamcmd:proton" }, "file_denylist": [], - "startup": "proton run MidnightGhostHunt\/Binaries\/Win64\/MidnightGhostHuntServer-Win64-Shipping.exe -server -log -port={{SERVER_PORT}} -queryport={{QUERY_PORT}} -BeaconPort={{BEACON_PORT}} -multihome=0.0.0.0 -Map={{MAP}}-Gamename=\"{{GAME_NAME}}\" -Gamemode=\"{{GAME_MODE}}\" -Region=\"{{REGION}}\" -BotDifficulty=\"{{B_DIFFICULTY}}\" -password=\"{{PASSWORD}}\" {{ADDITIONAL_ARGS}} & GH_PID=$!; sleep 1; tail -c0 -F \/home\/container\/MidnightGhostHunt\/Saved\/Logs\/MidnightGhostHunt.log --pid=$GH_PID", + "startup": "proton run MidnightGhostHunt\/Binaries\/Win64\/MidnightGhostHuntServer-Win64-Shipping.exe -server -log -port={{SERVER_PORT}} -queryport={{QUERY_PORT}} -BeaconPort={{BEACON_PORT}} -multihome=0.0.0.0 -Map={{MAP}} -Gamename=\"{{GAME_NAME}}\" -Gamemode=\"{{GAME_MODE}}\" -Region=\"{{REGION}}\" -BotDifficulty=\"{{B_DIFFICULTY}}\" -password=\"{{PASSWORD}}\" {{ADDITIONAL_ARGS}} & GH_PID=$!; sleep 1; tail -c0 -F \/home\/container\/MidnightGhostHunt\/Saved\/Logs\/MidnightGhostHunt.log --pid=$GH_PID", "config": { "files": "{}", - "startup": "{\n \"done\": \"IpNetDriver listening on port\"\n}", + "startup": "{\r\n \"done\": \"IpNetDriver listening on port\"\r\n}", "logs": "{}", "stop": "^C" }, @@ -78,7 +78,7 @@ "default_value": "Dedicated_Server_01", "user_viewable": true, "user_editable": true, - "rules": "required|alpha_dash|min:3", + "rules": "required|string|min:3", "field_type": "text" }, {