Want to hear you CS sounds but also listen to music. This is the answer. After you died in CS we start playing music from spotify until you need to play.
- ES6
- NodeJS
- RobotJS
- Electron
- Preact
- Download the
CSGO GameState Spotify-win32-x64.zipfile from GitHub in the build folder - Unzip the file in a folder of your choice
- Download the
gamestate_integration_glennserver_spotify.cfgfile from GitHub in the cfg folder - Copy the
gamestate_integration_glennserver_spotify.cfgfile to yourC:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfgfolder - Open up Spotify NOTE: Keep Spotify paused
- Open the
GameState.exefile inside the folder you unzipped earlier
Then open up CS::GO and start playing after you died we will play your music from Spotify.
- Download the
CSGO GameState Spotify-darwin-x64.zipfile from GitHub in the build folder - Unzip the file in a folder of your choice
- Move the
CSGO GameState Spotify.appto your applications folder - Download the
gamestate_integration_glennserver_spotify.cfgfile from GitHub in the cfg folder - Copy the
gamestate_integration_glennserver_spotify.cfgfile to your/Library/Application Support/Steam/SteamApps/common/Counter-Strike Global Offensive/csgo/cfgfolder - Open up Spotify NOTE: Keep Spotify paused
- Open the
CSGO GameState Spotify.appfile inside your applications folder
Then open up CS::GO and start playing after you died we will play your music from Spotify.
- Download the project from GitHub
- Install NodeJS 8.0 or higher
- Copy the
gamestate_integration_glennserver_spotify.cfgfile to yourC:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfgfolder - Open up Spotify NOTE: Keep Spotify paused
- Run
npm installin the root project folder - Run
npm run electron:rebuildin the root project folder - Run
npm run webpackin the root project folder - Run
npm startin the root project folder
Then open up CS::GO and start playing after you died we will play your music from Spotify.
NOTE: You can only build the platform you are developing on. So you can't build the MacOS version if you are running Windows.
- Make sure you have the development version running
- Open a PowerShell window in Administrator mode and run
npm install --global --production windows-build-tools - Run
npm run build:winin the root project folder - The output will be available in the
buildfolder
- Make sure you have the development version running
- Run
npm run build:macosin the root project folder - The output will be available in the
buildfolder
- Auto extract CFG to CSGO folder
MIT