Jump to content

Recommended Posts

Posted (edited)

Is it possible to add Navigation lights to a aircraft Mod which does not posess them, and if so how do I do it.

 

Any help or advice much appreciated.

 

Am running WOE patched to October 2008 and numerous aircraft Mods added.

 

RUSTY

Edited by RUSTYMORLEY
Posted

Sure,

navigation lights don't need 3d model.

First you must add light to correct plane part.

For example:

[Fuselage]
SystemName[next_number]=TopFuselageLight

or

[LeftOuterWing]
SystemName[next_number]=LeftPositionLight

Then we will need light description:

// Lights ---------------

[TopFuselageLight]
SystemType=LIGHT
Color=0.98,0.5,0.5
Brightness=0.05
Position=0.0,-0.35,0.92
LightSrcOffset=0.0,0.0,0.0
LightSrcRange=0.5
CanFlash=TRUE
FlashTime=0.70

[LeftPositionLight]
SystemType=LIGHT
Color=0.98,0.5,0.5
Brightness=0.03
Position=-6.48,-1.95,-0.14
LightSrcOffset=0.0,0.0,0.0
LightSrcRange=0.5
CanFlash=FALSE

If we have 3d model of plane, we can read light positions from one.

But probably you haven't it, so you must experiment with correct positions.

 

Posted

shoot, we been doing it since 2004 --- and it's all kinds of easy now with Mue's Lod Viewer.

like guuruu said, just follow his advice. The Lod Viewer will help you pin down the exact spot (to within a few mms!!)

Posted

Thank-you guys for the replies, I had a feeling that it was possible but now I can start to experiment and find the correct locations for the lights. Thanks to both of  you for your advice. Cheers.

RUSTY.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

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