Jump to content

Recommended Posts

Hide an un-used pylon?

Share this post


Link to post
Share on other sites

Look at the weapon station. There´s a line calling for the "ModelNodeName" Enter the Name of the Pylon (i hope you know it from .OUT or .LOD file) and the pylon will disappear if nothing´s loaded. If you want to remove it completly, you must use the "destroyed LOD" trick (should be in the KB?).

If the Pylon is part of another part of the aircraft, like wing or fuselage.... you´re out of luck, i´m afraid. :dntknw:

Share this post


Link to post
Share on other sites

Here's what they have done in the SF1 F-104S Mod, to get rid of the two fuselage sidewinder pylons. (It's got its own pylon model)

 

 [SidewinderStation1a]
SystemType=WEAPON_STATION
StationID=13
StationGroupID=7
StationType=EXTERNAL
AttachmentPosition=-0.251,3.148,-1.090
AttachmentAngles=0.0,-3.0,0.0
LoadLimit=250.0
AllowedWeaponClass=
AttachmentType=NATO
ModelNodeName=miss_rail_centerline
PylonMass=34.02
PylonDragArea=0.005

[SidewinderStation2a]
SystemType=WEAPON_STATION
StationID=14
StationGroupID=7
StationType=EXTERNAL
AttachmentPosition=0.251,3.148,-1.090
AttachmentAngles=0.0,-3.0,0.0
LoadLimit=250.0
AllowedWeaponClass=
AttachmentType=NATO
ModelNodeName=miss_rail_centerline
PylonMass=34.02
PylonDragArea=0.005

 

See the AllowedWeaponClass is empty and nothing can be loaded. But the disadvantage is it shows up in the Loadout Screen, with empty list.

Unless you have to above code in tha _data.ini the pylons are not hidden.

Edited by pureblue

Share this post


Link to post
Share on other sites

Ok here goes.

Share this post


Link to post
Share on other sites

BINGO that did the trick, thank you all.

Share this post


Link to post
Share on other sites
Here's what they have done in the SF1 F-104S Mod, to get rid of the two fuselage sidewinder pylons. (It's got its own pylon model)

 

 [SidewinderStation1a]
SystemType=WEAPON_STATION
StationID=13
StationGroupID=7
StationType=EXTERNAL
AttachmentPosition=-0.251,3.148,-1.090
AttachmentAngles=0.0,-3.0,0.0
LoadLimit=250.0
AllowedWeaponClass=
AttachmentType=NATO
ModelNodeName=miss_rail_centerline
PylonMass=34.02
PylonDragArea=0.005

[SidewinderStation2a]
SystemType=WEAPON_STATION
StationID=14
StationGroupID=7
StationType=EXTERNAL
AttachmentPosition=0.251,3.148,-1.090
AttachmentAngles=0.0,-3.0,0.0
LoadLimit=250.0
AllowedWeaponClass=
AttachmentType=NATO
ModelNodeName=miss_rail_centerline
PylonMass=34.02
PylonDragArea=0.005

 

See the AllowedWeaponClass is empty and nothing can be loaded. But the disadvantage is it shows up in the Loadout Screen, with empty list.

Unless you have to above code in tha _data.ini the pylons are not hidden.

 

To prevent it from showing up, you can change the StationGroupID and AttachmentPosition to a station you still use.

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