Jump to content

Recommended Posts

Posted

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 )

 

 

post-36141-0-30479400-1419142817_thumb.jpg

 

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?

 

 

 

post-36141-0-30479400-1419142817_thumb.jpg

Posted

Heres how I set it up in my F-22 avionics and some others I made but who are not released.

 

[HUD_BankIndicator]
SymbolType=ROLL_INDICATOR
ImageFilename=cockpit\HUD\HUD_BankIndicator.tga
ImageSize=0.220
FixedScale=TRUE
MinValue=-45
MaxValue=45
ImagePosition=0.00,0.04

[HUD_BankScale]
SymbolType=IMAGE
ImageFilename=cockpit\HUD\HUD_BankScale.tga
ImageSize=0.240
ImagePosition=0.00,0.04

 

 

 I use separate sections for the scale and the indicator, with the key the FixedScale=TRUE in the indicator section.

I think it was Dels who figured that out first.

Posted

Heres how I set it up in my F-22 avionics and some others I made but who are not released.

 

[HUD_BankIndicator]

...

Perfect solution !  Thanks very much!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..