fix SCUM supervised stdout capture

This commit is contained in:
npc0-hue
2026-08-22 17:09:31 +08:00
parent 256f6267b5
commit bb5e48b29c
4 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
"version": 1,
"action": "start",
"mode": "supervised",
"outputMode": "console",
"outputMode": "pipes",
"executableKey": "bin/scum-start.cmd",
"arguments": [],
"environment": {
@@ -11,7 +11,7 @@
"SERVER_EXECUTABLE_REF": "SCUM/Binaries/Win64/SCUMServer.exe",
"SERVER_PORT_FIELD": "gamePort",
"SERVER_MAX_PLAYERS_FIELD": "maxPlayers",
"SERVER_LOG_FLAG": "-log"
"SERVER_LOG_FLAG": "-log -stdout -FullStdOutLogOutput"
},
"timeoutMs": 30000
}