Jump to content

Recommended Posts

Posted

Sure, you just need to add the missing Sparrow stations. Use the F-4E data ini as a guide. You'll have to add the weapon stations, then add the respective components to the fuselage, then add the missiles to the loadout ini.

Posted
Oh thanks, Simple Enough

 

Yeah pretty straightforward but a god modding project becasue you'll see a lot of how the ini files work, if you haven't messed with them much.

Posted
Sure, you just need to add the missing Sparrow stations. Use the F-4E data ini as a guide. You'll have to add the weapon stations, then add the respective components to the fuselage, then add the missiles to the loadout ini.

 

 

Well everything worked well except that only one AIM-7 appears to be able to be carried. But I think it's my fault. When you say, "add the respective components to the fuselage". How exactly do you do this

Posted
Well everything worked well except that only one AIM-7 appears to be able to be carried. But I think it's my fault. When you say, "add the respective components to the fuselage". How exactly do you do this

 

Each weapon station needs to be defined as a subcomponent of the fuselage:

 

SystemName[010]=SparrowStation1

SystemName[011]=SparrowStation2

SystemName[012]=SparrowStation3

SystemName[013]=SparrowStation4

 

The numbers need to be sequential, and the system name should correspond to the name, in brackets, of the weapon station you added, for example:

 

[sparrowStation1]

SystemType=WEAPON_STATION

StationID=6

StationGroupID=4

StationType=SEMI_RECESSED

AttachmentPosition=-0.501,5.07,-0.84

AttachmentAngles=2.0,0.0,2.0

MissileRollAngle=45.0

EjectVelocity=0.0,0.0,-2.0

LoadLimit=231.5

AllowedWeaponClass=SAHM

AttachmentType=NATO,USAF

MinExtentPosition=

MaxExtentPosition=

 

[sparrowStation2]

SystemType=WEAPON_STATION

StationID=7

StationGroupID=4

StationType=SEMI_RECESSED

AttachmentPosition=0.501,5.07,-0.84

AttachmentAngles=-2.0,0.0,-2.0

MissileRollAngle=45.0

EjectVelocity=0.0,0.0,-2.0

LoadLimit=231.5

AllowedWeaponClass=SAHM

AttachmentType=NATO,USAF

MinExtentPosition=

MaxExtentPosition=

 

[sparrowStation3]

SystemType=WEAPON_STATION

StationID=8

StationGroupID=4

StationType=SEMI_RECESSED

AttachmentPosition=-1.08,-0.65,-0.87

AttachmentAngles=0.0,2.0,5.0

MissileRollAngle=45.0

EjectVelocity=0.0,0.0,-2.0

LoadLimit=231.5

AllowedWeaponClass=SAHM

AttachmentType=NATO,USAF

MinExtentPosition=

MaxExtentPosition=

 

[sparrowStation4]

SystemType=WEAPON_STATION

StationID=9

StationGroupID=4

StationType=SEMI_RECESSED

AttachmentPosition=1.08,-0.65,-0.87

AttachmentAngles=0.0,2.0,-5.0

MissileRollAngle=45.0

EjectVelocity=0.0,0.0,-2.0

LoadLimit=231.5

AllowedWeaponClass=SAHM

AttachmentType=NATO,USAF

MinExtentPosition=

MaxExtentPosition=

Posted

Note also that the StationIDs for each station you add need to be unique and sequential. The StationGroupID needs to be unique as well, but all of these stations can share the same group ID (that way you load all four stations from one drop-down on the loadout menu).

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

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