mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 13:27:16 +03:00
27 lines
489 B
INI
Executable File
27 lines
489 B
INI
Executable File
// Use this file to configure your DEDICATED server.
|
|
// This config file is executed on server start.
|
|
|
|
// disable autoaim
|
|
sv_aim 0
|
|
|
|
// disable clients' ability to pause the server
|
|
pausable 0
|
|
|
|
// default server name. Change to "Bob's Server", etc.
|
|
hostname "cs.fruw.org"
|
|
|
|
// maximum client movement speed
|
|
sv_maxspeed 320
|
|
|
|
// 20 minute timelimit
|
|
mp_timelimit 20
|
|
|
|
sv_cheats 0
|
|
|
|
// load ban files
|
|
exec listip.cfg
|
|
exec banned.cfg
|
|
|
|
// password
|
|
sv_password "$PASSWORD"
|