cristian64 / mkdd-extender

A tool for extending Mario Kart: Double Dash!! with extra courses.
GNU General Public License v3.0
18 stars 4 forks source link

Code patch: "Bouncy Material" #24

Closed lance-o closed 6 months ago

lance-o commented 6 months ago

Adds "Bouncy Material" to list of code patches.

The patch hijacks a "DoSpeedCtrl" call to add momentum to any Kart that drives on ground with collision flag "0xB0". Overrides DoSpeedCtrl during air time after a bounce to allow for greater distances than what the hijacked function will ordinarily allow.

Tested on all retail versions via Dolphin. Patch does nothing if applied to Debug version.

Short write up on implementation and usage available at https://lance-o.github.io/bouncy_material/.