Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@tmp64 tmp64 released this 28 Jan 06:59
· 47 commits to master since this release

General

Client

Warning! Installing this version will overwrite your GameMenu.res file to add a button for Advanced options. If you made any changes, please back the file up before installing.

New features

  • BHL options are now stored in separate bugfixedhl.cfg config file to prevent vanilla client.dll removing them.
    • You may add your own settings to the end of the config, they will be kept as-is.
  • Added advanced options dialog that contains almost all client settings.
  • Added an option to play bell sound on kill: cl_killsound 1.

Bugfixes

  • Fixed audio playback in singleplayer.
  • Fixed incorrect SteamID parsing.
  • Fixed scoreboard menu sometimes being shown behind the scoreboard panel.
  • Fixed not being able to type ~ symbol in the VGUI2 chat (#11).
  • Fixed effects in colored HUD text messages (#7).
  • Fixed crosshair sprite not being hidden when changing weapons with custom crosshair enabled.
  • On Windows, m_rawinput will be automatically disabled and m_input enabled.

Server

  • Server API compatibility was broken due to CGameVersion rewrite but version was not bumped.