Fix SCUM SteamCMD lifecycle install
This commit is contained in:
@@ -26,8 +26,9 @@ from command text. Empty `shell` means argv-oriented execution.
|
||||
Game plugins own concrete game policy: install/update commands, app ids,
|
||||
executable refs, default launch flags, stop-before-update behavior, and startup
|
||||
argument construction. For SCUM, the plugin action assets own the SteamCMD flow:
|
||||
stop `SCUMServer.exe` when updating, run
|
||||
`steamcmd.exe +force_install_dir <serverRoot> +login anonymous +app_update 3792580 validate +quit`,
|
||||
stop `SCUMServer.exe` when updating, keep SteamCMD outside the server install
|
||||
root, run
|
||||
`steamcmd.exe +force_install_dir <serverRoot> +login anonymous +app_update 3792580 +quit`,
|
||||
and start `<serverRoot>\\SCUM\\Binaries\\Win64\\SCUMServer.exe -port=<gamePort> -MaxPlayers=<maxPlayers> -log`.
|
||||
|
||||
Generated Run distributions carry validated plugin lifecycle assets into the
|
||||
|
||||
Reference in New Issue
Block a user