Jump to content
Sign in to follow this  
russouk2004

Cockpit and external texture

Recommended Posts

Anyone managed to get a plane skin texture to show on a cockpit...my stumbling block is canopy and nose needs one of the textures from planes folder...so engine cowl uses planes colour...say for instance  red camo

also canopy framing uses red scheme...

my prob is then if you fly a blue skin,the cockpit framing and engine cowl still shows as red ..

any ideas how to get cockpit to recognise different texturesets if possible...?

TIA

Share this post


Link to post
Share on other sites

Hi Russ,

I have also tried this in the past and was unable to have different texture sets for the cockpit model.

The way I got around it was to build the detailed cockpit component into the external model and use the open cockpit=true function - this way it will use the aircraft texture.

It's a bit fiddly getting it to work and you'll have the issues associated with the open cockpit, but I think it will get you what you want.

Dels

Share this post


Link to post
Share on other sites

yeah tried few things...until w get textureset  compatability with pits will try your way or just paint parts seen as basic pit texture...its not that much of a biggie....just detail...lol..

thnx m8

Share this post


Link to post
Share on other sites

anyone know if possible to have lights as fuel reading instead of dials and needles...ie light with 60litres lit until down to 50litres then that comes on and 60 goes out.?

Image2.jpg

Edited by russouk2004

Share this post


Link to post
Share on other sites

Looks like yes, but you must experiment ;-)

36k6Y.jpg

  • Thanks 1

Share this post


Link to post
Share on other sites

It is possible, but you will need separate entry for each light set.

[Light_fuel120]
Type=INTERNAL_FUEL_QUANTITY_INDICATOR
NodeName=Light_120
MovementType=LIGHT
ValueUnit=KG
Set[01].Position=0.0
Set[01].Value=100.0
Set[02].Position=1.0
Set[02].Value=100.1

[Light_fuel100]
Type=INTERNAL_FUEL_QUANTITY_INDICATOR
NodeName=Light_100
MovementType=LIGHT
ValueUnit=KG
Set[01].Position=0.0
Set[01].Value=90.0
Set[02].Position=1.0
Set[02].Value=90.1

[Light_fuel90]
Type=INTERNAL_FUEL_QUANTITY_INDICATOR
NodeName=Light_90
MovementType=LIGHT
ValueUnit=KG
Set[01].Position=0.0
Set[01].Value=80.0
Set[02].Position=1.0
Set[02].Value=80.1

The "range" is depend on your needs, the above examples will be lit when levels are correct and turn off when amount goes under a preset value.
In place of "INTERNAL_" you can use also "TOTAL_"   as type. ValueUnit can be set as required.

  • Like 1
  • Thanks 1

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