Mod icon

Quality of Life Moveset v1.3

Reviews 4.50 star(s) 9 reviews

My only gripe with this mod has been resolved and now it's literally perfect!!
May I suggest that you add automatic quick turns? This prevents the unusual half-circle that Mario sometimes does after landing or ground pounding. To add it, all you need to do is paste this code into the mario_update function.

if m.action == ACT_WALKING
and analog_stick_held_back(m) ~= 0
and m.forwardVel > 0
and m.forwardVel < 16
and m.input & INPUT_NONZERO_ANALOG ~= 0 then
m.faceAngle.y = m.intendedYaw
end
EmeraldLockdown
EmeraldLockdown
Thanks for the review! I've always found doing this to feel very odd, so it was decided against during the original making of this mod. Because of this, I probably won't be adding this feature. I do understand the desire for it, as the current Mario is not the most consistent when it comes to this, but once you understand the mechanic, it feels weird going to anything else (especially after you've been playing with it for so long).
would host in every lobby 1000/10
best moveset.
The wall slide and dive ground pound make the game so much more fun. Great mod!