Files
browser/plugins/examples/scum-server-plugin/actions/start.json
T

18 lines
457 B
JSON

{
"version": 1,
"action": "start",
"mode": "supervised",
"outputMode": "pipes",
"executableKey": "bin/scum-start.cmd",
"arguments": [],
"environment": {
"GAME_ID": "scum",
"SERVER_ACTION": "start",
"SERVER_EXECUTABLE_REF": "SCUM/Binaries/Win64/SCUMServer.exe",
"SERVER_PORT_FIELD": "gamePort",
"SERVER_MAX_PLAYERS_FIELD": "maxPlayers",
"SERVER_LOG_FLAG": "-log -stdout -FullStdOutLogOutput"
},
"timeoutMs": 30000
}