Updated Free v1.3 & Exclusive v1.7
Mighty Mouse Plugin for RPG Maker MV » Devlog
v1.3/v1.7
- Changed versioning scheme moving forward.
- Improved hover detection to account for events that are no longer in range due to autonomous movement. Note: This may produce some lag on lower-end PCs.
Get Mighty Mouse Plugin for RPG Maker MV
Download NowName your own price
Mighty Mouse Plugin for RPG Maker MV
Adds additional mouse related functionality to MV including drag & drop.
Status | Released |
Category | Assets |
Author | Kingpin RBD |
Tags | drag-and-drop, mighty-mouse, plugin, rmmv, RPG Maker, RPG Maker MV, rpgmv |
More posts
- Final Free VersionJul 30, 2022
- Updated Free v1.3.1 & Exclusive v1.7.1Jul 02, 2022
- MightyMouse + HoverDisplay DemoJun 06, 2021
- Updated Free v1.29 & Exclusive v1.69Mar 27, 2021
- Updated Free v1.27Mar 27, 2021
- Updated Free v1.25 & Exclusive v1.67Mar 25, 2021
- Updated Free v1.23 & Exclusive v1.65Feb 28, 2021
- Updated Free v1.21 & Exclusive v1.63Feb 18, 2021
- Quick FixJan 22, 2021
Comments
Log in with itch.io to leave a comment.
If you made it possible to have events be set for either left click draggable or for left click activation (not draggable) I'd buy this for sure. I'm sure you'd get more DL's as it would open the scope quite a bit. Point and click adventures basically need this function to play "properly."
Is this a difficult feature to integrate?
Also, is clickability/hovering of an image/event pixel perfect? Like the pointer won't do anything if in an image's empty/alpha areas? Same for collision?
Thanks!
This means of drag & drop is by default tile-based, not image-based so it doesn't factor in alpha coordinates. It's purpose made to work properly with game objects such as events & the player.
Never much much thought into it before now but theoretically, it shouldn't be too difficult to add a plugin option to swap between left & right-click drag & then have the unchosen option default to event activation. Could probably get it done pretty quickly so I'll look into it.
In case you didn't realize, I already made that update the same day I first responded to this.
You're awesome! Gonna try it out now...
You're awesome! Gonna try it out now...
You're awesome! Gonna DL it now...
Does the 1.7 version have left click event activation for non-draggable events?
Only while Drag & Drop is disabled currently.
Is it normal that now I can't trigger events (the ones that are not draggable) by left-clicking on them? For example, if I have an NPC that says "Hello!" with the Action Button trigger and I left-click on it, the player won't move towards it and the event won't be triggered.
EDIT: Oops, I just noticed that non-draggable events can be triggered by right-clicking on them if Right-click trigger is set to "true" in the plugin parameters. So, is it normal that you can't trigger non-draggable events by left-clicking on them?
Yeah, left clicking is wholly reserved for drag & drop unless you disable it which returns the event trigger function.