Hi,
I try to fix the HUD problem. As you see in my screenshot, the roll triangle which indicate the roll status is in wrong place. It should have be in the middle down side when the aircraft is level and be in the 40 degrees in the right side of HUD. But now, the whole thing is offset to the left side.
( I load my modified .tga IMG instead of default one, make it easier to identify. You can see it in left side of the picture. The default IMG is HUD_bankindic.tga which is just a small downward triangle to indicate the roll status )
I modified the [HUD_BankIndicator] from (aircraft)_AVIONICS.ini
[HUD_BankIndicator] SymbolType=ROLL_INDICATOR ImageFilename=cockpit\hud\HUD_BKI.tga ImagePosition=0.0,0.030 ImageSize=0.35 ScaleImageFilename=cockpit\hud\HUD_bankindic.tga ScaleImageSize=0.133 ScaleImagePosition=0.0,0.030 <------ I guess it is in form of ( X,Y ). But no matter what value I set, the HUD_bankindic.tga is in the wrong position as it before Scale=1.0 MaxValue=40 MinValue=-40 HorizontalAlignment=CENTER VerticalAlignment=CENTER
Can somebody tell me how to fix it?