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.
49 lines
1.1 KiB
49 lines
1.1 KiB
// ****************************************************************************
|
|
// Counter-Strike 1.6
|
|
// Config - server.cfg
|
|
// Date - 06/12/2023
|
|
// ****************************************************************************
|
|
|
|
// 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 ""
|
|
|
|
|
|
// map - Start playing on specified map.
|
|
map "de_dust2"
|
|
|
|
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
|
|
sv_lan 0
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile 1
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans 1
|
|
|
|
// sv_aim - Disable autoaim
|
|
sv_aim 0
|
|
|
|
// pausable - Is the server pausable
|
|
pausable 0
|
|
|
|
// sv_maxspeed - Maximum client movement speed
|
|
sv_maxspeed 320
|
|
|
|
// mp_timelimit - 20 minute timelimit
|
|
mp_timelimit 20
|
|
|
|
// sv_cheats - Allow cheats on server
|
|
sv_cheats 0
|
|
|
|
// load ban files
|
|
exec listip.cfg
|
|
exec banned.cfg
|
|
|