Hoi.
I have a question to all you guys who know what the stuff in the .fs2 files means and especially to Silent Warrior (if he isl reading this forum)
The campaign is Crusade, chapter 1, the mission is "Close encounters"
Your goals:
Defend the Azrael transport
Cover the transport's docking
Provide cover while it's docked
Bonus target:
Try without reinforcements
All nice and shiny BUT. After achieving every goal, even the bonus target, I get the you-did-well speech but the mission counts as failed (not the firs campaign where that happened)
And I can't even skip the mission by failing it 5 times. Even after clicking "Proceed to next mission" I come to the same mission again.
And now to you FREDers out there. What exactly does that mean:
$Mission: SIRYukonho.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRRecon.fs2" ) )
( ( true ) ( next-mission "SIRYukonho.fs2" ) )
)
+Level: 0
+Position: 0
$Mission: SIRRecon.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRHomerun.fs2" ) )
( ( true ) ( next-mission "SIRRecon.fs2" ) )
)
+Level: 1
+Position: 0
$Mission: SIRHomerun.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRAssault.fs2" ) )
( ( true ) ( next-mission "SIRHomerun.fs2" ) )
)
+Level: 2
+Position: 0
$Mission: SIRAssault.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRBroomhead.fs2" ) )
( ( true ) ( next-mission "SIRAssault.fs2" ) )
)
+Level: 3
+Position: 0
$Mission: SIRBroomhead.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRHastalavista.fs2" ) )
( ( true ) ( next-mission "SIRBroomhead.fs2" ) )
)
+Level: 4
+Position: 0
$Mission: SIRHastalavista.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRMeeting.fs2" ) )
( ( true ) ( next-mission "SIRHastalavista.fs2" ) )
)
+Level: 5
+Position: 0
$Mission: SIRMeeting.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRMeeting.fs2" ) )
( ( true ) ( next-mission "SIRCapture.fs2" ) )
)
+Level: 6
+Position: 0
$Mission: SIRCapture.fs2
+Flags: 0
+Formula: ( cond
( ( true ) ( next-mission "SIRCapture.fs2" ) )
( ( true ) ( next-mission "SIRLastSweep.fs2" ) )
)