Tracks Light panels

I downloaded the track Heart Lake Complex and there are all around light panels. But im not happy with them, bc they only flash when theres a flag like yellow. However i want it to flash all the time in green when theres nothing and only to change like yellow or blue.
I attached the file that i guess is responsible for that.
Any idea how to change that?
 

Attachments

  • ext_config.ini
    11.2 KB · Views: 96
At
Code:
[MATERIAL_ADJUSTMENT_...]
ACTIVE = 1
CONDITION = RACING_FLAG_00
;INPUT=FLAG_TYPE
;MESHES = digiflag
MATERIALS= digiflag
KEY_0 = ksEmissive
VALUE_0 = 255, 255, 255, 0.2
KEY_1 = ksDiffuse
VALUE_1 = 0
You could probably add:
Code:
VALUE_0_OFF = 0,255,0,0.2
VALUE_1_OFF = 0

Not sure if it works as you'd like, but it sounds logical :p
 
At
Code:
[MATERIAL_ADJUSTMENT_...]
ACTIVE = 1
CONDITION = RACING_FLAG_00
;INPUT=FLAG_TYPE
;MESHES = digiflag
MATERIALS= digiflag
KEY_0 = ksEmissive
VALUE_0 = 255, 255, 255, 0.2
KEY_1 = ksDiffuse
VALUE_1 = 0
You could probably add:
Code:
VALUE_0_OFF = 0,255,0,0.2
VALUE_1_OFF = 0

Not sure if it works as you'd like, but it sounds logical :p
Oh sorry i forgot to delete it, well i fixed that pretty easy tbh
LUT==(0=1,0,1||1=0,0,0|2=1,1,0|3=1,0,0|4=1,0,0|5=1,0,0|6=1,0,0|7=1,0,0|8=1,0,0|9=1,0,0|10=1,0,0|11=1,0,0|12=0,0,1|13=0,0,0|14=1,1,1|)
i changed 1=0,1,0 bc this describes the green flag and i changed the colour from black to green...
the other thing i dunno why its not working is 13 is race over and i want it to flash red (because chequered flag is not all the same colour) so i changed it to 13=1,0,0 but it doesnt work it flashes green. And the white flag is also not shown (LUT=14...), tho it did work sm time before i made the canges in the script.

Your code works, however it doesnt flash as it is described as permanent and has no flashing comms.

Maybe you have an idea on how to change that it shows the race over flag and the white flag for last lap
Yours, Stone
 

Latest News

What would be the ideal raceday for you to join our Club Races?

  • Monday

    Votes: 32 16.2%
  • Tuesday

    Votes: 26 13.2%
  • Wednesday

    Votes: 28 14.2%
  • Thursday

    Votes: 27 13.7%
  • Friday

    Votes: 69 35.0%
  • Saturday

    Votes: 111 56.3%
  • Sunday

    Votes: 82 41.6%
Back
Top