Streaming World Sounds (?)

I believe what I’m asking hasn’t already been asked, if it has then it’s not specific to what I’m asking.

I’m curious to see if anybody has done, or if it’s possible to stream custom world audio the same as one would stream custom sirens and gun sounds, surely this answer may seem obvious but I’m concerned whether or not it would be different.

My objective is to replace some of the transit station announcements. (examples can be found here: Los Santos Transit PA announcements (GTA V) - YouTube)

Any help is better than no help at all, thanks for reading.

Hello!

You need to download the File.

It should be a .awc File

Then Create a Folder on your Server.

Follow My Steps

  1. Create a Folder called sound
  2. Create inside the Folder sound a other one called audio
  3. Create inside the Folder audio a other one called sfx
  4. Create inside the Folder sfx a other one called oneshot_ambience
  5. Place your .awc File in the oneshot_ambience Folder
  6. Create a __resource.lua File in the sound Folder
  7. Write in the __resource.lua this Line’s
resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"

files {

  'audio/sfx/oneshot_ambience/subway_announcer.awc',
}

'
data_file 'AUDIO_WAVEPACK' 'audio/sfx/oneshot_ambience'

This should work now :slight_smile:

I hope i could help you :slight_smile:

Appreciate the help, you didn’t have to go out of your way to provide all the steps but your ensurance to make sure I understood and made sure I’d do it right hasn’t been overlooked.

You’re welcome :slight_smile:

Btw i posted my Solution for my Post

Yeah, I got that. Good solution on that end, I wouldn’t have thought of it.

1 Like