Jump to content
Sign in to follow this  
Catfish

Mirage Factory Mirage 2000 AdA

Recommended Posts

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?

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

 

 

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Try this:

 

[Remove1]

ParentComponentName=Nose

ModelNodeName=

DestroyedNodeName=Perche

ShowFromCockpit=FALSE

DamageRating=DAMAGED

MassFraction=0.001

HasAeroCoefficients=FALSE

 

It should work.

Edited by JAT81500

Share this post


Link to post
Share on other sites

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

 

wrench

kevin stein

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