How to Stream Custom Sounds?

Hey. I know its possible as I know for a fact that HSG do it with their in game radio.

So how would one stream a custom siren or weapon sound?

1 Like

They probaly play it over NUI, if not you can always ask them.

Tried asking and nothing. They probably would not give it away as they are the only server I know that does this. I would just love to stream sirens

InteractSound resource made by Scott?

Tried beforeand nothing. I’ve also tried the JS Radio but is highly broken.

I wonder if you say press F8 it would fetch a sound file and stream it. Instead of directly from the server itself?

Well to load an audio file in nui it would need to be loaded with the nui you can’t stream it while the server is running.

Ok. Looks like I’m gonna have to learn :grinning:

You can make a javascript function that triggered from an even handler. So when you click f8 in Lua is sends and nui message to javascript even handler? Could play a audio file… could even wair until ita done plating to allow it to be played again.

This is possible I know it is. I have downloaded several vehicles that came with custom sounds built in. There weren’t any sound files, just the normal model files, carcols, carvariations, handling, and vehicles.meta files and that was it. Im guessing in vehicles.meta where is says audiohashname, the hashname is a name of a sound somehow built into the files.

they probs changed the vehicle sound in the vehicles.meta. I have been loking for sounds you can stream, that aren’t already built into gtav

Yeah its pretty cool

You still need the help with this

My pal made this a while ago

resource_manifest_version “44febabe-d386-4d18-afbe-5e627f4af937”

files {
‘audio/sfx/resident/explosions.awc’,
‘audio/sfx/resident/vehicles.awc’,
‘audio/sfx/resident/weapons.awc’,
'audio\sfx\STREAMED_VEHICLES_GRANULAR.rpf
‘audio/sfx/weapons_player/lmg_combat.awc’,
‘audio/sfx/weapons_player/lmg_mg_player.awc’,
‘audio/sfx/weapons_player/mgn_sml_am83_vera.awc’,
‘audio/sfx/weapons_player/mgn_sml_am83_verb.awc’,
‘audio/sfx/weapons_player/mgn_sml_sc__l.awc’,
‘audio/sfx/weapons_player/ptl_50cal.awc’,
‘audio/sfx/weapons_player/ptl_combat.awc’,
‘audio/sfx/weapons_player/ptl_pistol.awc’,
‘audio/sfx/weapons_player/ptl_px4.awc’,
‘audio/sfx/weapons_player/ptl_rubber.awc’,
‘audio/sfx/weapons_player/sht_bullpup.awc’,
‘audio/sfx/weapons_player/sht_pump.awc’,
‘audio/sfx/weapons_player/smg_micro.awc’,
‘audio/sfx/weapons_player/smg_smg.awc’,
‘audio/sfx/weapons_player/snp_heavy.awc’,
‘audio/sfx/weapons_player/snp_rifle.awc’,
‘audio/sfx/weapons_player/spl_grenade_player.awc’,
‘audio/sfx/weapons_player/spl_minigun_player.awc’,
‘audio/sfx/weapons_player/spl_prog_ar_player.awc’,
‘audio/sfx/weapons_player/spl_railgun.awc’,
‘audio/sfx/weapons_player/spl_rpg_player.awc’,

‘audio/
sfx/STREAMED_VEHICLES_GRANULAR.rpf/sanchez.oac’,
‘audio/sfx/weapons_player/spl_tank_player.awc’,
}

data_file ‘AUDIO_WAVEPACK’ ‘audio/sfx/resident’
data_file ‘AUDIO_WAVEPACK’ ‘audio/sfx/weapons_player’
data_file ‘AUDIO_WAVEPACK’ ‘audio/sfx/STREAMED_VEHICLES_GRANULAR.rpf’

1 Like

Repost this everywhere! Nobody knows how to do this… It’s a myth… Please help us!

Also how do you find those specific code names of the weapons???

Like “spl_minigun_player” instead of “weapons_mingun” ??