Author Topic: Night?  (Read 1202 times)

WaVe

  • PGP
  • Posts: 37
Night?
« on: November 24, 2009, 04:59:00 PM »
How to make night at map ?
-Night/city sky like on ub_rooftop  8)
-Dark textures (i've got a lot of textures but dont know how to use it in BSP)

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Night?
« Reply #1 on: November 24, 2009, 05:18:46 PM »
For the night sky: put a key in worldspawn called "sky" with the value "pbsky3", and for "dark textures", you just set the lighting to be dark, you don't use any specific new textures. I usually use a pale blue _sun_color and a low _sun_ambient and _sun_light to make it look like nighttime.

WaVe

  • PGP
  • Posts: 37
Re: Night?
« Reply #2 on: November 25, 2009, 12:39:09 PM »
How and where i can set lights colors?

_burnt

  • Autococker
  • Posts: 698
Re: Night?
« Reply #3 on: November 25, 2009, 12:54:44 PM »
http://www.gamedesign.net/

Take a look at Q2 tutorials, find "Sunlight tutorial" or something like that. It tells you how to make sun to your map.
For color, take RGB values from paint or where ever you want, then add key "_sun_color" value "<rgb value here>"  to worldspawn and your sun will be the color you wanted it to be.
Also, when it's nighttime map, don't make the sun to lit the whole map, but use other light sources for extra light.

WaVe

  • PGP
  • Posts: 37
Re: Night?
« Reply #4 on: November 25, 2009, 01:34:16 PM »
I type in worldspawn key: _sun , valute:star. Nothing happened. kay: _sun_color valute: blue or 1 1 .85, dont work2. What i'm doing bad?

And other question, how to cut textures?
« Last Edit: November 26, 2009, 12:23:56 PM by WaVe »