Custom beep? #1123
-
Love ACRE2! Would be nice to be able to customize radio's beep. Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
sounds are defined in https://github.com/IDI-Systems/acre2/blob/master/addons/sys_sounds/CfgAcreSounds.hpp |
Beta Was this translation helpful? Give feedback.
-
So I managed to override the sound using this. Is there a way to have a different beep for different radios? I would like to have it more obvious when you are calling on the 343 vs the LR radios. I have not seen an obvious way to do this... |
Beta Was this translation helpful? Give feedback.
sounds are defined in https://github.com/IDI-Systems/acre2/blob/master/addons/sys_sounds/CfgAcreSounds.hpp
to make your own you can just create an addon that requires
acre_sound
and then redefine those configs, use
Wav2B64.exe in.wav
(it should be in the \extra folder of an acre release)