Author Topic: Spherical triggers  (Read 2213 times)

Megistos

  • Posts: 18
  • Turrets: +0/-0
Spherical triggers
« on: October 03, 2008, 07:40:06 pm »
If I create a sphere from a couple of cone patches, and texture it with trigger, can I turn it into a trigger such that the area in which the trigger will activate is spherical? Or can you only use brushes for trigger volumes?

==Troy==

  • Posts: 440
  • Turrets: +65/-67
Re: Spherical triggers
« Reply #1 on: October 03, 2008, 07:52:33 pm »
if I recall correctly the trigger patches will work. But you can also create a spherical brush (there is a function for that), which will result in pretty much the same thing.

In the case with patches you might have problem that players will not trigger it when they are actually inside the sphere, and only triggering it when they are on the edge and moving INTO the sphere rather than out of it. Although it should be easy for you to test tbh.