Hi JG,
Yep - I hard coded the dates into the shape - so they matched the exact dates of the airport I was working on... I work in FS9 - not sure if its the same with FSX...
############################################################################
Dec01x15s_Group_1 label BGLCODE
IFIN1 tex_06, 038Ah, 138, 292 ;SUMMER SHADOW MAY18-OCT19
MATERIAL 1,0 ; summer
JUMP tex_continue_1
tex_06 label word
MATERIAL 0,6 ; hard winter ;WINTER SHADOW OCT20-MAY17
tex_continue_1 label word
DRAW_TRI_BEGIN 0, 4
DRAW_TRI 2, 3, 0 ; poly=10 part=1
DRAW_TRI 3, 1, 0 ; poly=9 part=1
DRAW_TRI_END
IFIN1 tex_01, 038Ah, 107, 137 ;WINTER APR17-MAY17
MATERIAL 0,2 ; winter
JUMP tex_continue
tex_01 label word
IFIN1 tex_02, 038Ah, 138, 168 ;SPRING MAY18-JUN17
MATERIAL 0,3 ; spring
JUMP tex_continue
tex_02 label word
IFIN1 tex_03, 038Ah, 169, 261 ;SUMMER JUN18-SEP18
MATERIAL 1,1 ; summer
JUMP tex_continue
tex_03 label word
IFIN1 tex_04, 038Ah, 262, 292 ;FALL SEP19-OCT19
MATERIAL 0,4 ; fall
JUMP tex_continue
tex_04 label word
IFIN1 tex_05, 038Ah, 293, 354 ;WINTER OCT20-DEC20
MATERIAL 0,2 ; winter
JUMP tex_continue
tex_05 label word
MATERIAL 0,5 ; hard winter ;HARD WINTER DEC21-APR16
tex_continue label word
############################################################################
That's some nice looking work you have there...
Regards,
Scott