Difference between revisions of "Sneaking"
Jump to navigation
Jump to search
(Add link to mod) |
m (cat) |
||
Line 8: | Line 8: | ||
Technically: What this mod does is simply setting <code>sneak_glitch</code> to <code>false</code> for all players via <code>set_physics_override</code>. | Technically: What this mod does is simply setting <code>sneak_glitch</code> to <code>false</code> for all players via <code>set_physics_override</code>. | ||
+ | [[Category:Tutorials]] |
Revision as of 12:14, 24 August 2015
The sneak glitch is a weird behaviour which makes it possible to walk up the wall and stop fall in air by hold some buttons. It's make possibly by building wall blocks in a special way. A common structure abusing this bug is the so-called “sneak elevator” (see attached screenshot).
To abuse the sneak bug, stand at that corner and hold both the sneak key and the jump key. You will jump up the entire structure. There may be other structures which abuse this bug, but I don’t know them.
Simply activate the "Disable sneak glitch" mod and strange structures like the "sneak elevator" won’t work anymore.
Technically: What this mod does is simply setting sneak_glitch
to false
for all players via set_physics_override
.