[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?