stevechester Posted February 7, 2003 Posted February 7, 2003 I am trying to put AA-2 missiles on the MiG-17F, I extracted all the files on the 17 and the MiG-21F,(because the loadout of the 21 is the same as i want on the 17),then i rewrote the 17's data and loadout file. well it worked kinda, one AA-2 shows up on the 17, on the right wing while facing the a/c. in the game the loadout shows 6 AA-2 in the Qty, but only one can be loaded on the a/c. does anyone know what i am doing wrong, also would the F-100D loadout file be a better guide for what i want Quote
Guest capun Posted February 10, 2003 Posted February 10, 2003 Steve. The quantity (6) that you see I believe it has to be related to the weapondata.ini entry for the AA-2 (Availability and base quantity). Here's my fixes: @ the Mig-17F_Data.ini search for Weapon Stations // Weapon Stations --------------------------------------------------------- [LeftWingStation] SystemType=WEAPON_STATION StationID=1 StationGroupID=1 StationType=EXTERNAL AttachmentPosition=-1.22,2.18,-0.41 AttachmentAngles=0.0,0.0,0.0 LoadLimit=350.0 AllowedWeaponClass=BOMB,RCKT,RP,FT,IRM,SAHM AttachmentType=WP ModelNodeName=LeftWing_InnerPylon PylonMass=40 [RightWingStation] SystemType=WEAPON_STATION StationID=2 StationGroupID=1 StationType=EXTERNAL AttachmentPosition=1.22,2.18,-0.41 AttachmentAngles=0.0,0.0,0.0 LoadLimit=350.0 AllowedWeaponClass=BOMB,RCKT,RP,FT,IRM,SAHM AttachmentType=WP ModelNodeName=RightWing_InnerPylon PylonMass=40 // Fuel Tanks --------------------------------------------------------- @ the Mig-17F_loadout.ini // Station 1 = Left Wing Station // Station 2 = Right Wing Station [AirToAir] Loadout[01].WeaponType=AA-2 Loadout[01].Quantity=2 Loadout[02].WeaponType=AA-2 Loadout[02].Quantity=2 [AirToAirLongRange] Loadout[01].WeaponType=AA-2 Loadout[01].Quantity=2 Loadout[02].WeaponType=AA-2 Loadout[02].Quantity=2 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.