Template:KV BmNewLightCookieSpot
Jump to navigation
Jump to search
Bug:If value lower than OuterAngle value, the lights will have visual issues.
Note:If value lower than 1 - you'll get message in the developer console:
Note:If value lower than 1 - you'll get message in the developer console:
- ShadowFOV (ShadowFOV) <float>
- Fov used by shadowmap camera for this light. Keep it 0 to use Outer angle as the fov.

- Enable Texture Light (bTexLight) <choices>
- Sets lightcookie (texture lights) state, enabled or disabled. For NewLight_Point, you need static cubemap texture. For NewLight_Spot, you can use any texture with No Mipmap and No Level Of Detail flags.
- 0: Disabled
- 1: Enabled
Examples Expand
Tip:Follow these steps to create your own lightcookie texture for point light.
Warning:This is one of the most expensive features, use wisely.
- Texture name for TexLight (texName) <string>
- Determines which texture will use the light source. Lightcookies are using .vtf (not .vmt) texture from files (just like env_projectedtexture).
.Enable Prop Only Mode (bNegLight) <choices>- Deprecated.
Sets prop only mode, which supposed to disable shadows for world geometry. Doesn't work. The same effect can be achieved with shadow pass settings.- 0: Disabled
- 1: Enabled
- TexCookieFramesX (TexCookieFramesX) <integer>
- Number of frames in 1 row of atlas.

TexCookieFramesX for LightSpot - class C_NewLightSpot CookieName - TEXTURENAME.vtf is 0. Are you sure this light is using texcookie? If yes then set this property to at least 1.
- TexCookieFramesY (TexCookieFramesY) <integer>
- Number of frames in 1 column of atlas. Also sets scale for texture, with 2 and higher it allows TexCookieFps to animate texture.

TexCookieFramesY for LightSpot - class C_NewLightSpot CookieName - TEXTURENAME.vtf is 0. Are you sure this light is using texcookie? If yes then set this property to at least 1.
- TexCookieFps (TexCookieFps) <float>
- Frame rate for animation. This entity divides texture into several parts (their count is indicated in TexCookieFramesY) and changes them in a specific sequence.
- Tex Cookie Scroll Mode (bTexCookieScrollMode) <choices>
- Sets texture scrolling function state, enabled or disabled. ScrollSpeedU and ScrollSpeedV sets scrolling speed and direction.
- 0: Disabled
- 1: Enabled