A downloadable asset pack

Download NowName your own price

A plugin for RPG Maker MZ

This plugin allows you to easily use multiple mouse cursors. By adjusting variables in the game, you can quickly change the mouse cursor.


Parameter Description

  • Prefix: The [prefix] added to the beginning of the file name.
  • Variable ID: The variable used for the [number] added to the end of the file name.


How to Use

  • Prepare the images to be used as mouse cursors. The file format must be png.
  • Place all cursor images inside the img/system folder.
  • Cursor file names must follow this rule:
    [Prefix] + [Number]
    ex) If the parameter "Prefix" is set to 'MouseCursor':
    MouseCursor0.png, MouseCursor1.png, MouseCursor2.png ...
  • When the variable changes in-game, the cursor image will update immediately.
    ex) If the parameter "Variable ID" is set to '11', the cursor will change based on the value of variable 11.
    When variable 11 is 0: 'MouseCursor0.png' will be used.
    When variable 11 is changed to 1 in-game: the cursor immediately updates to 'MouseCursor1.png'.


License

  • Free to use for both commercial and non-commercial purposes without permission.

Update

  • 25. 09. 11 Bug fix

Download

Download NowName your own price

Click download now to get access to the following files:

TB_VariableCursor.js 6.4 kB

Leave a comment

Log in with itch.io to leave a comment.