Hi, fairly new to the whole Arma shebang, and wanted to ask. I've got it working great in my Arma 3 game, I host servers for my mates and I to play here in the AE, I have a slight problem though. The game seems to not want to play music at all, nor can I hear radio sounds. I've gone through what I can in this tread, but editing the sections here (the init.sqf)
'if(!isDedicated && !PO3_debug) then {
playMusic "LeadTrack01a_F";
0 fadeMusic 1;
[5,""] spawn PO3_fnc_camera_fadein;
if!(PO3_debug) then { [270,900,150] call PO3_fnc_introsequence };
[] spawn { sleep 20; 8 fadeMusic 0; };'
does nothing.
Am I supposed to host this in a different way? Has music been disabled in this mission/game file? My custom music works fine in my own made editor missions and even my custom Multiplayer missions, but radio sounds as well as music and menu sounds too (like, configuring controls and etc) just seem to die out when I launch this mission.
Any help or guidance would be greatly appreciated. :)
Cheers and thanks in advance,
Rick
(PS I know PO4 is being worked on, but wondering if I'd be able to get any support for this)