
Custom Window Cursor Plugin - RPG Maker MZ
A downloadable tool
Demo Video:
Plugin details:
- Allows you to add custom cursors for each of your game window. The custom cursor uses a sprite sheet and you can have as many frames as you want to attain fluid animation. It is also possible to define the speed at which the frames cycle. If you want simplicity, you can just use a static image as well.
- Parameters are provided in order to change the position, opacity, as well as layer (front or back) of the cursor. You can also change the cursor depending on the state of the window (active or inactive)
- Included are the following sample cursors for testing and reference purposes:
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
- Add the '/gbccoffee/cursorsprite/' directory under the 'img' folder of your project
✨Screenshots✨
Updated | 25 days ago |
Status | Released |
Category | Tool |
Author | GBRO Games |
Genre | Role Playing |
Tags | mz, pllgins, rmm, rmmz, RPG Maker, rpg-makermz, rpgmakrmv, tools |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $2.40 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
Hi there,
I purchased this plugin, and it's absolutely wonderful.
However, I’ve encountered one issue.
When applying a cursor image to a scroll-type window with many display items, the cursor position becomes misaligned, and some list items are displayed outside the window frame.
This issue is hard to notice in the default RMMZ project. However, in my project (RMMZ v1.9.0), I’m using it together with another plugin that allows customizing window sizes, which makes the problem much more noticeable.
If possible, I would greatly appreciate it if you could fix this issue.
I have pushed an update (v.1.1) for the bleeding window contents. If you would like to clip the cursor within the bounds of the window, make sure the Layer property is set to BACK or ORIGINAL.