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.
41 lines
1.1 KiB
41 lines
1.1 KiB
// *****************************************************************************
|
|
// Vampire Slayer
|
|
// Config - server.cfg
|
|
// Date - 26/04/2026
|
|
// *****************************************************************************
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// hostname - Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// sv_password - Server password for entry into multiplayer games.
|
|
sv_password ""
|
|
|
|
// ................................. Security ................................ //
|
|
|
|
// sv_aim - Enable/disable autoaim.
|
|
sv_aim 0
|
|
|
|
// sv_cheats - Allow cheats on server.
|
|
sv_cheats 0
|
|
|
|
// sv_clienttrace - Player collision trace size.
|
|
sv_clienttrace 3.5
|
|
|
|
// sv_minrate - Min bandwidth rate allowed on server, 0 == unlimited.
|
|
sv_minrate 0
|
|
|
|
// sv_maxrate - Max bandwidth rate allowed on server, 0 == unlimited.
|
|
sv_maxrate 9500
|
|
|
|
// pausable - Allow clients to pause the server.
|
|
pausable 0
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// sv_maxspeed - Maximum client movement speed.
|
|
sv_maxspeed 320
|
|
|