Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.96 KB

File metadata and controls

47 lines (28 loc) · 1.96 KB

General

Advanced configuration

The Front Server Steam App ID:

Windows how to install example

Docker image of steamcmd

Steam CMD wiki

Build / Push

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 .

Debug / Dev run (connect)

# start and connect for manual interaction (dev / test)
docker run --entrypoint /bin/bash -it  bresam/the-front-game-server

Steam / Gameserver commands (notes)

Install 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

Examples of The Front Manager (windows tool)

Example Start Command

Windows Server config file