Page 1 of 1

Light problem & Prop Question

PostPosted: Fri Mar 19, 2004 11:17 pm
by Skittles
The question about props is... Can I have counter-rotating props? ??? I figured out how to have the prop blades move in relation to the pitch lever. I thought that would be a neat trick. And it worked! ;D Anyway...
I have installed little bulbs on the wings and labeled them 'light_land'. They properly produce the lighting effect, however, they don't turn on and off with the switch, same with the taxi light. What am I missing?

Thanks, Skittles

Re: Light problem & Prop Question

PostPosted: Sat Mar 20, 2004 2:36 am
by Firestriker
There are two ways to handle counter-rotating-props.

1.) In the models source file, rotate one of the props pivot point 180 degrees.

2.) In the aircraft.cfg file:
[propeller]
thrust_scalar=1.0
bla...bla...bla
rotation= -1,1  //Engine 1,2,3,... Rotation direction. 1 = CW, -1 = CCW


As far as your light goes it is the name of the MATERIAL that is important, NOT the name of the part. Only one poly is required for any "point of light" lights. Landing and taxi lights require two, one is a control object and the other is the light source poly and is linked to the control part. If you are relying on fx files for your lighting they must be set up properly in the aircraft.cfg file so check the stock aircraft to see how those are done.

Lou

Re: Light problem & Prop Question

PostPosted: Sat Mar 20, 2004 1:27 pm
by Skittles
Thanks for the info. my prop works perfectly. However your response about the lights was a little vague, but you did point me in the right direction.  I went into the pre-processes and made a condition which made the part visible only if the land/taxi light switch is on. Simple enough. Lights are now done.

Thanks!

Skittles

Re: Light problem & Prop Question

PostPosted: Sat Mar 20, 2004 2:08 pm
by Firestriker
Hey, sorry. I didn't realize you were using FSDS..tipoff was preprocess...something not done in gWax... my mistake.

Lou

Re: Light problem & Prop Question

PostPosted: Sat Mar 20, 2004 3:39 pm
by Skittles
Well, I think you didn't realize it because I didn't say it. ::)  You still helped, Thank you! I have it all working for the most part. Still have other glitches but they don't fall in this catagory for conversation. :-X

Skittles