Author Topic: surface vs entity light  (Read 1998 times)

abnormal

  • Autococker
  • Posts: 649
surface vs entity light
« on: October 10, 2009, 01:10:28 PM »
Hi,
I'd like to ask if is possible to change style or color of surface-made-light.

Ab

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: surface vs entity light
« Reply #1 on: October 10, 2009, 01:25:50 PM »
Style, no. Color, yes, but it's hacky (you have to change the .wal texture used by bsp so the average colour is the colour you want the light to be)

abnormal

  • Autococker
  • Posts: 649
Re: surface vs entity light
« Reply #2 on: October 10, 2009, 02:00:30 PM »
Style, no. Color, yes, but it's hacky (you have to change the .wal texture used by bsp so the average colour is the colour you want the light to be)
Ok thanks.. so it's like when I make a new texture (in .jpg) and more than 50% will have green color then the light will have green color too?

RiMiNi

  • 68 Carbine
  • Posts: 418
Re: surface vs entity light
« Reply #3 on: October 10, 2009, 11:44:22 PM »
No, only the .wal for bsp has to be changed. Your actual texture stays the same. The compiler or something reads the actual colours of the .wals in bsp and gives off light of that colour.

abnormal

  • Autococker
  • Posts: 649
Re: surface vs entity light
« Reply #4 on: October 11, 2009, 02:50:41 AM »
Okay,thanks much.