Jump to content

Recommended Posts

Is there a way to enable the Stock F-4F in WOE to carry radar guided Air to Air missiles?

 

Thanks

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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=

Share this post


Link to post
Share on other sites

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

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