info_texlights

From Sven Co-op
Revision as of 00:29, 28 January 2019 by GeckonCZ (talk | contribs) (Import of converted entguide pages from Sven Manor.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
info_texlights
Type

point

Status

supported

 


This is a compiler-specific entity used to allow textures to emit light, which provides a more realistically looking effect than point light sources. To use this entity, simply place it anywhere in your map, open its properties, disable smart edit mode when using Valve Hammer Editor and add custom keyvalues, whereas the key's name be the name of the texture to emit light (case-insensitive) and the value be the amount of red, green and blue color from '0' (None) to '255' (Full) and the brightness, seperated by spaces and in that order. A valid keyvalue-pair could look like so: "+0~LIGHT6A" "255 0 0 2000". Note that texture lights tend to be less bright than point light sources. As a rule of thumb, give ten times the brightness you would give a point light source. For every 16*16 pixels of the texture occurring in your map, one light will be rendered. As a result, faces which have been scaled down produce more light and faces which have been scaled up produce less light.