Unknown light specifier type

From Valve Developer Community
Jump to: navigation, search
Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no links to other VDC articles. Please help improve this article by adding links that are relevant to the context within the existing text.
January 2024


When you get this error in your log, it means that somewhere you entered a wrong value for a light.

Examples:

"unknown light specifier type - 236 156 85 236 156 851000"

This means in the properties, you entered: "236 156 85 236 156 851000" which isn't a valid entry. This needs to be four numbers at all times, so this will fix it: "236 156 85 1000" The first three values are the RGB values and the last number is for the intensity of the light.

Note.pngNote:The best way to fix this is to hide the entire level except for the lights and use cordon to pinpoint to the faulty location of the light.

"unknown light specifier type - Duplication of 'ERROR�:' in file 'c:\program..."

Ensure that your commands and parameters in the expert dialogue box are free of typos, and on one line. Be sure there is no return/enter at the end of the parameters. Also worth double-checking your custom.rad for typos and syntax errors.