Difference between revisions of "Super Sheep going through walls"

From Worms Knowledge Base

Jump to: navigation, search
m
m
Line 5: Line 5:
 
Because the normal collision logic is not used, the game doesn't check for obstacles between the current and next frame's positions. Therefore, if there's an obstacle between these two positions, the super sheep will appear to "fly through" the obstacle.
 
Because the normal collision logic is not used, the game doesn't check for obstacles between the current and next frame's positions. Therefore, if there's an obstacle between these two positions, the super sheep will appear to "fly through" the obstacle.
  
{{ReplayBox|file=`Pro`_Sheep_Maze.WAgame|line1=An "extreme"|line2=demonstration of this glitch}}
+
{{ReplayBox|`Pro`_Sheep_Maze.WAgame|An "extreme"|demonstration of this glitch}}
 
In the attached replay, [[Deadcode]] has first flown an Aqua Sheep in the desired trajectory through a nearly empty map. Afterwards, the map was recreated so that any space not taken by objects (worms and the sheep) at any time was filled with land. The resulting map contains the minimum free space required to fly the sheep through the same trajectory.
 
In the attached replay, [[Deadcode]] has first flown an Aqua Sheep in the desired trajectory through a nearly empty map. Afterwards, the map was recreated so that any space not taken by objects (worms and the sheep) at any time was filled with land. The resulting map contains the minimum free space required to fly the sheep through the same trajectory.

Revision as of 14:31, 28 June 2008

When in flight, the Super Sheep (and Aqua Sheep) use a different method of movement than most other game objects. The sheep is not affected by gravity and moves at a constant speed; however, instead of having a "velocity" like other objects do, the game manually moves the sheep towards the respective direction each frame.

Because the normal collision logic is not used, the game doesn't check for obstacles between the current and next frame's positions. Therefore, if there's an obstacle between these two positions, the super sheep will appear to "fly through" the obstacle.

Click to watch (W:A + Beta Update required) W:A replay: An "extreme"
demonstration of this glitch
Download · Info

In the attached replay, Deadcode has first flown an Aqua Sheep in the desired trajectory through a nearly empty map. Afterwards, the map was recreated so that any space not taken by objects (worms and the sheep) at any time was filled with land. The resulting map contains the minimum free space required to fly the sheep through the same trajectory.

Personal tools