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? Quote
+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 Quote
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! Quote
Recommended Posts
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.