Skip to content

Fix bumpcode, fix magnet landing (better fix)

JugadorXEI requested to merge JugadorXEI/Kart-Public:jug_nobumpcode into next

Screenshot_20220601_174823

This branch fixes two problems:

  • "Bumpcode'd", the phenomenon where a player who gets bonked after being hit by a wipeout-inducing item will be sent backwards, sometimes extremely far.

bumpcode_mythbusters

  • Magnet landing (improves upon !256 (merged)'s magnet landing fix), where a player who gets hit by a wipeout-inducing item/bonks, who then bounces on a spring panel sector, gets sent backwards, sometimes extremely far.

magnetlandingtake2

The fixes, respectively, are as follows:

nobumpcode

Trivial fixes, so no build unless requested.

Here's the script I utilized to test this (adds a forwardsbonk command with an optional speed parameter): ihurtmyself.lua

Merge request reports