A plugin for RuneLite
Odablock announces when you complete an achievement!
Huge thanks to Odablock for providing custom recorded audio for this plugin!
Some actions
might have multiple sounds, whenever there are multiple sounds, the sound being played will be chosen at random.
BEFORE TRYING ANYTHING ELSE, ENABLE THIS IN THE RUNESCAPE SETTINGS
Whenever this does not resolve your issue, please feel free to look in the Issues section of this GitHub page to see if anyone else had this issue.
Because we have a system in place that automatically updates the sounds for this plugin, it is highly recommended to have a backup folder of your custom sounds. The system will always override all the sounds whenever a sound update comes out. This means that after each sound update, you will have to replace all your custom sounds again.
On Windows this is likely to be here: C:\Users\<your username>\.runelite
If you aren't sure, it's the same place that stores your settings.properties
Within this .runelite
folder, there should be a odablock-sounds
folder, which is where the sound files are downloaded to
Make sure your files are all .wav
format (just changing the extension won't work, actually convert them)
Make sure the file name exactly matches the name of the existing file (in odablock-sounds
folder) you want to replace
If you replace an existing file in odablock-sounds
using exactly the same file name, your sound will be loaded instead
If you place a new file with an unexpected file name in odablock-sounds
, it will be deleted
If you place a new folder inside odablock-sounds
that is unexpected, this should be left as is, so can be used to store multiple sounds that you may want to swap in at a future date
If you want to revert to a default sound file, simply delete the relevant file in odablock-sounds
and the default file will be re-downloaded when the plugin next starts
Remove your sound and make sure it plays the default sound for that event - if not, there is something misconfigured in your plugin or in-game settings. For example, the collection log event can only be captured if your in-game notifications for collection log slots are turned on
Check that your file is actually a valid .wav
and not just a renamed .mp3
or similar
Check that the file is still there in the odablock-sounds
folder, if you accidentally used an incorrect file name, it won't have been loaded, and will have been deleted
You can reset all the sounds by deleting the odablock-sounds
folder and then reloading your client.
You can find all the sound files here and all the code here.
We have implemented a few systems to support all of these features.
First and foremost we have implemented a sound system that consists of a sound engine and a sound file manager to play all the sounds.
Sounds are downloaded to the local file system instead of being 'baked in' to the plugin build, allowing for further
expansion in the future while also 'supporting' user-swapped sounds for pre-existing events/actions (please refer to the warning section of Customising your sounds
).
The snowball system consists of a snowball user manager this manager downloads/updates the list of users that are allowed to snowball people (and have the sound play). We have chosen to not make this list editable on your end.
Because the OSRS team adds new player kill lines from time to time, we've chosen to add a system to update the possible player kill lines without having to push a new plugin. This system uses the Player kill line manager. This manager downloads/updates a list of possible kill lines. This system is then used in the Killing player
sound to determine whether or not you killed someone.
- none
- none at this moment
PulseAudio on Linux can just refuse to accept the audio formats used despite claiming to accept them.