Arma 3
KLPQ Music Radio
247 Comments
Sir_Logan 18 Jul @ 9:45am 
I'm having trouble getting this to work on my dedicated server. When in singleplayer or hosting myself it works but when hosting a dedicated server, the radio will not turn on. I can get in a car and see the option to turn the radio but it just won't turn on. Any help with this would be appreciated!
rebel  [author] 4 Jun @ 4:42am 
@martin509 oh I see. yeah, that'll work. I'll apply this to the next update.
Capitalist Pig 3 Jun @ 8:24pm 
Still waiting for someone to make a Marty Robbins radio
martin509 28 May @ 11:54am 
In fn_postInit.sqf:

player addEventHandler ["GetOutMan", {
params ["_unit", "_role", "_vehicle", "_turret"];

if (_vehicle getVariable ["klpq_musicRadio_radioIsOn", false]) then {
playMusic "";
[_vehicle] call klpq_musicRadio_fnc_startRadioPositional;
};


}];

That's all the change you need to make.
rebel  [author] 28 May @ 3:38am 
@martin509 unfortunately, afaik there's no way to stop only radio music, you are correct, playMusic "" will stop all music playing.
rebel  [author] 28 May @ 3:37am 
@Lurkoid you can actually force themes if you're a missing maker.
martin509 21 May @ 11:05am 
Hello, this mod has a minor bug: when exiting a vehicle, the mod always does `playMusic "";` regardless of if it is actually playing music from the radio. This means that any music being played in the mission is stopped when dismounting a vehicle. Other than that, the mod works great, thank you!
Lurkoid 15 May @ 11:39am 
I should also add that I'm trying to use this with Antistasi Ultimate like the other guy below, so I don't know if I can the theme controls to the mission either
Lurkoid 14 May @ 7:30pm 
I see, I thought there'd be an option to atleast pick which theme to play on the radio since there was the option to pack the .ogg files into separate themed folders
rebel  [author] 14 May @ 11:32am 
well, it depends. this particular mod doesn't have any music in it. so the music you have comes from some other mod/pack. mission makers and mod maker have full control over content they pack into the mission/mod. the mod will shuffle music at the start of the game. in theory I can add an options to disable that.
Lurkoid 13 May @ 6:24am 
is there actually a way to change the music of the radio or does it just randomly play music? I've been trying to make a custom music pack for this but I'm not sure if it's working properly
C3ncio 4 May @ 12:59pm 
Thanks Rebel, really appreciated! Atm i'm using premade song mods from other people and volumes are all messed up. I will make my own as soon as i have some free time and normalize db levels as you suggested. Thanks again for this mod and for the help!

Have a great day!
rebel  [author] 4 May @ 10:28am 
before packing the songs you can adjust their volume level at the file level. sometimes in sound editing it's called replay gain or normalizing. if the volume of the songs that you packed is not consistent - it's the only way to go.
rebel  [author] 4 May @ 10:25am 
there's a CBA menu in the game options that has volume sliders for the mod. you can check it out, hope it can help. you can see the screenshot right here in the media section. other than that, if you're responsible for packing the music into the mod, you can play around with volume of the songs themselves.
C3ncio 4 May @ 7:55am 
EDIT: The volume problem is way more prominent when you are outside the vehicle with music radio turned on, the loudpseaker doesn't seems to follow the game options volume settings and there isnt any other prompt to adjust it
C3ncio 4 May @ 6:47am 
Hello! Thanks for this mod, it's amazing! I have a question tho: i'm using it with ACE and with ACE interaction menu i have no option to adjust volume and, while players are loving it, often the volume is so loud it literally hurts ears. I noticed that adjusting music volume in the game options have an impact in the actual volume of radio music but it's incosistent and very tiresome to manage while playing, the results is that often we end up not turning on the music at all to save our ears.
I'm using this mod with the Antistasi Ultimate mission and i don't think i can safely edit the mission with editor to configure something, am i right? Something i can do to fix the volume of the music radio without constatly fiddling with the game options?
Hevan 1 May @ 2:52pm 
i cant activate the radio, it doesnt show up in the options when im in a car
Bendy 12 Apr @ 6:39am 
You can remoteExec the actionmenu to all players
Bendy 12 Apr @ 6:39am 
Or do you think it's better for single player because of the addAction menu?
Bendy 12 Apr @ 6:37am 
What about hosted multiplayer, ie coop? You can still get audio working across a network. I did it for my last mod. Just use Say3d then every player hears it. And it will sound realistic if it's coming from radio or something in the 3d space
rebel  [author] 12 Apr @ 6:06am 
@Bendy I can add something like that for single-player missions.
Bendy 10 Apr @ 7:50pm 
is there an option to add the actionmenu to anyone in a vehicle, not just pilots?

then missions with an AI pilot you can still turn on radio as a passenger
Mentos 3 Apr @ 3:59pm 
where's your tool .exe in the folder ? :'(
Illu 26 Mar @ 8:06pm 
client side?
rebel  [author] 26 Feb @ 12:03pm 
There's no key at the moment to skip songs.
SRGTALEX 24 Feb @ 8:30am 
amazing man thanjs for this ! quick question, how do you skip to the next song for instance. Do you have to listen to all the playlist made to get to the last title for example ? Keys for this manipulation ? Thanks in advance ! Cheers !
Ibuprofen 19 Feb @ 10:58am 
I think it's since the last fix but for some reason some songs don't autoplay and they need the radio to turn off and on again. Might be something solely on my side. I simply don't know
Ftmch 11 Feb @ 11:09pm 
@rebel: Awesome! This could be clue, but sometimes when I copy/paste the radio object, the copy works but the original doesn't, haha. (The original still works if you turn it off and on again).

Just want to say I love the mod by the way, brings a lot of joy to my group to be able to have some fitting music on the radio for our campaigns.
Osphex 11 Feb @ 10:35pm 
I cant get it to work. I pack both the klpq_file and the klpq_config folder, put them in the original folder and upload them via the Arma 3 Publisher.
But in game, once I run the script "klpq_musicRadio_radioSongs", it returns empty and this just pisses me off.
WHY ISNT IT WORKING AND WHY IS NOBODY HELPING ME:steamsad:
rebel  [author] 11 Feb @ 12:10pm 
I have a few ideas why that happens. Will try to fix.
Ftmch 10 Feb @ 6:40am 
Having a problem where I pretty much never hear the music from objects (using the [this, true] call klpq_musicRadio_fnc_addRadio;-function) when the mission starts when testing missions. If I turn it off and on again it always works, but pretty much never on mission start. Anyone have the same issue and any workarounds? Seems to work slightly better on dedicated but it still happens now and then.
mgguy56 9 Feb @ 9:55pm 
The radio option with no ace is broken when using the chopper from Reaction Forces dlc. It would be great if you fix it, thanks!
rebel  [author] 31 Jan @ 10:17am 
it's all still available on github. I might return it back. we'll see.
CringedSnake 30 Jan @ 6:10pm 
Hello, why is the mod folder half empty after the last update, there is no examples folder and no tools folder, thanks to them I added songs to myself, now I can't...
ZugZug69 25 Jan @ 1:14pm 
I got this working on my dedicated server, as long as everyone has the same files installed (the music files that you pack yourself) everyone will hear the music playing in their vehicle when you turn radio on. I have not tested this any other way yet.
Rheinmetall120 17 Jan @ 5:06pm 
Why some times after one music finished,I can't hear the next one
rebel  [author] 9 Dec, 2024 @ 9:10am 
@Metal exile compatibility is something that I never tried but people report it from time to time as not compatible.
rebel  [author] 9 Dec, 2024 @ 9:09am 
@Zeonn it's open source for a reason, go ahead.
Zeonn 7 Dec, 2024 @ 5:53pm 
Hello, is it possible for me to try to add "stations"? Basically, can I modify the mod?
MetalMilitia 4 Dec, 2024 @ 8:22pm 
Run it all different ways ; kinda guessing since I was trying to fudge a few things in that it may not be too friendly with the exile mod, or some of the other custom stuff running. All I really want is a damn simple means to play music through the loudspeakers @ traders lol... but everything has issue.
rebel  [author] 4 Dec, 2024 @ 4:46pm 
@Metal do you have the mod installed on both server and all clients?
did you add the public key to the server after signing the PBOs?
MetalMilitia 4 Dec, 2024 @ 3:25pm 
Well, if someone would be so kind as to help me get this going, I might be able to send a 'lil x-mas gift. Followed along with instructions, works in single player/editor for not MP. Server is eXile running almost CUSTOM everything, but for some reason using the given instructions, cannot get this mod to work / sig mismatch / etc. Shoot me a message if ya can help!
Trooper1108 9 Nov, 2024 @ 5:32pm 
Doesnt work when i add more then one song, game doesnt start up because of a 'member already defined error'

Have followed the tutorial exactly.
(UvG) ARCH 21 Oct, 2024 @ 8:29pm 
is it possible to skip songs?
Marki 4 Oct, 2024 @ 2:18pm 
works in multiplayer
Von Bocchini✓ˢᵉⁿᵖᵃᶦ 4 Oct, 2024 @ 9:50am 
multiplayer?
DragonBlade94 17 Aug, 2024 @ 8:00pm 
Is this server side or client side?
minivandetta 31 Jul, 2024 @ 1:30am 
For people with issues not hearing the audio inside a vehicle but can hear outside, it's because the music inside the vehicle is connected to the music slider in the audio options on arma.
Marki 4 Jun, 2024 @ 6:58am 
Which backpacks support radio playing?
Trucker Heavy 29 May, 2024 @ 11:00am 
I can listen to song perfectly fine outside the vehicle, but for some reason I can't hear it inside the vehicle, is there something I'm missing here?