I’m trying to get a few custom taunts to work, but the game is having problems finding my file.
Here is where my file is on the server.
"sounds/taunts/01.wav"
When I try to play the file using that directory I get this error. For some reason the game is looking for the taunts using \ file structure instead of / like it should.
Failed to load sound "sounds aunts\01.wav", file probably missing from disk/repository
I’ve checked on my Fast DL server that both the .wav and the .bz2 of that file are indeed there. I have the file added in my autorun.lua and it downloads to the user, so I’m not sure why this is happening.