SGJackson 11 Posted January 5, 2010 Oh, i just pop-up with a problem... I can't hear the music that i want to play in ArmA II... I do it this way: Firts, the description: showCompass = 0; showGPS = 0; showWatch = 0; // NOTE: Your sound/radio files must be in the ...\mission\sound // folder and your music files in the ...\mission\music folder. class CfgMusic { // List of tracks (.ogg files without the .ogg extension) tracks[] = {Civilwar}; // Definition for each sound class Civilwar { name = "Civilwar"; // Name for mission editor sound[] = {\music\Civilwar.ogg, db + 0, 1.0}; titles[] = {0, ""}; }; }; Then converting the music to .Ogg (done) and then placing the track into the ArmA II Other Profiles\Paul%20Jackson\missions\Music%20Example\Music\Civilwar.ogg (i tried with/without the .ogg extencion... Non of 'em worked) Then i run the game and i put the syntax into a unit/trigger/waypoint: Playmusic Civilwar; (i also tried with/without the .ogg extencion... Non of 'em worked... again...) This problem keeps happening since i did it in ArmA I!!!! HEELLPPP:(:(:confused::confused::mad: Share this post Link to post Share on other sites
froggyluv 2136 Posted January 5, 2010 (edited) Playmusic Civilwar Shouldn't that be Playmusic "civilwar" ? Don't know for certain as I only use the Playsound command but with that you must place your soundpiece in quotes. Also, your still in the wrong part of the forum :p Edit- Another thing to remember is that if you alter any thing in the Description.exe, you must reload that mission before they will take effect (don't alt-tab it) Edited January 5, 2010 by froggyluv Share this post Link to post Share on other sites
SGJackson 11 Posted January 5, 2010 Okay, I'll now place a new thread in the correct forum... if u want read it too so u can help me again.. 'cause i don't want to ask you in this post again.. Share this post Link to post Share on other sites