loading BF-109gs

gosd

Charter Member
I have been loading some of the BF-109 in MAW,the instruction says for example:
Adding AI sounds (MAW ONLY!!!):
First back up sounds.xml (in CFS3 root). Open the working copy with Windows Notepad.
Then scroll down until you find this line if you wish to assign correct Bf109 sounds to AI aircraft:
<aircraft>
<sound file="ai_fighter.wav"/>
</aircraft>

Add the following lines carefully below:
<DL_109g8_BL11>
<sound file="ai_e_db601_1.wav"/>
</DL_109g8_BL11>
<AI_109g8_BL11>
<sound file="ai_e_db601_1.wav"/>
</AI_109g8_BL11>


Should these lines be inserted in the sequence before the closing statement </aircraft>?
 
No. Below it.

Then scroll down until you find this line (MAW ONLY!!!) if you wish to assign correct Bf109 sounds to AI aircraft:

<aircraft>
<sound file="ai_fighter.wav"/>
</aircraft>

Add the following lines carefully
below:

<DL_109g6_Ye6>
<sound file="ai_e_db601_1.wav"/>
</DL_109g6_Ye6>
<AI_109g6_Ye6>
<sound file="ai_e_db601_1.wav"/>
</AI_109g6_Ye6>


Extract from mine:


<aircraft>
<sound file="ai_fighter.wav"/>
</aircraft>
<DR2_109g6_W9>
<sound file="ai_e_db601_1.wav"/>
</DR2_109g6_W9>
<tank>
<sound file="xtrackvehicleheavy01.wav"/>
</tank>

 
Back
Top