orfeas Posted April 3, 2016 Posted April 3, 2016 Good day to everyone! I was wondering if its possible in an aircraft with to or more internal guns to be able to choose one of them for firing.thanks in advance everyone for the feedback Quote
KJakker Posted April 3, 2016 Posted April 3, 2016 Did you try the gun group keys? NEXT_GUNGROUP=SEMICOLON PREV_GUNGROUP=SHIFT+SEMICOLON Quote
orfeas Posted April 3, 2016 Author Posted April 3, 2016 KJakker Thanks for the reply.no i didnt try it as i didnt even know it.I wonder if the system recognizes two different types of internal guns so it can summarize them as gun groups. Quote
KJakker Posted April 3, 2016 Posted April 3, 2016 The aircraft has to be set up in to data file to use gun groups. The example below is from the F-8E. You can see how its upper pair of 20mm cannons are in GunGroup=1 while the lower pair are in GunGroup=2. As such you can use the keys I mentioned above to cycle between the upper pair, lower pair, or all four. The AI however does not use gun groups so it is for players only. // Internal Guns --------------------------------------------------------- [internalGun1] SystemType=FIXED_GUN GunTypeName=20MM_Mk12 GunGroup=1 InputName=FIRE_PRIMARY_GUN MuzzlePosition=-0.58,5.35,-0.25 LightPosition=-0.68,5.35,-0.25 AimAngles=0.0,0.0,0.0 MaxAmmo=144 MinExtentPosition=-0.65,2.77,-0.33 MaxExtentPosition=-0.45,5.33,-0.17 [internalGun2] SystemType=FIXED_GUN GunTypeName=20MM_Mk12 GunGroup=1 InputName=FIRE_PRIMARY_GUN MuzzlePosition=0.58,5.35,-0.25 LightPosition=0.58,5.35,-0.25 AimAngles=0.0,0.0,0.0 MaxAmmo=144 MinExtentPosition= 0.45,2.77,-0.33 MaxExtentPosition= 0.65,5.33,-0.17 [internalGun3] SystemType=FIXED_GUN GunTypeName=20MM_Mk12 GunGroup=2 InputName=FIRE_PRIMARY_GUN MuzzlePosition=-0.55,5.44,-0.50 LightPosition=-0.65,5.44,-0.50 AimAngles=0.0,0.0,0.0 MaxAmmo=144 MinExtentPosition=-0.62,2.87,-0.58 MaxExtentPosition=-0.42,5.43,-0.42 [internalGun4] SystemType=FIXED_GUN GunTypeName=20MM_Mk12 GunGroup=2 InputName=FIRE_PRIMARY_GUN MuzzlePosition= 0.55,5.44,-0.50 LightPosition= 0.65,5.44,-0.50 AimAngles=0.0,0.0,0.0 MaxAmmo=144 MinExtentPosition= 0.42,2.87,-0.58 MaxExtentPosition= 0.62,5.43,-0.42 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.