Tremulous Forum
Media => Mapping Center => Topic started by: Rock on February 05, 2008, 11:51:57 pm
-
I've made a map. Everything was ok. Light, OK.
Now im making the 4rd Beta of the map and now suddenly, the player models and the buildings have very strange, changing colors.
Here's a screenshoot:
(http://rockishome.000webhost.com/images/shot0230.jpg)
-
Either wierd lighting, or your brightness etting is bunked. Looks like similar colors, just different shades.
-
That looks like you have r_fullbright set to 1. The dretch is shaded red from the small light, suggesting that the map was compiled with a lighting stage. Did you receive any error messages during the build process?
-
No no... This is only the bsp-meta its compiled without light. So the players & buildings shouldn't be exposed, should they?
Did you receive any error messages during the build process?
yes, i ONCE got the following message:Doom3LightRadius: failed to parse default light radius
But now i recompiled it and the message didn't appear yet, but the bug still exists.
I've made now a demo (http://rockishome.000webhost.com/demos/light_bug.dm_69) where you see very good the bug. The map is now compiled with light. There are no pink lights in the room but the Players and buildings have pink colors. (Ps: Look on the disco weapon :P)
-
Nice. it always says
Doom3LightRadius: failed to parse default light radius
so that is not the problem. Can i have the change colour hax? ;)
-
I don't see any other error in the console. I just hope to can debug this color mess. :'(
-
dont stress over it to hard people wont not play your map just because of weird lighitng
-
You need to use the light stage. What is happening is that you don't nearly have enough light to light the whole room so your models are not getting lighted correctly(they use the lightgrid to simulate dynamic light which is made in the bsp stage I think). Use the -light stage and see the problem.