The Front Server Steam App ID:
Windows how to install example
docker buildx build --pull --provenance=true --sbom=true -t bresam/the-front-game-server:latest -t bresam/the-front-game-server:x.y.z --push .# start and connect for manual interaction (dev / test)
docker run --entrypoint /bin/bash -it bresam/the-front-game-serverInstall linux the front server:
steamcmd +force_install_dir /home/gameserver/the_front +login anonymous +app_update 2334200 validate +quit
/Game/Root/Map
ubuntu@70a9904a8ec4:~/.steam/steam/steamapps/common/LinuxServer/ProjectWar/Binaries/Linux
./TheFrontServer ProjectWar ProjectWar_Start ?Listen?MaxPlayers=8 -server -game -QueueThreshold=8 -ServerName="YOUR SERVER NAME" -log log=log.log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene
./TheFrontServer ProjectWar ProjectWar_Start ?Listen?MaxPlayers=8 -server -game -QueueThreshold=8 -ServerName="YOUR SERVER NAME" -log log=l og.log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -port=53000 -BeaconPort=53001 -QueryPort=53002 -Game.PhysicsVehicle=false -ansimalloc -Game.MaxFrameRate=35 -ShutDownServicePort=53003