User Tools

Site Tools


ofp:missions:dtaext

This is an old revision of the document!


DtaExt

DtaExt directory is used to have global music and sound files for campaigns, so the music/sound files are available in all missions.

First you need to create “DtaExt” dir in the campaign root, then you create “Music” and “Sound” dirs into “DtaExt” dir.

Then in the campaign root description.ext file you specify the configs like the following.

Music:

class cfgMusic
{
	class PMC_allflesh1
	{
		name = "PMC Baltic Command - Allflesh 1";
		sound[] = {"\Music\allflesh1.ogg", db+0, 1};

Sounds:

class CfgSounds
{
	class ping1
	{
		name = "ping1";
		sound[] = {"ping1.ogg", db+0, 1};

Radio:

class CfgRadio
{
	class Rfail
	{
		name = "Rfail";
		sound[] = {"Rfail.ogg", db+0, 1};

To illustrate as directories, it would look like this:

<campaign_root>\DtaExt\Music\
<campaign_root>\DtaExt\Sound\
<campaign_root>\Missions\
<campaign_root>\Scripts\

This way, you can play music and sounds specified here in any of your campaign missions without having to store (and dupe) the audio files in the mission dirs. It saves space, is much easier and nicer to use.

ofp/missions/dtaext.1313400088.txt.gz · Last modified: 2011-08-15 09:21 by snakeman