Jump to content
Sign in to follow this  
Do335

Replacing the 600gal fuel tank on default TW F-4

Recommended Posts

I'm trying to change the 600gal centerline tank on the F-4 to the 600gal HPC tank (F-15 style) downloaded from a Gen1 F-4F mod here. Apparently the Gen2 default model has the royal jet tank included in the aircraft LOD, and that seems to become a problem. Original data ini is like this

 

FuelTankName=Tank600_F4

FuelTankNodeName=droptank_centerline

 

and I changed it to

 

FuelTankName=Tank600_F4_HPC

FuelTankNodeName=

 

after doing that, both the HPC and default model shows up on the aircraft. and if I don't load centerline store at all, the default 600gal still shows.

 

I guess the reason is, once the fueltank node is not defined in the .ini, it's considered as a part of the default aircraft model and is always displayed....? So wondering is there any way I can prevent the default centerline tank from displaying via .ini edits. (I can't edit the .LOD obviously)

Share this post


Link to post
Share on other sites

Hide the tank by declaring it as a damage node mesh

 

Works like this:

 

add a new component

 

[AircraftData]

...

Component[xxx]=HideCLTank

the XXX is the next number in the component sequence

 

then add the section for it:

 

[HideCLTank]

ParentComponentName=Fuselage

ModelNodeName=

DestroyedNodeName=heregoesthemeshnamefromtheFuelTankNodeName

DetachWhenDestroyed=FALSE

HasAeroCoefficients=FALSE

 

 

Thats it. Dont use theFuelTankNodeName on the CL station, only the FuelTankName

Share this post


Link to post
Share on other sites

ah destroyed node, clever and works like a charm. Thanks a lot!

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