Jump to content
Sign in to follow this  
stevechester

WEAPON LOADOUT FOR THE MIG-17F

Recommended Posts

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

Share this post


Link to post
Share on other sites

Guest capun

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

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