// Sunlight lens flare effect configuration file. // Optional custom set of textures. // When no texture name was assigned the default set of textures will be used. // e. g. texture="hexagon" will load LF_hexagon_glow.tga instead of LFglow.tga. // texture="" // Lens flare FX groups. // To deactivate a FX group simply do not declare it or comment it out. // Available FX groups: main, rays, streak, halo, orbs, glow, star, anam. // fxgrp = { size, velocity, red, green, blue, alpha } main = { 0.6, 0.8, 1.0, 0.8, 0.4, 1.0 } rays = { 1.0, 1.2, 0.4, 0.4, 1.0, 0.8 } streak = { 0.8, 1.4, 1.0, 0.8, 0.6, 0.4 } halo = { 0.2, 0.8, 0.6, 0.4, 0.2, 0.2 } orbs = { 1.0, 0.6, 0.8, 0.6, 0.4, 0.2 } glow = { 0.6, 0.4, 0.2, 0.2, 0.8, 0.4 } star = { 1.0, 1.6, 1.0, 0.2, 0.0, 0.6 } // EOF