Jump to content
Sign in to follow this  
Geary

Is it possible to hide/remove parts from a cockpit?

Recommended Posts

I know how to hide/remove parts from a plane using the plane's data.ini.

 

But cockpits don't have data.ini's, hence my question.

 

If possible, how?

 

 

TIA,

 

Geary

Share this post


Link to post
Share on other sites

Cockpits do have ini files, and yes, it is possible to rotate canopy frames and the like in order to render them invisible.

Share this post


Link to post
Share on other sites

yes, indeed. do it all the time...

 

edit:

 

btw, the P-70 tweeks pack in up in the downloads section, in case you missed the announcement Sunday

Share this post


Link to post
Share on other sites

Thank you guys for those very informative answers.

 

 

Do I need to learn a secret hand shake or something before you will tell me how to do this?

 

Or is this one of those life lessons I have to figure out on my own like Beaver Cleaver's dad is always making him learn?

 

 

 

Wrench, got the P-70 release.  Thanks again to you and Raven for all the work you two did to give that old bird a new lease on life.

Share this post


Link to post
Share on other sites

Oh man Geary it is a very basic thing. With LODviewer it's all very easy now.

 

 

 

Say I wanna hide the RWR in the phantom pit. First what's the LOD name? Find it in F-4E_COCKPIT.INI.

 

[CockpitSeat001]

ModelName=F-4E_pit

 

So we have LOD name F-4E_pit.

 

Next open the main F-4E.ini and we have

 

[LOD001]
Filename=F-4E.lod
Distance=100

 

This is obviously the aircraft external LOD. Change it to this:

 

[LOD001]
Filename=F-4E_pit.lod
Distance=100

 

So it points to the cockpit LOD, and LODviewer can open it:

 

 

 

What's the node name? Left click and highlight. Use ctrl or shift to select the rest of nodes under the hierachy:

 

 

 

Click "Hide selected Node" to make sure it is the desired visual result after the node is hidden:

 

 

 

 

All good indeed. Next just gotta input the .ini edits into the cockpit.ini file. Open up F-4E_COCKPIT.INI and add this to the end of instrument lists:

 

Instrument[xxx]=HideRWR

 

And at the end of the file, add this:

 

[HideRWR]

Type=Inactive

NodeName=RWRbox

 

 

and it's done.

Edited by Do335
  • Like 2

Share this post


Link to post
Share on other sites

Do335,

 

   Thanks for the graphics and explanation.

 

   I learn better with pictures and simple sentence explanations.

 

   This works well in SF2.

 

   Now to figure out how to do this in SF1.

 

   The same method doesn't seem to work in SF1.

 

   I've been trying to hide the missile lights and weapon selector box in the SF1 F-100D cockpit.

 

   So far no joy.

 

   Will keep at it.

 

   Thanks, again.

Share this post


Link to post
Share on other sites

Hi Geary... The Type=Inactive command is SF2 only. Maybe try the old methods like

 

Type=Airspeed_Indicator

MovementType=POSITION_X

NodeName=xxxx

Set[01].Position=-99
Set[01].Value=-100
Set[02].Position=-99
Set[02].Value=100

 

etc

 

Good luck.

Edited by Do335

Share this post


Link to post
Share on other sites

Geary, look in the P-70's cockpit ini (or any Havoc) ... you'll see a bunch of moves/hides I did to take out certain things, to make it a bit more like it should be. Those statement can easily be reused, with differing mesh names, for any pit

 

The LOD viewer is a great help, but in the olden days one could look through the OUT file, as that lists the node/meshes, or get framiliar with a hex editor to 'search...'

 

It really ain' that hard

Share this post


Link to post
Share on other sites

EUREKA!     (I know, ... I don't smell so good myself.)

 

Cockpit parts I want gone are gone.

 

 

Thanks to all for assistance.

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