Jump to content

Recommended Posts

Posted
26 minutes ago, ShrikeHawk said:

I'm trying to understand why the outer wing doesn't fall away when the inner wing is destroyed. Makes for an odd look. Any ideas how to fix this?

What is the 'ParentComponentName' of the outer wing? It should be the right wing (usually called 'RightWing' by default).

Posted
11 minutes ago, Blade said:

What is the 'ParentComponentName' of the outer wing? It should be the right wing (usually called 'RightWing' by default).

Here you go, from the data file:

 

[RightOuterWing]
ParentComponentName=RightWing
ModelNodeName=RightOuterWing
DestroyedNodeName=
ShowFromCockpit=TRUE
DetachWhenDestroyed=TRUE
DamageRating=DESTROYED
MassFraction=0.089
HasAeroCoefficients=TRUE
LiftSurface=TRUE

Posted
12 minutes ago, ShrikeHawk said:

Here you go, from the data file:

Thanks.

The data.ini looks correct. Probably a hierarchy issue within the model...? If so, you can try one thing. Add the following line at the end of the [RightWing] section:

DetachNode[001]=RightOuterWing

And, similarly, under [LeftWing]:

DetachNode[001]=LeftOuterWing

These entries will detach the outer wing node when the inner wing is destroyed.

Posted
33 minutes ago, Blade said:

The data.ini looks correct. Probably a hierarchy issue within the model...? If so, you can try one thing. Add the following line at the end of the [RightWing] section:

 

Okay, so far it looks like it's working. For now, my 4-year old is being demanding. ;) I'll keep you updated.

Posted

Now that things are solved I have to say when I first saw this topic I had a whole different expectation of what I'd see when I opened it. :haha:

  • Haha 1

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