petertalbanese / SoundSwapper

Allows the user to replace sounds with custom .wav files.
BSD 2-Clause "Simplified" License
1 stars 4 forks source link

Doest seem to work. #6

Closed EliJ91 closed 1 year ago

EliJ91 commented 1 year ago

Ive tried changing the drop sound but it just mutes it. I followed the instructions clearly. No idea

jacobholden commented 1 year ago

@EliJ91 I had the same problem so I took a look at the src code, you need to create a folder called "SoundSwapper" in your runelite's root directory, and place the sound inside there.

petertalbanese commented 1 year ago

Sorry about that! I'll update the Readme with the newer instructions. I thought I had it automatically create the folder when you activate the plugin. If not I'll go in and change that too.

petertalbanese commented 1 year ago

Hey, I was making some changes in the code and just wanted to update on this. On Plugin startup it should be creating the directory. I have a SOUND_DIR.mkdir(); line in my startUp() function. Not sure why it wasn't automatically created for you so I might have to fiddle with this a bit on my end.

EliJ91 commented 1 year ago

I placed the file in the SoundSwapper folder and it still doesnt work