Jump to content

Recommended Posts


I think it has to do with the placement of the cockpit within the aircraft_data.ini

Share this post


Link to post
Share on other sites

Cockpit placement alone will not resolve that issue.  That's caused by external model meshes, that need to be hidden in the data.ini, like so:

 

Add Under [AircraftData], where "XX" is the next group of component numbers, in sequential order.

 

Component[0XX]=Hide1
Component[0XX]=Hide2
Component[0XX]=Hide3
Component[0XX]=Hide4

 

Add the following entries under the stabilizer entries (and above the pilot entries)

 

 

[Hide1]
ParentComponentName=Fuselage
ModelNodeName=arco
DestroyedNodeName=
ShowFromCockpit=FALSE
HasAeroCoefficients=FALSE

 

[Hide2]
ParentComponentName=Fuselage
ModelNodeName=Line07
DestroyedNodeName=
ShowFromCockpit=FALSE
HasAeroCoefficients=FALSE

 

[Hide3]
ParentComponentName=Fuselage
ModelNodeName=Line08
DestroyedNodeName=
ShowFromCockpit=FALSE
HasAeroCoefficients=FALSE

 

[Hide4]
ParentComponentName=Fuselage
ModelNodeName=Line27
DestroyedNodeName=
ShowFromCockpit=FALSE
HasAeroCoefficients=FALSE

 

  • Like 1

Share this post


Link to post
Share on other sites

Move the seat in cockpit forward. Like it says in the above reply.Works anytime you have this sort of problem

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