.oac Server Side

Are .oac possible to be server side?
I’m trying to replace the vehicles.oac
And if I can do I put it into a stream or right next to the __resource?

What’s a .oac file?

An audio file?

Never heard of a .oac file :thinking:

It’s inside of RESIDENT.rpf (i think), like the vehicles.oac the sound files like sirens etc.

Hey,
according to the documentation this should be possible.
link

files {
    'audio/mywaves/stupidcar.awc',
}

data_file 'AUDIO_WAVEPACK' 'audio/mywaves'

Edit: But you have to convert it to awc first (OpenIV) of course as oac is the open format

Basically I want to make this mod into a resource, if anyone can do it I would be gracious

1 Like