How to Create Effect of LOGO Light?

Anything to do with Aircraft Design, FSDS, G Max, Aircraft Animator, SDL Edit, etc. Novice or skilled - stop here & learn!

How to Create Effect of LOGO Light?

Postby He Lingyuan » Fri Jul 22, 2011 7:39 am

How to Create Effect of LOGO Light?
I really hope I can add a effect for the Posky 737NG, not only a light map with logo on it, but I can't find any example.

Thanks in Advance.
He Lingyuan
Ground hog
Ground hog
 
Posts: 7
Joined: Sat Apr 10, 2010 6:41 am

Re: How to Create Effect of LOGO Light?

Postby Club508 » Fri Jul 22, 2011 8:49 am

(just a little designer's advice)  THIS CAN ONLY BE USED ON AIRCRAFT THAT HAVE A _L IMAGE!!!If you want lights on the aircraft body, I can make ones of any brightness and any color on an aircraft's body, but they won't flash or anything.  What you have to do is open the _T file, Stretch it DOWN to 256x256 pixels, and just add the color you want the lights to be where you would want the lights to be,  then make everywhere else that you don't want to make have a light black. Then replace the _L file with the new image and convert it to DXT1 with no alpha. This will only edit the lights on the aircraft's body and you can see the lights from this method at night when the landing lights are on, otherwise, you won't see them.  That's actually how I make my glowing aircraft.
Image
User avatar
Club508
Major
Major
 
Posts: 1528
Joined: Sun Jun 12, 2011 4:00 pm
Location: Planet Earth

Re: How to Create Effect of LOGO Light?

Postby garryrussell » Sat Aug 20, 2011 3:07 am

Club508

Your wrong about only on _L textures

They can be added to _LM textures, just draw the light splash on the night texture.

It's a fixed effect but can be there

Also many _L textures need an alpha, _L textures are best done with an all black alpha in FS.9

You don't need to open the _T file to make an_L

Just copy an existing all black_L and rename or make a new file the right size fill it with black and add a splash of the required size colour and shape.

The 'stretching down to 256' is an odd way of doing it.
garryrussell
Captain
Captain
 
Posts: 706
Joined: Sat Mar 22, 2008 10:58 am

Re: How to Create Effect of LOGO Light?

Postby Club508 » Sat Aug 20, 2011 7:57 am

The stretching is so you can see the aircraft while you do it so you can get more exact placement of the lights.
Last edited by Club508 on Sat Aug 20, 2011 9:53 am, edited 1 time in total.
Image
User avatar
Club508
Major
Major
 
Posts: 1528
Joined: Sun Jun 12, 2011 4:00 pm
Location: Planet Earth

Re: How to Create Effect of LOGO Light?

Postby garryrussell » Sat Aug 20, 2011 8:40 am

I didn't say it didn't work or hadn't been done...it's just a crazy way to do it.

You should be working with layers and if you want to see the image below just reduce the opacity of that layer and the go back to 100 when done.
garryrussell
Captain
Captain
 
Posts: 706
Joined: Sat Mar 22, 2008 10:58 am

Re: How to Create Effect of LOGO Light?

Postby Club508 » Sat Aug 20, 2011 9:53 am

I'm pretty much crazy.   :D :D
My ways of doing things probably are highly crazy, but I'm at least somehow able to find them easy for some reason.  Don't know why.
Image
User avatar
Club508
Major
Major
 
Posts: 1528
Joined: Sun Jun 12, 2011 4:00 pm
Location: Planet Earth

Re: How to Create Effect of LOGO Light?

Postby Xpand » Sat Aug 20, 2011 11:28 am

OR
You can make an effect that simulates a light cone:
Image

I made this one for landing lights. You just have to replace the [Particle]'s Y Offset coordinates for the values in the Z Offset coordinates inside the fx file.

Here's the FX file code:

Code: Select all

[Library Effect]
Lifetime=5
Version=1.00

[Emitter.0]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.00, 0.00

[Particle.0]
Lifetime=0.00, 0.00
Type=19
X Scale=0.60, 0.60
Y Scale=0.60, 0.60
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.0]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 180
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

[Emitter.1]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.10, 0.10

[Particle.1]
Lifetime=0.00, 0.00
Type=19
X Scale=0.9, 0.9
Y Scale=0.9, 0.9
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.1]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 120
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

[Emitter.2]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.30, 0.30

[Particle.2]
Lifetime=0.00, 0.00
Type=19
X Scale=1.2, 1.2
Y Scale=1.2, 1.2
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.2]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 70
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

[Emitter.3]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.60, 0.60

[Particle.3]
Lifetime=0.00, 0.00
Type=19
X Scale=1.80, 1.80
Y Scale=1.80, 1.80
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.3]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 50
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

[Emitter.4]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.90, 0.90

[Particle.4]
Lifetime=0.00, 0.00
Type=19
X Scale=2.30, 2.30
Y Scale=2.30, 2.30
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.4]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 20
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

[Emitter.5]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=1.10, 1.10

[Particle.5]
Lifetime=0.00, 0.00
Type=19
X Scale=2.90, 2.90
Y Scale=2.90, 2.90
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
Fade In=0.00, 0.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.5]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 1
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.50, 0.50
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

//light

[Emitter.6]
Lifetime=0.50, 0.50
Delay=0.00, 0.00
Bounce=0.00
Light=1
No Interpolate=1
Rate=1.00, 1.00
X Emitter Velocity=0.00, 0.00
Y Emitter Velocity=0.00, 0.00
Z Emitter Velocity=0.00, 0.00
Drag=0.00, 0.00
X Particle Velocity=0.00, 0.00
Y Particle Velocity=0.00, 0.00
Z Particle Velocity=0.00, 0.00
X Rotation=0.00, 0.00
Y Rotation=0.00, 0.00
Z Rotation=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.00, 0.00
Pitch=0.00, 0.00
Bank=0.00, 0.00
Heading=0.00, 0.00

[Particle.6]
Lifetime=0.00, 0.00
Type=19
X Scale=10.00, 10.00
Y Scale=10.00, 10.00
Z Scale=0.00, 0.00
X Scale Rate=0.00, 0.00
Y Scale Rate=0.00, 0.00
Z Scale Rate=0.00, 0.00
Drag=0.00, 0.00
Color Rate=0.00, 0.00
X Offset=0.00, 0.00
Y Offset=0.00, 0.00
Z Offset=0.00, 0.00
Fade In=80.00, 80.00
Fade Out=0.00, 0.00
Rotation=0.00, 0.00
Static=1
Face=1, 1, 1

[ParticleAttributes.6]
Blend Mode=2
Texture=fx_2.bmp
Bounce=0.00
Color Start=55, 52, 50, 20
Color End=55, 52, 50, 0
Jitter Distance=0.00
Jitter Time=0.00
uv1=0.00, 0.00
uv2=0.01, 0.01
X Scale Goal=0.00
Y Scale Goal=0.00
Z Scale Goal=0.00
Extrude Length=0.00
Extrude Pitch Max=0.00
Extrude Heading Max=0.00

Last edited by Xpand on Sat Aug 20, 2011 11:30 am, edited 1 time in total.
Xpand
1st Lieutenant
1st Lieutenant
 
Posts: 381
Joined: Fri Feb 22, 2008 6:55 pm

Re: How to Create Effect of LOGO Light?

Postby Club508 » Sat Aug 20, 2011 11:47 am

My way turns out like neon when you turn on the landing lights, but other than that, it doesn't show.
Image
Last edited by Club508 on Sat Aug 20, 2011 11:49 am, edited 1 time in total.
Image
User avatar
Club508
Major
Major
 
Posts: 1528
Joined: Sun Jun 12, 2011 4:00 pm
Location: Planet Earth

Re: How to Create Effect of LOGO Light?

Postby garryrussell » Sat Aug 20, 2011 2:17 pm

We're trying to be serious here, how to reproduce accuracy

...that's just ghastly.
garryrussell
Captain
Captain
 
Posts: 706
Joined: Sat Mar 22, 2008 10:58 am

Re: How to Create Effect of LOGO Light?

Postby Boikat » Sat Aug 20, 2011 2:32 pm

It may look ghastly, but a variation of that, like adding pinstripes around major panel lines instead of the broad blue banner, would creat a great "Tron" effect if you added it to the appropriate aircraft, like the Orca or Pond Racer. ;)
Image
"I reject your reality, and substitute my own" Adam Savage, Mythbusters
User avatar
Boikat
Major
Major
 
Posts: 2974
Joined: Thu Mar 20, 2008 8:23 pm
Location: NW Loueezianner

Re: How to Create Effect of LOGO Light?

Postby garryrussell » Sat Aug 20, 2011 2:47 pm

This thread was asking how to create a realistic effect.
garryrussell
Captain
Captain
 
Posts: 706
Joined: Sat Mar 22, 2008 10:58 am

Re: How to Create Effect of LOGO Light?

Postby Boikat » Sat Aug 20, 2011 6:47 pm

My bad.  I was just making an observation.
Image
"I reject your reality, and substitute my own" Adam Savage, Mythbusters
User avatar
Boikat
Major
Major
 
Posts: 2974
Joined: Thu Mar 20, 2008 8:23 pm
Location: NW Loueezianner


Return to Aircraft & 3D Design

Who is online

Users browsing this forum: No registered users and 270 guests