Page 1 of 1

Worth noting...

PostPosted: Sat Oct 21, 2006 7:38 am
by Wing Nut
In order to get all the individual textures for your add-on planes, you will manually have to go in and manually change the ui_tags in the .cfg file.

----------------------------------------------------------------------

This original entry starts out like this...

[fltsim.4]
title=Piper PA22 Tripacer Amphibian Cargo Weathered
sim=pa22
model=c
panel=black
sound=
texture=c
prop_anim_ratio=0.31
kb_checklists=pa22_check
kb_reference=
visual_damage=1
atc_id=N774LB
atc_id_enable=1
atc_id_color=
editable=1
ui_manufacturer=Bill Lyons
ui_type=Piper
ui_variation=PA22 Tripacer Amphibian Cargo Weathered
description=\nThe Tri-Pacer is a remarkable aircraft with performance that...

-----------------------------------------------------------------------

will need to end up looking something like this:


[fltsim.4]
title=Piper PA22 Tripacer Amphibian Cargo Weathered
sim=pa22
model=c
panel=black
sound=
texture=c
prop_anim_ratio=0.31
kb_checklists=pa22_check
kb_reference=
visual_damage=1
atc_id=N774LB
atc_id_enable=1
atc_id_color=
editable=1
ui_manufacturer=Piper
ui_type=PA22 Tripacer Amphibian Cargo Weathered
ui_createdby=Bill Lyons
ui_typerole="Single Engine Float Plane"
description=\nThe Tri-Pacer is a remarkable aircraft with performance that...

-----------------------------------------------------------------------

Note the elimination of the

ui_variation=

tag and the creation of the

ui_createdby=Bill Lyons
ui_typerole="Single Engine Float Plane"

If you do not do this, you will only get the first variation of the plane in the package.

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 7:40 am
by pepper_airborne
I'm not quite sure what you are on about, i can pefectly fine see all of the individual variations of the helicopters and planes in FSX.

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 7:45 am
by Wing Nut
Perhaps I should have said textures.  ;)

Many planes have the same ui_types while using the ui_variation tag to differentiate between the different models.

For instance, the Bill Lyons planes shown all only show one texture, until you do this...

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 9:41 am
by pepper_airborne
Ah, you were talking about addon planes, i thought you were talking about the stock hangar ;D.

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 11:30 am
by Fr. Bill
[quote]Perhaps I should have said textures.

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 12:32 pm
by Wing Nut
Well, if you can show me how to add another category to the aircraft menu, please do...

Re: Worth noting...

PostPosted: Sat Oct 21, 2006 2:45 pm
by Wing Nut
Or you could check the little box that says "Show all variations"  :-[