A mod for changing the death sound effect (and level complete sound), but with extra features.
- A custom death sound (file types: .ogg, .wav, .mp3, .flac)
- A custom LEVEL COMPLETE sound effect
- Volume customization
- Pitch randomization
- Make the death sound NOT clear after the level resets
- MULTIPLE custom death sounds from a directory (randomly picked each death.)
I am very new to modding AND C++.
As such, there were a few placed I looked at the source code of to better grasp how to do the things I wanted to do.
No code was copy-pasted directly. Special thanks to:
- TextureLdr (Reference for file management.)
- Clicksounds (Reference for audio importing/managing.)
- Geode SDK (Reference for a few minor things.)
