mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-08 11:37:39 +08:00
Merge pull request #40 from zeroalpha/feature/tsserver
added default config for The Specialists
This commit is contained in:
commit
2f5ed23d16
34
TheSpecialists/server.cfg
Normal file
34
TheSpecialists/server.cfg
Normal file
@ -0,0 +1,34 @@
|
||||
// Hostname for server.
|
||||
hostname "SERVERNAME"
|
||||
|
||||
// RCON - remote console password.
|
||||
rcon_password "ADMINPASSWORD"
|
||||
|
||||
// Server password - for private servers.
|
||||
sv_password ""
|
||||
|
||||
// Server Logging
|
||||
log on
|
||||
sv_logbans 1
|
||||
sv_logecho 1
|
||||
sv_logfile 1
|
||||
sv_log_onefile 0
|
||||
|
||||
// disable autoaim
|
||||
sv_aim 0
|
||||
|
||||
// disable clients' ability to pause the server
|
||||
pausable 0
|
||||
|
||||
// maximum client movement speed
|
||||
sv_maxspeed 320
|
||||
|
||||
// 20 minute timelimit
|
||||
mp_timelimit 20
|
||||
|
||||
// cheats off
|
||||
sv_cheats 0
|
||||
|
||||
// load ban files
|
||||
exec listip.cfg
|
||||
exec banned.cfg
|
Loading…
Reference in New Issue
Block a user