#CSGO HUD GameState Integration
https://www.youtube.com/watch?v=FM1-iapbEtc
- If you have GIT, you can use
git clone https://github.com/Double0negative/CSGO-HUD.git
to download the project. Otherwise, Click the Download Zip button above - Install Node.JS (NPM is included)
- Create a file named
gamestate_integration_hud.cfg
in your csgo cfg folder (steamapps/common/Counter-Strike Global Offensive/csgo/cfg/
) copy-paste from https://gist.github.com/Double0negative/dd24fae86c48d277de0a - open CMD, type: cd \where\you\extracted\the\zip\CSGO-HUD-master
- in CMD:
npm install
- in CMD:
node server.js
- You should then be able to connect in a web browser by going to
http://localhost:2626
. Start up your game and connect to a match and data should begin streaming - Linux and Mac setup is basically identical, just switch out CMD for Terminal