- Windows task bar must be set to 'Auto-hide' otherwise the HUD may get cut off
- Copy 'gamestate_integration_csgohud.cfg' from cfg folder to your csgo cfg folder 'steamapps/common/Counter-Strike Global Offensive/csgo/cfg/'
- cfg must be moved prior to launching CS:GO!
- CS:GO must be running in Fullscreen Windowed!
- Hud will be hidden when in menu or console
- Bomb Timer can be upto 3 seconds off due to CS:GO sending the data after a random delay
- You will not get a VAC-BAN for using this
CTRL+ALT+Z
Choose HUD MenuCTRL+ALT+X
Minimize HUDCTRL+ALT+C
Close HUD
- you must have Node.js installed
- run
npm install
in command prompt in the working directory
npm test
ornpm start
npm run build
- Thanks to https://github.com/Double0negative/CSGO-HUD for the idea and base code.