Quake sounds in your CS2 matches

Clément Wolf 65a0ba8fed Add download links 5 tháng trước cách đây
sounds 069d3824c4 Release 1.5 4 năm trước cách đây
.gitignore bd9bd6ca9e Fix OpenAL error when closing 4 năm trước cách đây
.python-version 692a13adcc Port to CS2 5 tháng trước cách đây
LICENSE 069d3824c4 Release 1.5 4 năm trước cách đây
README.md 65a0ba8fed Add download links 5 tháng trước cách đây
build.py 692a13adcc Port to CS2 5 tháng trước cách đây
client.py 069d3824c4 Release 1.5 4 năm trước cách đây
config.ini 069d3824c4 Release 1.5 4 năm trước cách đây
config.py 069d3824c4 Release 1.5 4 năm trước cách đây
gamestate_integration_cqs.cfg 692a13adcc Port to CS2 5 tháng trước cách đây
gui.py bfa5a854ab Update to latest python meme version 1 năm trước cách đây
icon.ico f3f101dda9 Fix giant icon in windows sound control 5 năm trước cách đây
main.py 692a13adcc Port to CS2 5 tháng trước cách đây
setup.py 692a13adcc Port to CS2 5 tháng trước cách đây
sounds.py be66eb2a3b Fix memory leak 2 năm trước cách đây
state.py 692a13adcc Port to CS2 5 tháng trước cách đây
steamfiles.py 069d3824c4 Release 1.5 4 năm trước cách đây

README.md

cs2-quake-sounds

Quake sounds in your CS2 matches.

Download

FAQ

  • Does it work in matchmaking? In premier? On faceit?

Yes.

  • Will I get banned for using this?

No. This is using Game State Integration, which is allowed by Valve.

  • How do I add my own sounds?

Drop your sounds in the corresponding sounds folder. Feel free to remove the ones you don't like, too.

Please keep in mind that only OPUS files are supported.

Running

You probably should download the prebuilt zip.

However, if you want to run it from source, execute these commands:

  • git clone https://git.kiwec.net/kiwec/cs2-quake-sounds.git && cd cs2-quake-sounds

  • pip install cython numpy Pillow requests six # wxasync build bullshit

  • python setup.py install --user

Then, run it:

  • python main.py

Building

Run the following commands:

  • python setup.py install --user

  • pip install cx_Freeze

  • Run python build.py build