Mano_InputConfig(Gamepad&keyboard config+WASD move/ButtonCommonEvent)

Zion

Regular
Regular
Joined
Mar 12, 2018
Messages
158
Reaction score
76
First Language
German
Primarily Uses
RMMV
If the plugin you are using is the latest version, there is a workaround.
Edit GamepadMapper and KeyMapper and remove "shift" from there.
This plugin then determines that the dash operation is unnecessary.
Then you can save.
Thank you.
I'm using 8.0.1 which seems to be the newest one (MV). I noticed there is a 9.1.0, but for MZ only.
Nevertheless, I checked both versions and I can't find any option named GamepadMapper or KeyMapper. Can you provide more help please?
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
This plugin is designed for both MZ and MV. Version 9.1.0 is available even for MV.
GamepadMapper and KeyMapper are in the core script.
If it's MV, it's in rpg_core.js.
 

Zion

Regular
Regular
Joined
Mar 12, 2018
Messages
158
Reaction score
76
First Language
German
Primarily Uses
RMMV
This plugin is designed for both MZ and MV. Version 9.1.0 is available even for MV.
Ah, nice to know!

GamepadMapper and KeyMapper are in the core script.
If it's MV, it's in rpg_core.js.
I searched in the plugin itself, haha.
Thank you, it works like a charm :smile:

If you ever plan to update this plugin, it would be cool to have the option to change the text "Change button notation" if you make a game in another language than english. I changed it in the plugin itself, so it works for me now. But maybe other devs could have the same problem.
 

azurezero

Villager
Member
Joined
Nov 16, 2013
Messages
18
Reaction score
0
First Language
english
Primarily Uses
im just trying to figure out how to use gamepad triggers (l2 and r2) as buttons
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
im just trying to figure out how to use gamepad triggers (l2 and r2) as buttons

Depends on what you do if you trigger L2 and R2.
1. Open the InputExtension in the plugin parameters.
2. Since there is an item called padButton, set the button here.
3. Set a common event that will be called if the button is pressed.
 

azurezero

Villager
Member
Joined
Nov 16, 2013
Messages
18
Reaction score
0
First Language
english
Primarily Uses
Depends on what you do if you trigger L2 and R2.
1. Open the InputExtension in the plugin parameters.
2. Since there is an item called padButton, set the button here.
3. Set a common event that will be called if the button is pressed.
i found out a plugin i was already using had LT and RT as options
(it was Eli_ButtonCommonEvents)
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
i found out a plugin i was already using had LT and RT as options
(it was Eli_ButtonCommonEvents)
Other common event call plug-ins may work as well.
But that's out of my scope of support.
Please use it after understanding the point.
 

Niniann

Villager
Member
Joined
Feb 16, 2016
Messages
20
Reaction score
3
First Language
English
Primarily Uses
RMMZ
Greetings,

I am having an issue with this plugin in that the commands to open the menu on an xbox controller (default Y) and the commands associated with L1 (default prev) and R1 (default next) do not function properly.

If I press Y, nothing happens. If I spam it a bunch of times, maybe about 20-30 button presses, the menu will open. The triple line button opens to menu normally, with a single button press.

For R1 and L1, they simply do not function. What they do now is if i spam either one of them, it will cause wierd random sound effects to play or it will cause the volume of BGM to change. There seems to be no set pattern to this afaik, it's just random what the buttons do on any given press.

This is with the default gamepad mapping for an xbox controller.
 

SeaPhoenix

Regular
Regular
Joined
May 14, 2015
Messages
440
Reaction score
616
First Language
English
Primarily Uses
RMMV
Hi @siguren, I noticed that in the keyboard configuration screen, when selecting "TAB", "CTRL", "Back" and the arrow keys nothing happens and I can't assign them to anything (I hear the buzzer sound when I click on those keys). Is there a reason for this, and is it possible for me to change this? Thank you for your help!
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
Hi @siguren, I noticed that in the keyboard configuration screen, when selecting "TAB", "CTRL", "Back" and the arrow keys nothing happens and I can't assign them to anything (I hear the buzzer sound when I click on those keys). Is there a reason for this, and is it possible for me to change this? Thank you for your help!
Those keys are intentionally immutable. The reason is as follows.

The reason for locking the TAB key is related to browser behavior.
I've heard from other people that changing the TAB key conflicts with the behavior of the browser's TAB key and causes problems.

The reason for locking the CTRL key is a guideline set by Microsoft. It is locked because it is said that you should avoid using the shortcut key in any way other than making it work.


The reason for locking the Back key is to avoid losing the key assigned to the cancel operation. If you remove all cancel actions, you may not be able to restore the settings. I also lock the enter and directional keys for the same reason.
 

SeaPhoenix

Regular
Regular
Joined
May 14, 2015
Messages
440
Reaction score
616
First Language
English
Primarily Uses
RMMV
Thanks for the explanation! That's useful to know.
 

cchmaster

Regular
Regular
Joined
Nov 3, 2020
Messages
118
Reaction score
74
First Language
Chinese
Primarily Uses
RMMZ
Hello, this looks a very nice plugin. However, I installed the plugin and VS option core patch provided, but when I clicked "keyboard config", it said

-------------------------------
TypeError
Cannot read property 'currentName' of null
-------------------------------

I tried to turn off the VS patch, but it gave me the same message.

I'm using MZ 1.7.0 and the latest VS plugin.

Can you fix the problem?

Thank you so much for making the plugin. ;)
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
The version uploaded to github had a bug, so I fixed it.
The latest version is ver9.2.1.
Hello, this looks a very nice plugin. However, I installed the plugin and VS option core patch provided, but when I clicked "keyboard config", it said

-------------------------------
TypeError
Cannot read property 'currentName' of null
-------------------------------

I tried to turn off the VS patch, but it gave me the same message.

I'm using MZ 1.7.0 and the latest VS plugin.

Can you fix the problem?

Thank you so much for making the plugin. ;)
 

cchmaster

Regular
Regular
Joined
Nov 3, 2020
Messages
118
Reaction score
74
First Language
Chinese
Primarily Uses
RMMZ
Thank you siguren. Now it works!

I have a question. Can I change the default key? For example, I don't want to use "shift" as "dash". I'd like to use shift as cancel, and assign dash to another key. Is this possible?
 

Dafox

Villager
Member
Joined
Apr 19, 2023
Messages
17
Reaction score
0
First Language
french
Primarily Uses
RMMV
Hello everyone, I see that the last posts are very old, and I hope someone can answer me.

I just exported the demo of my game, and I had set and saved buttons to run ( L3) and to open the menu ( start button) trying the exported game I realize that the modifcations I made were not saved.. would you happen to know how to fix this problem?
I thank you in advance.
 

siguren

Regular
Regular
Joined
May 21, 2017
Messages
107
Reaction score
116
First Language
Japanese
Primarily Uses
RMMZ
Thank you siguren. Now it works!

I have a question. Can I change the default key? For example, I don't want to use "shift" as "dash". I'd like to use shift as cancel, and assign dash to another key. Is this possible?

Rewrite the keymapper in rmmz_core.js or rpg_core.js.
This plugin will then respond to the appropriate state.

Hello everyone, I see that the last posts are very old, and I hope someone can answer me.

I just exported the demo of my game, and I had set and saved buttons to run ( L3) and to open the menu ( start button) trying the exported game I realize that the modifcations I made were not saved.. would you happen to know how to fix this problem?
I thank you in advance.

Assuming you are using the latest version of the plugin.
Other plug-ins may have failed to save option data.
Try turning off other plugins.
If it still doesn't work, lend me your game data. I will investigate
 

Dafox

Villager
Member
Joined
Apr 19, 2023
Messages
17
Reaction score
0
First Language
french
Primarily Uses
RMMV
Rewrite the keymapper in rmmz_core.js or rpg_core.js.
This plugin will then respond to the appropriate state.



Assuming you are using the latest version of the plugin.
Other plug-ins may have failed to save option data.
Try turning off other plugins.
If it still doesn't work, lend me your game data. I will investigate
Thank you for your reply..
Forgive me but I didn't quite understand what other pulg ins I should disable... and should I disable them before exporting the project?
Could you please explain a little better how I should proceed?
 

Latest Threads

Latest Posts

Latest Profile Posts

Some days I understand the internet....other days, not so much.
Me (on reddit): That's a cool picture!
Artist who drew it: Thank you!
Random user: You're welcome
200w.gif
So, I am getting really good at finding loop points for making audio seamlessly loop. I am rarely off lately and when I am, it is usually a split second or less.

A decade ago, I would kill to know how to do this. Not for game dev but back when I was actively making music for singing.
The terrifying online threats I shield my precious RM’ers from. BULK FRIDGE MAGNETS.

IMG_0501.jpeg
Was sick with a fever... slowly getting better.
I HATE SEOs! I do not want to add Reddit to every single search in order to find helpful content posted by actual humans.

Forum statistics

Threads
134,987
Messages
1,252,651
Members
177,890
Latest member
Sodagames
Top