Jump to content

Recommended Posts

Posted

Is there any way to show the number of weapons that you have currently selected?  For instance if I had AIM-9s selected it would say "4" or whatever I had left.  I can see there's a way to do it by Station Number, but I was wondering if there was a call-out for 'currently selected' or something like that.  Or am I hitting the TK wall of code?

Posted

Avionics70 HUD has a weapon count function

 

[HUD_WeaponCount]
SymbolType=WEAPON_COUNT_TEXT
TextPosition=-0.120,0.120
HorizontalAlignment=RIGHT
VerticalAlignment=CENTER
TextFormat=%01d
;GunRoundMultiplier=0.01

 

 

and for selected weapon types

 

[HUD_AGModeText2]
SymbolType=SELECTED_WEAPON_TEXT
Text=
GunText=GUN
BombText=CDIP
RocketText=CDIP
EOText=GUIDED
LaserText=TGTPOD
ARMText=HARM
NoWeaponText=
TextPosition=0.095,0.165
HorizontalAlignment=LEFT
VerticalAlignment=CENTER

 

[HUD_WeaponReady]
SymbolType=SELECTED_WEAPON_TEXT
TextPosition=-0.140,0.120
HorizontalAlignment=LEFT
VerticalAlignment=CENTER
GunText=
HeatText=S
RadarText=M
ActiveRadarText=M   A

 

 

taken from a F-15 HUD file, which has them split in AA and AG sections but you can combine all xxxxText= types into one section

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
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..