Skip to content

Adding a default convar list for your server

Bernt Andreas Eide edited this page Mar 28, 2019 · 2 revisions

This is basically just a list of default convars to set. Create a file named gameroot_server.txt under BaseLauncher/config/

Example Script:

// disable clients' ability to pause the server
pausable 0

// maximum client movement speed (1000 for BB)
sv_maxspeed 1000

// Set round timing behaviour
sv_roundtimelimit 1000
sv_rounddelay 8

sv_cheats 0

// Turn off friendlyfire
mp_friendlyfire 0

// Enable map and variable voting
sv_mapvote 1
sv_varvote 1
Clone this wiki locally