fix: Midnight Ghost Hunt (#52)

* fixed game name parameter

* changed input validation on game name parameter

* upload exported eggs
This commit is contained in:
Toa 2024-07-28 21:32:12 +02:00 committed by GitHub
parent 59790ee7e6
commit 015067af1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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"
},
{

View File

@ -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"
},
{