Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
I noticed a very big difference between the video and the plugin. While in your demo video the movement is smooth, like a pendulum, when I use it in my project, the movement is only lateral and not smooth at all. The difference is huge; it doesn't even look like the same plugin.

Hi, What value did you set, from 1 to 50?

To better understand the issue, could you please tell me:

  1. What FPS does your project run at during playtest (you can check it by pressing F2)?

  2. Are you using any plugins that modify character movement, camera behavior, or sprite positioning (for example pixel movement, smooth camera, or optimization plugins)?

  3. Did you change any of the sway/rotation parameters in the plugin, or are you using the default values?

In it, I created a new project and tested this plugin on an event, and everything works correctly.

Please try creating a new project as well and testing this plugin there.
If it works correctly in a clean project in RPG maker MZ, then the issue is most likely caused by one of the plugins in your project that affects FPS or graphics rendering.

The problem is not your plugin — on its own, it works perfectly, very much so. The issue is caused by two other plugins I use: one for Perfect Pixel and another for Perfect Camera. They modify the RPG Maker’s default rendering and camera behavior, which ends up causing this problem. Since the entire concept of the game is based on pixel art, unfortunately I won’t be able to use it, because when I saw your system, I truly fell in love with it.

Deleted 26 days ago

Unfortunately, no — the plugin does not support RPG Maker MV.
It was made specifically for RPG Maker MZ and uses MZ features and architecture (such as MZ plugin commands and Scene/Interpreter behavior), so it will not work in MV.
I am still just getting started with plugin development. I have been learning MZ and I like working with it so far, but I do not yet know whether I will continue developing plugins in the long term.