Page 1 of 2

flutterjump.lua - Flutter jump for Yoshi [v1.2]

Posted: Mon Oct 12, 2020 12:57 pm
by Akromaly
Hello there, I bring you guys my second lua thingy, which brings Yoshi's flutter jump on SMBX, based on the NSMB series. Works with all Yoshi colors.



To use it in your level/episode, put the file in your level/episode folder and paste this code in your luna.lua file:

Code: Select all

local flutterjump = require("flutterjump")
v1.1
- Added a proper flutter animation
v1.2
- Yoshi's body now draws correctly facing left.
- The sound effect now fades after ending the flutter early.

Download (v1.2)

Re: flutterjump.lua - Flutter jump for Yoshi

Posted: Mon Oct 12, 2020 1:05 pm
by SPEEDIE
I've wanted this for a long time, great job.

Re: flutterjump.lua - Flutter jump for Yoshi

Posted: Tue Oct 13, 2020 9:16 am
by Akromaly
v1.1 is here and now Yoshi has a proper fluttering animation!

Image

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Tue Oct 13, 2020 1:29 pm
by ShadowLabrys101
Awesome! I'll use it in my project!

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Tue Oct 13, 2020 3:34 pm
by Akromaly
Did another minor update:
- Fixed strange behavior when not mounting Yoshi
- Fixed sound not playing when the level is in a different folder

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Tue Oct 13, 2020 5:46 pm
by Cedur
> flutter jump in 1.4 is somewhat stiff
> this flutter jump is very fast

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Wed Oct 14, 2020 1:58 am
by SPEEDIE
Cedur wrote:
Tue Oct 13, 2020 5:46 pm
> flutter jump in 1.4 is somewhat stiff
> this flutter jump is very fast
I'm sure you can change the speed in the library file.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Wed Oct 14, 2020 3:16 am
by Marioman2007
I also think so

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Thu Oct 15, 2020 5:42 pm
by JayTheUnwise123
Nice! Pretty accurate to flutter jumps in other 2D Mario games, a few nit-picks however:

- In some cases it looks like I am on the ground, but the game still considers me as in the air, so I trigger a weak flutter jump while meaning to jump instead.
- The whole flutter audio plays even when canceling a flutter jump before it ends, so it sounds a bit strange afterwards.


This is still a good representation regardless, but it would feel better to use if there was some sort of fix for these.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Tue Dec 22, 2020 2:28 am
by Woshee_real
JayTheUnwise123 wrote:
Thu Oct 15, 2020 5:42 pm
Nice! Pretty accurate to flutter jumps in other 2D Mario games, a few nit-picks however:

- In some cases it looks like I am on the ground, but the game still considers me as in the air, so I trigger a weak flutter jump while meaning to jump instead.
- The whole flutter audio plays even when canceling a flutter jump before it ends, so it sounds a bit strange afterwards.


This is still a good representation regardless, but it would feel better to use if there was some sort of fix for these.
you stole my thunder about the first nitpick if you can call it a nitpick since it seems more like a bug then a nitpick.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Mon Jan 18, 2021 3:34 pm
by TheGameyFireBro105
There's a graphical bug that requires attention.


Yoshi's butt will always face right when fluttering.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Mon Jan 18, 2021 4:07 pm
by krakin
TheGameyFireBro105 wrote:
Mon Jan 18, 2021 3:34 pm
There's a graphical bug that requires attention.


Yoshi's butt will always face right when fluttering.
There has to be something wrong on your end, a gif from the op shows the correct animation

Image

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Mon Jan 18, 2021 4:10 pm
by TheGameyFireBro105
Rhosty wrote:
Mon Jan 18, 2021 4:07 pm
TheGameyFireBro105 wrote:
Mon Jan 18, 2021 3:34 pm
There's a graphical bug that requires attention.


Yoshi's butt will always face right when fluttering.
There has to be something wrong on your end, a gif from the op shows the correct animation

Image
did u do it facing left? It only faces right for me. Bottom yosh graphics are always facing right during flutter.

Added in 2 minutes 21 seconds:
I can face left, its just that I can't say the same for the yoshib sprites.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Wed Jan 20, 2021 3:21 am
by Sonya Sanchez
Did you try it without the custom Yoshi gfx? Does it happen with the default Yoshi?

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Wed Jan 20, 2021 4:23 am
by Akromaly
Idunn wrote:
Wed Jan 20, 2021 3:21 am
Did you try it without the custom Yoshi gfx? Does it happen with the default Yoshi?
I tested it and it's not a custom graphics problem, though I figured out the source of the problem. I'll fix that as soon as I have time

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Mon Jan 25, 2021 4:49 pm
by rael1up
Is awesome!

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Fri Feb 12, 2021 5:08 pm
by Animebryan
AndrewPixel wrote:
Wed Jan 20, 2021 4:23 am
Idunn wrote:
Wed Jan 20, 2021 3:21 am
Did you try it without the custom Yoshi gfx? Does it happen with the default Yoshi?
I tested it and it's not a custom graphics problem, though I figured out the source of the problem. I'll fix that as soon as I have time
So has it been fixed yet?

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Fri Jun 18, 2021 1:22 am
by MisterZygarde64
How's progress on fixing this error going?

Re: flutterjump.lua - Flutter jump for Yoshi [v1.1]

Posted: Thu Jun 24, 2021 1:07 pm
by Akromaly
After this many time, the library has finally been updated!

- Yoshi's body now draws correctly facing left.
- The sound effect now fades after ending the flutter early.

Re: flutterjump.lua - Flutter jump for Yoshi [v1.2]

Posted: Wed Jun 30, 2021 3:27 pm
by Zer0
Thank you very much! That's really cool.