You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
// ****************************************************************************
|
|
// 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"
|