Config files
server.cfg38 lines · 1.0 KB// ****************************************************************************
// Vampire Slayer
// Config - server.cfg
// Date - 26/04/2026
// ****************************************************************************
// .................................. Basic ................................. //
// This file configures your dedicated server.
// This config file is executed each time the server changes levels.
// ................................. Security ................................ //
// sv_aim - Enable/disable autoaim.
sv_aim 0
// sv_cheats - Enable/disable cheats.
sv_cheats 0
// sv_clienttrace - Player collision trace size.
sv_clienttrace 3.5
// sv_minrate - Minimum network rate.
sv_minrate 0
// sv_maxrate - Maximum network rate.
sv_maxrate 9500
// pausable - Allow clients to pause the server.
pausable 0
// ................................. Runtime ................................. //
// sv_maxspeed - Maximum client movement speed.
sv_maxspeed 320
// hostname - Name of the server.
hostname "SERVERNAME"What these settings mean
Quick reference for the 4 most important keys in this Vampire Slayer config. Hover or tap any key to see what it controls — useful when you're tuning a server for the first time and don't want to grep through the upstream wiki.
Core
1 settinghostname- Server name shown in the in-game browser. Keep it under 64 characters and avoid colour codes if you want clean Steam listings.
Network
2 settingssv_minrate- Minimum bandwidth (bytes/sec) the server will accept from a client. Raise to enforce a tickrate floor.
sv_maxrate- Maximum allowed client bandwidth. Set 0 for unlimited; 786432 is common for 128-tick CS.
Gameplay
1 settingsv_cheats- Enables developer cheat commands like noclip and god. Always 0 in competitive — only flip on for practice / surf / KZ servers.
More valve / source engine configs
Browse allSkip the setup. Host Vampire Slayer with XGamingServer.
Spin up a managed Vampire Slayer server with one click. Backups, mods, control panel and DDoS protection included.





