Jump to content

Recommended Posts

Posted

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)

Posted

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

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