Halo Alpha
Register
Advertisement
Halo Alpha
35#.png35#.png35#.png35#.png


Clipping is a collision-related glitch that allows a fast-moving object to pass right through another object. The glitch is common in many games, including the Halo Trilogy, and its name is likely derived from the term, "noclip."

Explanation[]

Clipping occurs when an object moves so rapidly that it passes through a wall, surface, or other object, without any collision occurring. This happens because of how collision detection works.

On every frame of animation, the game's collision detection engine checks all objects' positions. If two objects are touching or intersecting, then the game knows that a collision has occurred, and steps are taken to handle it.

The flaw, though, is that if an object moves extremely fast, then there may not be any frames of animation where it actually intersects a wall. On one frame of animation, it would be on one side of the wall; on the next frame of animation, it would be on the other side. Most collision detection engines do not check for movement between frames, so such an error would not be corrected, and the fast-moving object would continue its movement.

A typical frame rate for video games is 30 FPS. This means that extremely high speeds are required to clip through a wall. Halo 3 's Pan Cam, for example, can be used to clip through Invisible walls in Theater, but only after it is accelerated to at least fifty thousand times the normal speed.

Halo: Reach[]

One of the most infamous clipping glitches is in Halo: Reach campaign mission Nightfall, where, near the end of the mission, there is an area where the player must kill several Elites, Grunts, and Skirmishers, followed by Spec Ops Elites and a Hunter pair. Instead, there is a wall that Jun hacks when these enemies are dead, but if the player drives a forklift to where the left is parallel to the wall, and the player exits the forklift, they should clip through the wall to the other side, where the enemies on the other side are despawned.

See also[]


Advertisement