A downloadable tool

Get this tool and 25 more for $49.99 USD
View bundle
Buy Now
On Sale!
20% Off
$5.00 $4.00 USD or more

Demo video:


Plugin details:

- Adds a flip animation when turning left, right, up, or down, similar to Paper Mario. 

- Flip speed can be changed from the parameters, as well as whether or not it also flips when changing directions in the Y axis.

- When using this plugin, all events and characters will only be using the down and up facing rows of a sprite sheet, so make sure to structure your sprite sheets accordingly. It is possible to disable the paper mario movement for certain events and revert back to being able to use the left and right facing rows of a sprite sheet, by adding the comment command 'Disable Paper Mario Movement'.


Terms of Usage (Updated 27/01/2025):

 - This is a paid plugin. If you acquired it for free, you are not allowed to use it in any of your games. Purchase the plugin from the url specified in the plugin description (https://coffeenahc.itch.io/) if you don't own it.

 - You are allowed to make changes to the plugin. Just don't claim that you made the plugin by yourself.  

- You are not allowed to redistribute this plugin or resell it as your own, regardless if you've made changes or not.

- You may edit the plugin however you want, but any acts with the intention of rebranding the plugin, such as changing the plugin filename and the comments at the top of the file that include the plugin description and author information, are forbidden.

- Commercial or Non-commercial use. No attributions required.

- I am open for commissions should you wish to upgrade the plugin, change parts of it according to your preference, or address compatibility issues with other third party plugins. You can contact me at the above link or visit my fiverr page or discord.


How to install:

- Add the plugin to your 'js/plugins' folder

- Activate the plugin in the Plugin Manager 


✨Screenshots✨


Purchase

Get this tool and 25 more for $49.99 USD
View bundle
Buy Now
On Sale!
20% Off
$5.00 $4.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:

GBCCoffee_PaperMarioMovement.zip 4.9 kB

Comments

Log in with itch.io to leave a comment.

This good sir, was a god-send for my project. Thanks for your hard work!

(+1)

This is a really good plugin in general! It adds a lot of style (and saves me time on drawing walkarounds, hehe)

I found a small bug in the MV version, at least. I tried it with all the other plugins turned off, but it wasn't a totally sanitized project so it's possible it may have just been on my end.

Bug behavior was, if you just started a new game and the flag for flipping on Y movement is off, moving left and right has no flipping effect until a vertical direction is pressed, at which point the flipping works from that point onward.

After rummaging around in the code I thiiiink (I know almost nothing about code, so sorry if this is inaccurate) this is due to the prevVerticalDirection variable throwing off a calculation when it is in an uninitialized or unpopulated state; I'm not sure what the default behavior of that is like in MV. If I had to make a shot in the dark, I thiiiink it might be line 170 not digesting properly, but am not able to determine that.

I resolved the issue by adding the following as line 81:

"this._prevVerticalDirection = 2;"

Which initializes prevVerticalDirection with usable input, and with that in place the horizontal sprite flipping functions as expected right off the bat. I tried it equal to 1 first and the problem persisted, which is why I think its uninitialized state is throwing off a calculation somewhere, but again, pure fancy on my end.

If no one else encounters this problem, I guess it's just me, but if anyone else does, that might patch it up. Oh, and the script version I am using is V 1.0 (initial release).

Anyway anyway, thank you for making this plugin and for all the others too! I've been buying all the ones I can and I'm super wowed by the functionality, will be keeping an eye on stuff as it comes out! ^^

(+1)

Would it be possible to implement compatibility with the MZ3D plugin by CutieVirus?

(+1)

I'll look into it when I have the time.

Seriously impressed with your plug-in collection. Kinda hate that itch.io's search engine made it so hard to find you! Keep up the great work. :3