Tags: No tags
|
Description: Operation Flashpoint's Soundtracks in .OGG format, so players can use the original OFP music in their own created missions. Sounds usage in missions: Put the .ogg files into your player-created mission's folder (generally found in My Documents/Arma 2 Other Profiles/Your name/Missions) First make a " sound " folder (without Quotes) Now make a text document. Name it "description.ext"(again with out Quotes)& Save it (Windows by default hides the file extension so it might actually be called Description.ext.txt - which won't be read by the game. You can turn this off by going to Tools - Folder Options and turning the "Hide extensions for known file types" option off.) Put this in at the beginning class CfgSounds
{
// List of sounds (.ogg files without the .ogg extension)
sounds[] = {OFPMainTheme01};
// Definition for each sound
class OFPMainTheme01
{
name = "OFPMainTheme01.ogg"; // Name for mission editor
sound[] = {\sound\OFPMainTheme01.ogg, 1, 1.0};
titles[] = { };
};
};
now go in-game create a trigger/waypoint and "on Activation" type playSound "OFPMainTheme01" (WITH quotes this time)Credits & thanks: Bohemia Interactive Studio Forum topic: - BI forums Enable javascript to be able to download from Armaholic please!
Tags: No tags
|
|||||