Jump to content

keat

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About keat

  • Rank
    Rookie
  1. Thanks. I'm probably going to try another .mp3 > .ogg converter and try that out. May be an external thing though, like drivers or something?
  2. Well, the problem came back. It's not working anymore, even though it's still working on the mission I used to test the command. I'm probably making a mistake in the description.ext file when I try to use the command. And yes, I have tried exiting the mission and going back in. Even restarting the application. So here's my .ext. Please tell me if you see anything that would cause it not to work! class CfgSounds { sounds[] = {contactleft,supressive,combat1,mandown}; class contactleft { name = "contactleft"; sound[] = {\sound\contactleft.ogg, 1, 1.0}; titles[] = {}; }; class supressive { name = "supressive"; sound[] = {\sound\supressive.ogg, 1, 1.0}; titles[] = {}; }; class combat1 { name = "combat1"; sound[] = {\sound\combat1.ogg, 1, 1.0}; titles[] = {}; }; class mandown { name = "mandown"; sound[] = {\sound\mandown.ogg, 1, 1.0}; titles[] = {}; }; }; My triggers say > esca say3d "mandown"; < ("esca" is the name of a vehicle)
  3. I kind of figured it out. I ran ArmA without ACE and the sounds worked. I don't really see why it wouldn't work with it. Considering it's a big mod and it could have been fixed in one of the updates. I'd still like to know how to use it with ACE configured though.
  4. I've gone though numerous tutorials on how to insert your own sounds into a mission but so far I've gotten nowhere. I place the .ogg sound file into a folder called "sound" in the mission folder and define it in description.ext but whenever I try to use it ingame it says the sound is not found. I'm on the Operation Arrowhead version and I only use Ace 2. Any ideas? Any known glitches or errors?
  5. I'm new to the game so I don't know much about how to do things and... I was wondering if I could go about making some dialog between two AI's in the mission editor using sounds from the campaign or some of the scenarios? So far I've only been able to make them say things.. without the sound to go with it. (I'm playing the Arrowhead expansion and I downloaded it on Steam.. If that changes anything.)
×