I'm making a map for TTT and yesterday something really weird occurred with the lights in the map.
All the exterior lights including the light_environment dont work. The entire map is dark. A few lights in some interiors work while the rest dont.
The only thing that changed since it broke was i started making an exterior building away from the main building.
Any idea what happened? The map compiles fine and no lin file is generated.
[B][U]I asked on the fpsbanana forums too and someone there had this solution (which im sharing for anyone else who has the same problem):[/U][/B]
[QUOTE=WILL2K]You have "zero area child patch" in your compile log: although this error will not stop the compiler and should not interfere with the overall lighting calculations in vrad, it does however indicate the presence of some invalid brush(es) in your map that, may or may not affect the lighting.
And vrad does not seem to make any calculation from one light bounce to the other in your log.
Have you checked for errors in Hammer (Alt+P)? do you have a backup copy of the vmf prior to making this hexagon brush, that you can use?
You can always click on map-->entity report in Hammer toolbar to search for specific entities in your map, and edit/delete them.
If you can't find any invalid brush, try to copy the content of the map (minus whatever you recently added) into a new empty vmf and check if this helps with the compile.[/QUOTE]
must be the textures that are bugged.
your lights are working fine.
With the map open in Hammer hit alt+p, you may have invalid brushes, the problem checker may give you insight into your problem.
Your lights aren't bouncing. I forget the reason why it happens.
looks like a leak so bad that it made light computation impossible,
maby a light source in the void or in a brush.
And you either turned off fullbright or it didn't activate for some weird reason so it looks black.
Maby you check it by loading the .lin file of your map.
[URL="https://developer.valvesoftware.com/wiki/Hammer_Map_Menu#Load_Pointfile"]https://developer.valvesoftware.com/wiki/Hammer_Map_Menu#Load_Pointfile[/URL]
The only problems alt+p found were: Entity (func_breakable_surf) has unused keyvalue "error"
I fixed them, saved and closed the map and then ran alt+p again and those errors reappeared.
No pointfile file is generated when i compile the map.
Sorry, you need to Log In to post a reply to this thread.