A small Node.js app that plays custom sounds when you get a kill or die in Counter Strike 2, using game state integration.
- Plays a sound when you get a kill
- Plays a different sound when you die
- Uses
ffplayto play.mp3sound files - Tracks round kills and death status live
- Node.js
- FFmpeg installed and
ffplayavailable in system path - Counter Strike 2 with game state integration configured
-
Clone the repository
git clone https://github.com/Zyphrenn/CS2-Killfeed.git cd CS2-Killfeed -
Install dependencies
npm install -
Add your
.mp3files insounds/
kill_.mp3for killsdeath_.mp3for deaths
- Find CS2 in Steam
- Right click Counter Strike 2 -> choose "Manage" -> "Browse local files"
- Go to
game/csgo/cfg/ - Copy the
gamestate_integration_killfeed.cfgfile into this directory - Save and restart CS
- Start Counter Strike normally, then start the script by running
node main.js