Reference the bridal, I'm not 100% sure how you'd work it in FS9 as I can't remember what variables are available that are appropriate.
In FSX what I've done is model the bridal as part of the aircraft and then set the visibility based on the aircraft being attached to the catapult, the code looks something like this:
<PartInfo>
<Name>strop</Name>
<Visibility>
<Parameter>
<Code>
(A:SIM ON GROUND,Bool) 0 >
(A:LAUNCHBAR HELD EXTENDED,Bool) 0 > &&
if{ 1 } els{ 0 }
</Code>
</Parameter>
</Visibility>
</PartInfo>
I can't remember why I checked if the aircraft is on the ground or not but it seemed to work better that way...

FS 2004


Reply With Quote






Bookmarks