Page 1 of 1

Very Simple Jump Buffering

Posted: Sun Jun 05, 2022 6:18 pm
by MegoZ_
I made a very simple jump buffering thing, it works with two players too if someone's interested.

Woop, gif time:
Spoiler: show
Image

There's not much to it, you just hold jump before landing and you'll automatically jump.
There is, however, a variable that you can switch to true if you'd like to always jump when holding the jump button:

Code: Select all

bufferJump.always = true
But it kinda sucks though why would you do that?

Anyways enjoy! Here's the pastebin:
https://pastebin.com/hAKJf8EM

Re: Very Simple Jump Buffering

Posted: Sun Jun 12, 2022 1:16 am
by Blake Izayoi
What a lovely little script! Good work.

Re: Very Simple Jump Buffering

Posted: Mon Sep 23, 2024 8:33 am
by King Mario
Great script! Just a little bit of a problem: the script seems to prevent the Yoshis from being able to fly. Lakitu's Shoe still seems to work just fine, though.

Added in 52 minutes 13 seconds:
Just realized you can't jump out of quicksand when using this script either.

Added in 10 minutes 7 seconds:
Nevermind, I managed to fix both problems! I want other people to not have to deal with this problem though, so I'm putting a fix in the next post.

Re: Very Simple Jump Buffering -- Fixed By King Mario

Posted: Mon Sep 23, 2024 9:42 am
by King Mario
https://www.dropbox.com/scl/fi/83wz0jfh ... e4g7u&dl=0

IMPORTANT: Do NOT credit me for this script! I do not own this script, nor do I claim such ownership. Credit belongs to MegoZ_, the original creator of this script.