An app that notify's you when you are playing with someone that you played before.
- ES6
- NodeJS
- Simple Node Logger
- Install NodeJS 8.0 or higher
- Copy the
gamestate_integration_playerdb.cfgfile to yourSteam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfgfolder - Run
npm installin the node folder - Run
npm run serverin the node folder
Then open up CS::GO and start playing you will see the incoming logs in your command prompt.
All logs will be written to the csgo-playerdb.log file in the node folder.
To increase the logging to get the RAW incoming data change the logLevel in the config.js file from info to debug.
When you now start your server every incoming data from CS::GO will be saved as a JSON file in the exp folder.
To make this as simple as it is I use a local Json database.
Checkout csgo-playerdb.json since this is the db file.
MIT