Digital Paint Discussion Board
Development => Mapping => Topic started 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.
-
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.
-
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!
-
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.
-
"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
-
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.