Author Topic: Players and Buildings have strange colors  (Read 3498 times)

Rock

  • Posts: 12
  • Turrets: +2/-0
Players and Buildings have strange colors
« 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:

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: Players and Buildings have strange colors
« Reply #1 on: February 06, 2008, 02:34:02 am »
Either wierd lighting, or your brightness etting is bunked. Looks like similar colors, just different shades.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: Players and Buildings have strange colors
« Reply #2 on: February 06, 2008, 07:31:15 am »
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?

Rock

  • Posts: 12
  • Turrets: +2/-0
Re: Players and Buildings have strange colors
« Reply #3 on: February 06, 2008, 04:44:01 pm »
No no... This is only the bsp-meta its compiled without light. So the players & buildings shouldn't be exposed, should they?

Quote from: Taiy.uk
Did you receive any error messages during the build process?
yes, i ONCE got the following message:
Code: [Select]
Doom3LightRadius: failed to parse default light radiusBut now i recompiled it and the message didn't appear yet, but the bug still exists.

I've made now a demo 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)
« Last Edit: February 06, 2008, 10:52:54 pm by Rock »

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: Players and Buildings have strange colors
« Reply #4 on: February 06, 2008, 06:00:24 pm »
Nice. it always says
Code: [Select]
Doom3LightRadius: failed to parse default light radius so that is not the problem. Can i have the change colour hax?  ;)
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

Rock

  • Posts: 12
  • Turrets: +2/-0
Re: Players and Buildings have strange colors
« Reply #5 on: February 06, 2008, 06:49:28 pm »
I don't see any other error in the console. I just hope to can debug this color mess.  :'(

blood2.0

  • Guest
Re: Players and Buildings have strange colors
« Reply #6 on: February 25, 2008, 06:38:58 am »
dont stress over it to hard people wont not play your map just because of weird lighitng

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: Players and Buildings have strange colors
« Reply #7 on: February 25, 2008, 07:18:00 pm »
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.