I am trying to put a Top Down view as a gauge into my FSX cockpit. I used the FS9view code as follows:
Unfortunately, the sim did not accept the minus (-) in the pitch entry no mater how and where I added it. Additionally, it was a frame rate killer.
Using the same 0,0,0 hole in the panel .bmp, I opened a new top down view in the sim and placed it behind the panel in the proper location. This worked fine and had minimal effect on the frame rates. Is there any way to make this view come up on startup (preferable), or fix the FS9 view to go negative in pitch?
JimD
Code:
<Gauge Name="viewport" Version="1.0">
<Element>
<Position X="0" Y="0"/>
<CustomDraw Name="fs9view:view" X="212" Y="179" Zoom="0.75" Pitch="-90" Bank="0" Heading="000" OffsetUp="100" OffsetForward="0" OffsetRight="0">
</CustomDraw>
</Element>
</Gauge>
Unfortunately, the sim did not accept the minus (-) in the pitch entry no mater how and where I added it. Additionally, it was a frame rate killer.
Using the same 0,0,0 hole in the panel .bmp, I opened a new top down view in the sim and placed it behind the panel in the proper location. This worked fine and had minimal effect on the frame rates. Is there any way to make this view come up on startup (preferable), or fix the FS9 view to go negative in pitch?
JimD

