//\tab "FOG: <density> <red> <green> <blue>"
//\tab\tab density = float value for how dense. Values between 0.0 and 1.0
//    red, green, blue = fog colour. Values between 0 and 255 for each.
//
//\tab "CAR_HEADLIGHT_STRENGTH: <strength>"
//\tab\tab strength = float value for strength of car headlight effect - between 0.0 and 1.0
//
// "TRACK_WETNESS: <wet value>"
// wet value = float value for wetness of the track, between 0.0 (dry) and 1.0 (wet)
//
// "SUN_FLARE_SIZE: <size>"
// size = size of sun flare, expressed as a proportion of screen size (at 1.0 the flare would be the same width as the screen) 

 
FOG: 0.25 255 255 222
CAR_HEADLIGHT_STRENGTH: 0.00
TRACK_WETNESS: 0.05
SUN_FLARE_SIZE: 0.20
HEAT_HAZE_STRENGTH: 0.18