Hi people,
I am currently working on my first campaign, called Operation Dead Fox and
I've just started out to create my own missions in arma but I have a few questions. First off, how to I add custom music/soundtracks? It seems like I don't get it working properly!
This is how I've done:
Documents/ArmaA/missions
I wanted to put music into the mission named ''01%20-%20Taking%20the%20airfield.Sara''
So I put this in a text document and saved it as ''Description.ext''
class CfgSounds
{
// List of sounds (.ogg files without the .ogg extension)
sounds[] = {ageofwar};
// Definition for each sound
class ageofwar
{
name = "ageofwar"; // Name for mission editor
sound[] = {\sound\ageofwar.ogg, 1, 1.0};
titles[] = {};
};
};
I placed a map called ''Sound'' in that folder, containing a file called ''ageofwar.ogg'' (it should be .ogg, right?) Then, I started the game and choosed the appropiate mission and used a trigger in the mission editor, and in ''on act'' i wrote ''playSound ageofwar".
But it doesn't work. I got no error message or anything, but I can't simply hear the sound.
Another question I have is: How to I make soldiers sit down? What's the script for that?
And finally, how do I save all my created missions as a campaign?
EDIT: Another thing I wonder!
1. How do I create text conversations ingame?
2. I am currently creating a mission where you have to find a POW. I use 'Trigger' to indicate when you find him. However, ammidiately after you've found him, I want a ''Move to'' point to pop up.. but how do I do that? This would mean that when you walk into the trigger area, a ''move to'' point would pop up.
HOME
Reply With Quote

