Author Topic: Brush flags question  (Read 1204 times)

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Brush flags question
« on: March 04, 2007, 05:26:43 AM »
Which flags or things do i need to set or do to make an invisible light-emitting brush that players can't touch? If it's possible.

I can't use lights beacause i need a shape.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Brush flags question
« Reply #1 on: March 04, 2007, 08:30:50 AM »
The "mist" makes it so you can walk through it and see it, the "player clip" (use the 'clip' texture) will be invisible and they cannot go through it, and then there is "no-draw" it doesn't draw the selected face/brush.

Hope that helped.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Brush flags question
« Reply #2 on: March 04, 2007, 08:52:32 AM »
When i use mist you can still stand on the brush.

Edit: Wait, i just deleted the brush and tried again and now it works. Thanks Zorch!

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Brush flags question
« Reply #3 on: March 04, 2007, 10:42:12 AM »
Next Question: What do I need to put in worldspawn to make it play in siege mode? I've already made the flag andd the base etc.

blaa

  • Autococker
  • Posts: 1218
Re: Brush flags question
« Reply #4 on: March 04, 2007, 10:44:56 AM »
"gamemode" "#" - # options:
0     All modes (default)
1     Deathmatch
2     Single flag
4     2 or more flag mode (flag in base)
8     Siege
16    KOTH
64    Pong!

gamemode 8 for you

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Brush flags question
« Reply #5 on: March 04, 2007, 04:25:27 PM »
There are light entities you can use if you don't want to have visible light sources.  It generally looks better to have some kind of light source, though, so you don't have mystery light coming from nowhere.