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
- Create a Folder called
sound
- Create inside the Folder
sound
a other one called audio
- Create inside the Folder
audio
a other one called sfx
- Create inside the Folder
sfx
a other one called oneshot_ambience
- Place your .awc File in the
oneshot_ambience
Folder
- Create a __resource.lua File in the
sound
Folder
- 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 
I hope i could help you 
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.
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