Digital Paint Discussion Board

Development => Mapping => Topic started by: ViciouZ on March 04, 2007, 06:26:43 AM

Title: Brush flags question
Post by: ViciouZ on March 04, 2007, 06: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.
Title: Re: Brush flags question
Post by: Zorchenhimer on March 04, 2007, 09: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.
Title: Re: Brush flags question
Post by: ViciouZ on March 04, 2007, 09: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!
Title: Re: Brush flags question
Post by: ViciouZ on March 04, 2007, 11: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.
Title: Re: Brush flags question
Post by: blaa on March 04, 2007, 11: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
Title: Re: Brush flags question
Post by: jitspoe on March 04, 2007, 05: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.