Difference between revisions of "Clusters through wall"

From Worms Knowledge Base

Jump to: navigation, search
m
(restructure, explanation, removal of incorrect way to reproduce, and minor spelling error fixes)
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{ReplayBox2|Clusters through wall glitch.WAgame|Demonstration|screenshot=Clusters through wall.gif}}
 
{{ReplayBox2|Clusters through wall glitch.WAgame|Demonstration|screenshot=Clusters through wall.gif}}
  
The [[Super Banana Bomb]] clusters can pass through thin walls after the explosion of the main "mother" banana. Probably other clustered weapons have similar behavior.
+
Clusters from clustered weapons can spawn past indestructible thin walls if detonated nearby. This affects: [[Cluster Bomb]], [[Salvation Army]], [[Priceless Ming Vase]], [[Banana Bomb]], [[Super Banana Bomb]], and [[Mortar]].
  
{{stub}}
+
A relatively easy way to reproduce this is with a Super Banana Bomb, since it can be detonated manually near a thin ceiling.
{{todo|test if this behavior happens with all cluster weapons|add more details and explanation of the phenomenon}}
+
 
 +
This happens because:
 +
 
 +
* Each cluster's collision mask is 7 pixels by 5 pixels.
 +
* The initial cluster velocity per frame is significantly more than 5 pixels.
 +
* Each cluster spawns away from the cluster-spawning position of the parent object at a distance equivalent to 1 frame worth of velocity.
 +
* Collision is not checked between the cluster-spawning position of the parent object and the initial spawn position of the cluster.
 +
 
 +
Therefore, the parent object creates clusters which appear beyond the nearby indestructible thin wall.  The exact number of pixels skipped depends on the initial velocity of the clusters and the proximity that the parent object had to the wall.

Latest revision as of 08:31, 4 October 2020

Demonstration
  W:A replay
Demonstration
Download · Info

Clusters from clustered weapons can spawn past indestructible thin walls if detonated nearby. This affects: Cluster Bomb, Salvation Army, Priceless Ming Vase, Banana Bomb, Super Banana Bomb, and Mortar.

A relatively easy way to reproduce this is with a Super Banana Bomb, since it can be detonated manually near a thin ceiling.

This happens because:

  • Each cluster's collision mask is 7 pixels by 5 pixels.
  • The initial cluster velocity per frame is significantly more than 5 pixels.
  • Each cluster spawns away from the cluster-spawning position of the parent object at a distance equivalent to 1 frame worth of velocity.
  • Collision is not checked between the cluster-spawning position of the parent object and the initial spawn position of the cluster.

Therefore, the parent object creates clusters which appear beyond the nearby indestructible thin wall. The exact number of pixels skipped depends on the initial velocity of the clusters and the proximity that the parent object had to the wall.

Personal tools