Jump to content

Recommended Posts

Posted

I'm trying to remove the air-refueling probe from the

 

Mirage Factory Mirage 2000 AdA

 

I think it's called "perche", since removing the entries below from data.ini I was able to remove it from the cocpit view:

 

Component[008]=Perche

 

[Perche]

ParentComponentName=Nose

ModelNodeName=Perche

ShowFromCockpit=True

 

There's a way to remove it also from external view?

Posted (edited)

Yes.

Add/edit aircraft data ini...

where ** is the next number in sequence...

 

[AircraftData]

 

--snippage--

 

Component[009]=Nose

 

--

 

///===moves to remove things===///

 

Component[0**]=NameOfItem (note, can also be called "Remove1" -- but must match the 'Name of Item' below)

 

[NameOfItem]

ParentComponentName=MeshName

ModelNodeName=MeshName

DestroyedNodeName=MeshName

DetachWhenDestroyed=TRUE

HasAeroCoefficients=FALSE

 

pioneered/discoverd by Bpao himself

 

WARNING: don't be surprised if it leaves a hole in the fuselage; it all depends on how that mesh was extruded from the parent (ie: the fuselage)

 

Post a screenshot, if it works (or, even if it dosen't!)

 

wrench

kevin stein

Edited by Wrench
Posted

it doesn't... I still see the probe.

 

I didn't understand what is "Meshname". I just copy this in DATA.INI

 

Component[008]=Remove1

 

[Remove1]

ParentComponentName=MeshName

ModelNodeName=MeshName

DestroyedNodeName=MeshName

DetachWhenDestroyed=TRUE

HasAeroCoefficients=FALSE

 

 

Posted (edited)

Hello Catfish,

 

in the _DATA.INI, replace the following lines:

 

[Perche]
ParentComponentName=Nose
ModelNodeName=Perche
ShowFromCockpit=True

 

 

by:

 

[Perche]
ParentComponentName=Nose
ModelNodeName=Perche_ok
DestroyedNodeName=Perche
DetachWhenDestroyed=TRUE
HasAeroCoefficients=FALSE

 

 

and voila!

 

snap0121.jpg

 

Soon™

Edited by FrankD
Posted (edited)

Try this:

 

[Remove1]

ParentComponentName=Nose

ModelNodeName=

DestroyedNodeName=Perche

ShowFromCockpit=FALSE

DamageRating=DAMAGED

MassFraction=0.001

HasAeroCoefficients=FALSE

 

It should work.

Edited by JAT81500
Posted

as the guys said above, the "MeshName" I highlighted IS the mesh name of the object to be removed.

 

wrench

kevin stein

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