Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Keyboard Gamepad Solution - RPG Maker MZ plugin

A complete solution to rebind keyboard, gamepad, with extra features! · By Sang Hendrix

[ANSWERED] Question about mouse configuration

A topic by EroWholesome created 59 days ago Views: 120 Replies: 6
Viewing posts 1 to 3
(1 edit)

Hi!

I was wondering if there is an option in this plugin to modify the function of the mouse. Because in my game when the player pressed left click it always makes the character dash. It feels that the left click is bind with the shift key and I want to be able to disable that

Developer

Unfortunately that's an rpg maker issue and not related to this plugin. By default in rpg maker, touch control so dash player. Here's how to adjust it .

https://forums.rpgmakerweb.com/index.php?threads/mouse-click-dash.46444/

Thanks! I bought your plugin and somehow it works! I have to remapped the shift key and combine "dash disable plugin of galvs" and magic happened  )

Also, I read in one of your Devlogs "Ver 1.0.3 - Multiple buttons and Mouse buttons" that you can configurate the mouse, says that - Add support for left mouse click and right mouse click, so

How do I configure the mouse clicks?

Developer

Free version is very different from premium version. The premium version is basically a whole completely different plugin. To bind an action to left click or right click, please use conditional branch Input.isTriggered('leftclick') then put your action under the condition.

I used Conditional Branch Script: Input.isTriggered('leftclick') then I put different actions (just for testing) and none of them works:

Maybe the Symbol ('leftclick') isn't the right one? And How can I know what's the symbol or the script name in rpg maker?

Other than that the plugins have been working great! (I have the premium version btw)

Developer

For left click, simply just use TouchInput.isTriggered(). Left Click in my plugin was unneccesary and I'll remove that in the future.

Thank you! I appreciate your help  :)