Taxi light: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:




== Make individual light, attached with effect and place the instance many time by xml. ==
== Method 1 ==
'''Make individual light, attached with effect and place the instance many time by xml.'''
 
This is good for small airport with hundred of taxi lights, but not thousand in big international airport, since many xml placement will cause fps drop.   
This is good for small airport with hundred of taxi lights, but not thousand in big international airport, since many xml placement will cause fps drop.   


Line 24: Line 26:




== Make the whole taxi lights in gmax and export them in one file. ==
== Method 2 ==
'''Make the whole taxi lights in gmax and export them in one file.'''
 
This will keep XML minimal just only one time placement.   
This will keep XML minimal just only one time placement.   


Line 34: Line 38:




== Make the same way as the second method but eliminate the use of  effect. ==
== Method 3 ==
'''Make the same way as the second method but eliminate the use of  effect.'''
 
This will be the best from frame rate but less visibility range.   
This will be the best from frame rate but less visibility range.   


Line 40: Line 46:




== I think I found a sweet spot between visibility range that you get from effect and the ease of placement. ==
== Best Method ==
'''I think I found a sweet spot between visibility range that you get from effect and the ease of placement.'''


Here is my tutorial about taxi lights.
Please read this PDF -''' Taxi Edge Light Tutorial''' [http://www.fsdeveloper.com/forum/attachment.php?attachmentid=13936&d=1359701230]
Taxi Edge Light Tutorial [http://www.fsdeveloper.com/forum/attachment.php?attachmentid=13936&d=1359701230]


[[Category:Airport Design]]
[[Category:Airport Design]]
[[category:Scenery Design]]
[[category:Scenery Design]]
[[category:Effects]]
[[category:Effects]]

Revision as of 17:52, 3 February 2013


There are variety of the methods of making Taxi Edge Light:


Method 1

Make individual light, attached with effect and place the instance many time by xml.

This is good for small airport with hundred of taxi lights, but not thousand in big international airport, since many xml placement will cause fps drop.

The difficulty of this is you have to place them many times and it is time consuming method.

You can have difficulties placing along the straight line to make it perfectly straight, or even more difficult, perfectly curve along the turn


Method 2

Make the whole taxi lights in gmax and export them in one file.

This will keep XML minimal just only one time placement.

Then use maxscript from Nick Whittome [1] .

But the effect can cause frame rate drop dramatically.

I did that and I found 50% drop[2].


Method 3

Make the same way as the second method but eliminate the use of effect.

This will be the best from frame rate but less visibility range.

You can see your light only withing a few hundred meters.[3] Please read #12.


Best Method

I think I found a sweet spot between visibility range that you get from effect and the ease of placement.

Please read this PDF - Taxi Edge Light Tutorial [4]