tn_prvteye Posted November 3, 2016 Posted November 3, 2016 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?
+Crusader Posted November 3, 2016 Posted November 3, 2016 Avionics70 HUD has a weapon count function [HUD_WeaponCount]SymbolType=WEAPON_COUNT_TEXTTextPosition=-0.120,0.120HorizontalAlignment=RIGHTVerticalAlignment=CENTERTextFormat=%01d;GunRoundMultiplier=0.01 and for selected weapon types [HUD_AGModeText2]SymbolType=SELECTED_WEAPON_TEXTText=GunText=GUNBombText=CDIPRocketText=CDIPEOText=GUIDEDLaserText=TGTPODARMText=HARMNoWeaponText=TextPosition=0.095,0.165HorizontalAlignment=LEFTVerticalAlignment=CENTER [HUD_WeaponReady]SymbolType=SELECTED_WEAPON_TEXTTextPosition=-0.140,0.120HorizontalAlignment=LEFTVerticalAlignment=CENTERGunText=HeatText=SRadarText=MActiveRadarText=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
tn_prvteye Posted November 3, 2016 Author Posted November 3, 2016 BINGO! Exactly what I needed. I looked though the F-15's file but I guess I missed it. Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now