[How-to] Make a SimpleSound using native audio

Nvm it was my problem. After using the tool it plays all the sounds. Thanks for the help!

1 Like

But still have a problem with volume. Like, bring as loud as you want in wav file. It will still be quite in-game. scripted_louder makes it a bit louder but not loud enough. I was trying to play around with the volume in dat54 but nothing changed. Myb anyone have a suggestion on how to make it louder?

Hi,

Did you manage to make the sounds louder? I have tried both scripted_louder and raising the volume of the sounds, but the sounds doesn’t seem to get louder at all.

I am having an issue where it will work but then it won’t work, then it will work then it won’t.

When it doesn’t work for some reason the script just hangs on the while RequestScriptAudioBank loop, even though it’s loaded and worked before. It doesn’t make any sense

Thank you so much for writing this tutorial,

I really appreciate how you took the time to make sure that everyone can clearly understand the steps needed to implement sounds into the game’s engine through a resource.

I think this will become my preferred method for implementing sound into the game’s engine, as it offers a lot of features like 3D audio effects and more. :smile:

I appreciate the effort put into these instructions but how would I pull this off for single player?

I want to know the file address of the poolcue sound. I see it points to RESIDENT/weapon But I can’t find the name of the audio file. Or do you have a reverse hash method to share with me?

If someone managed to get weapon sounds working properly on the server, please send me a PM. I’d really appreciate the help and I’m willing to pay.

You can learn it here: Native weapon audio or get this package for 13 different ones https://tebex.qbox.re/weaponaudio

I have the same problem. Were you able to fix this?

Thank you for this post! Worked just fine. Now I’m just strugglying with the volume. I almost can’t hear them in-game, even tho the volume in the actual .wav file is pretty high. Already tried increasing the ā€œVolumeā€ value in the dat54 xml file but no change. Also tried changing Headroom to zero (saw some examples online like that) but also didn’t change it. What am I doing wrong? Or should I just try to make the .wav volume even higher?