#So i replaced the sirens acp with the
1 messages · Page 1 of 1 (latest)
I'm afraid what you're trying to do won't really work - Have a looksie at the RadioBroadcast BIKI page: https://community.bistudio.com/wiki/Arma_Reforger:Audio:_Radio_Broadcast_Manager
Dang, is there anyway to do this and make it work?
I’d like to make it to where it’s controlled
Why wouldn't it? Honest question, because for me it seems to work.
Joe, can you post the .acp you use?
ah no this wouldn't work
you need to replace it in the broadcast apc because it uses some signals in there to get it playing
I was thinking of maybe overriding and then duplicating so it doesn’t actually affect the rest of the radios and maybe try plugging in the audio of the siren?
i just swaped the bank, put my own in there and messed a bit with the sound propagation to get it more realistic
But then would the sound and such remain the same, the distance it carries, volume etc.
yes, this is what i did, i duplicated the .acp, changed the bank and swaped it in the .et
If I just duplicate that will work right I don’t need to override, in order to modify it?
no, this wouldn't work out of box because it isn't a UI-Soundelement.
Oh
no, if you override you change the vanilla one.
Right, but override then just duplicate the override therefore not actually changing the override just the duplicate.
Is what I was meaning to say
you duplicate and change the allocation in the et, so you keep the vanilla stuff. I did it only in the entity on map, you could also duplicate the .et and change it to your likeing. So you keep the orginal files as they are
on this part you can cange the sound propagation:
Right, I would only be doing this to one entity like a single radio on the map. Placed inside the siren pole that would imitate the control of the siren.
So just copy the same settings on the siren sound propagation onto the radio broadcast acp.
yeah, than you just change the entity instance
What to?
also question to @icy plover: When a "song" is public domain i'm free to use it, no? "Licensing. The author died in 1954. Therefore, this work is in the public domain in its country of origin and in other countries and territories where the copyright term does not exceed 70 years or more, which is the author's lifetime."
to what you did, you just need the signals from broadcast.acp present in your acp to get it starting
This is NOT legal advice, but I THINK you are 😅
The signals? Sorry you lost me
the radiobroadcastComponent sends signals (on/off), these are used in the RadioBroadcast.acp to trigger the "on/off". You need a "receiving end" for this signals to get a sound playing, this is why you can't put any acp in the RadioBroadcastSoundComponent, you have to put a .acp in there that receives the signals to turn on.