Jump to content
Sign in to follow this  
tn_prvteye

Weapon number indicator on HUD or elsewhere?

Recommended Posts

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?

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

BINGO!  Exactly what I needed.  I looked though the F-15's file but I guess I missed it.  Thanks!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

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