:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
Joe Statler

finding the code for headlight and hover light colors

Recommended Posts

Well what would I type in the find box to get to the integers that define the Headlights and Hover-lights colors (RGB).

Share this post


Link to post
Share on other sites

At least the healights are in the thread :HLIGHT and the taillights in :TLIGHT.

But since I have no de-compiled scm by the hand I can't tell which part of it exactly that is and also I cannot tell where the hover lights are.

EDIT: Ok, found a script.

This is inside :HLIGHT. It appears three times with different values for the radius for the different vehicles:

04D5: create_corona_at 4@ 5@ 6@ radius 0.8 type 1 flare 0 RGB 255 255 255 

04D5: create_corona_at 13@ 14@ 15@ radius 0.8 type 1 flare 0 RGB 255 255 255
And this inside :TLIGHT (appears once):
04D5: create_corona_at 4@ 5@ 6@ radius 1.0 type 1 flare 0 RGB 128 0 0 

04D5: create_corona_at 13@ 14@ 15@ radius 1.0 type 1 flare 0 RGB 128 0 0
And this is somewhere in :GLOW (also multiple times for different positions and vehicles):
04D5: create_corona_at 1@ 2@ 3@ radius 0.25 type 1 flare 0 RGB 25 150 50

Edited by Mini-Me

Share this post


Link to post
Share on other sites
Sign in to follow this