-
Notifications
You must be signed in to change notification settings - Fork 0
Home
srpg edited this page Aug 28, 2021
·
5 revisions
Welcome to the quakesounds wiki!
- Go to addons/source-python/plugins/quakesound/download/download.txt
- Open download.txt and add "sound/quake/sound name.mp3/wav"
- Go to addons/source-python/plugins/quakesound/quakesound.py
- Go to line 90
- At line 90 you will see: _sounds = {5: 'multikill.mp3', 6: 'rampage.mp3', 7: 'killingspree.mp3', 9: 'dominating.mp3', 15: 'ultrakill.mp3', 18: 'ludicrouskill.wav', 20: 'wickedsick.mp3', 21: 'monsterkill.mp3', 23: 'holyshit.mp3', 24: 'godlike.mp3', 32: 'bottomfeeder.mp3', 35: 'unstoppable.mp3'}
- Add inside of _sounds = {Value: 'Your sound.mp3/wav'} The value is how many kills will require a sound to be played