Counter-Strike Wiki


Map changes

Interface changes

  • Added logging of the anti-cheat system catching and kicking detected cheats.
  • Added logging of kick commands.
  • Added logging of banid commands.
  • Changed error message if clients try to download missing resources to be more helpful.
  • Added new debug message for mod makers if a packet couldn't be parsed correctly.

New CVARS

  • Added serverversion, can be set to '1108' to view/re-record old demos.
  • Added sv_logbans to turn the logging of player bans on and off. Default is 0 (off).

Bug Fixes

  • Fixed mp_hostagepenalty not working.
  • Fixed problem with server locking when the bomb is planted and a new player joins the server.
  • Restored mp_fadetoblack server variable.
  • Fixed incorrect WonID logging.
  • Fixed sv_allowdownload being required to be set to 1 for clients to connect to secure servers.
  • Fixed 'bad address type' fatal error on servers that attempt to run in secure mode but have no DNS resolution.
  • Fixed DropClient messages for Steam clients who were banned or have a duplicate Steam ID to properly show the SteamID of the client.
  • Fixed HLTV reporting wrong spectator numbers if connection to server was pending.
  • Fixed multicast 1 not working if it was issued before HLTV connected to game server.
  • Fixed relay proxies reporting wrong spectator/slots numbers in multiplayer/LAN menu.
  • Fixed rcon bug in HLTV.
  • Fixed delay being reset to default value during changelevel.
  • Fixed a problem with propagating HLTV banners.
  • Fixed client freeze on exit.
  • Fixed framerate problem on some ATI video cards.
  • Fixed MaxPing filter not being saved correctly.
  • Fixed sky box bug.

Linux specific

Changes/Additions

  • hlds_run now does auto-restart by default (to disable: define -norestart on the command line)
  • hlds_run uses exec when you define the -norestart option.
  • Added -pingboost command line parameter. Currently supports three different methods ('-pingboost 1', '-pingboost 2', and 'pingboost 3'). These may not work well (or at all) on some OS environments.
  • Added -debug flag to hlds_run to automatically run gdb and pull out useful info.

Bug Fixes

  • Fixed server using 64 MB more memory than it needed to.
  • Fixed 'undefined symbol: __strtouq_internal' on some Linux systems.
  • Fixed segmentation fault on some Linux systems when attempting to run in secure mode.

Undocumented Changes

Changes/Additions

  • Changed 'exec' command now only works on .cfg and .rc files.
  • Changed 'exec' command no longer allows .. or \\ or : in the filename.
  • Fixed bug using exec <filename> on large files (e.g. banned.cfg).