Goldsource Error: Lightmap for Texture aaatrigge Last edited 16 years ago2008-06-11 08:13:17 UTC

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
ORIGINAL TITLE: Lightmap for Texture aaatrigger too large [11x32=352 luxels]; cannot exceed 324.

Most probably your .rmf, your .map or .bsp has been corrupted
in some way.

AAAtrigger textures are treated special, and should have a special lightstyle of
255, which means

"no light data" = RAD is supposed to ignore them.
If AAAtrigger is going through RAD, something is wrong, most probably corruption.
(BTW: a luxel is short for "luminosity pixel" -- it's a fancier name for a light sample.)

1 Comment

Commented 2 weeks ago2024-08-22 11:57:48 UTC Comment #106321
Actually, it's not the lightstyle 255 that marks "no light data" but the "special" flag on the face's texinfo. If your map is pitch black all the light styles on all faces will be 255 but they're all still valid faces because BSP already chopped them up so that the lightmap size is reasonable. Faces with "special" flag don't get chopped.

You must log in to post a comment. You can login or register a new account.