DAF CSaetta 200 bombs

highpockets

SOH-CM-2025
In my Vigorous II MTO Italian mission, my Saetta shows that it should have two bombs attached when I view the aircraft loadout, but the bombs are not there. How do I get them and attach them to the A/C for the mission??
 
If the Saetta .dp file has a bomb loadout, you should be able to select it from the Briefing screen, in the "Player Aircraft" button. That would allow you to change your plane (not the rest of your flight, though).

But, if your MC.200 Saetta is the old IS4G plane (I know of no other for CFS2), the original .dp file has no provision for bombs. Maybe the mission/campaign pack has an alternative file to give that plane a couple of 50Kg bombs?.

I made a .dp that puts two of William Dickens Italian bombs under the wings (as seen in my avatar image). If you're interested I could upload it here.
 
The C-200 Saetta is authored by Alessandro Casido and has in the DP file weapons loadout wep_ja_60_kg_gp and they show up with the player aircraft button. The are also in the weapons folder as well.??
 
Then it must be the loadout in the .mis file that is wrongly set up.

If you know which are the units you are flying in the mission file, you could change them yourself:

Code:
[unit.x]
id=9058
type_id=3846
name=%name_string.0%
allegiance=1
skill=2
aggression=1
[U][COLOR="#ff0000"][B]payload=0[/B][/COLOR][/U]

0 would be the first loadout option (usually, no loadout), 1 the second, etc as they are numbered in the .DP file.
 
Here are the DP files. I made no changes Still no bombs are showing up.

mount.1=wep_pylon_ja_wing, 1, -1
mount.2=wep_pylon_ja_wing, 1, -1
mount.3=wep_ja_60kg_gp, 1, -1
mount.4=wep_ja_60kg_gp, 1, -1
 
Back
Top