NOTE: This is an archive of the old wiki.
Expect content to be outdated and links to be broken.

User Tools


goldeneye:ges_hammer_entities:func_ge_brush

Table of Contents

GE Brush

Overview

The ge_brush is mostly used to control weapon spawns or dropped weapons, though it can be set to any collision group and thus may have a number of creative uses beyond that. For typical use, however, it is either used to keep spawned weapons in place or delete weapons dropped into pits.

Fields

  • Collision Group : The collision group this brush belongs to, which determines exactly what it will and won't collide with.

Flags

  • Remove Touching : If this flag is set, the brush will remove anything that it collides with.
  • Robust Collision Checks : Setting this flag tells the brush to use more accurate collision checking.
  • Use VPhysics for Remove Checks : Set this flag if you have a non-rectilinear brush whose bounding box does not match its geometry.

Usage

Any inaccessible area of a map that a token could potentially fall into should be clipped with this entity. This prevents such frustration as the Golden Gun sliding under a fence or falling down a hole never to be seen again. To block only weapons from passing through this entity, set the collision group to BLOCKWEAPONS.

All death pits in a map should use be covered with one of these entities, using the BLOCKWEAPONS collision group and the Remove Touching flag. For any oddly shaped remove brushes, be sure to check the Use VPhysics for Remove Checks flag as this will make the ge_brush use its collision geometry and not its bounding box for the remove checks.

goldeneye/ges_hammer_entities/func_ge_brush.txt ยท Last modified: 2023/09/03 18:43 by 127.0.0.1