Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello I'm sorry you've encountered this problem. I'm taking a look into it now, it seems to be having a problem with the developer mode. At the moment it's not entirely clear why you're having this issue. I just set up the plugin in a fresh project after downloading a copy of my plugin from itch and was able to get it working.  I also added the mog plugins shown in the error stack and was unable to replicate the error.

Best guess at the moment is that there's a conflict with another plugin you're using. 

It's a bit weird that it can't find the createDevText function as the function is located within the plugin itself.

Does the plugin work for you if you disable the developer mode?

(1 edit)

hola, parece que he encontrado el problema, es un complemento que configura los controles del juego, tanto el teclado como el gampad, cuando lo deshabilito parece funcionar, el complemento es este:

https: //forums.rpgmakerweb.com/index.php? threads / mano_inputconfig-gamepad-keyboa ...

when I re-activate the plugin with the developer mode deactivated, I get this error:



I don't know much about programming, but I think it's not decoding the keys, it seems that the keyboard and gamepad plugin when changing the keys to the way I need, collides in some way that I don't know with the other plugin. 

Awesome! I'll take a look at that plugin and see if I can find compatibility between the two. Thank you for reporting this issue I'll update the plugin and let you know here if/when I'm successful.

All right my friend, thank you very much indeed :3

(5 edits)

Okay I've got it working now and updated the plugin. Download this plugin again and replace the old one, it may require some testing still but so far it seems to work with no problems. Active Item System Developer mode works too.

Follow these steps:

Highlighted in this image with a red square around it is the symbols you need to enter into the Mano_InputConfig plugin. These are case sensitive.


once you have the info above place it into the Mano_InputConfig plugin for the appropriate gamepad button  like this:

You can also set the following to show the proper text in the menus for each button. You can go with whatever Text you wish to display, I chose to go with 'Toggle+' 'Toggle-' and 'Use Item'. Whatever you type in there is what will be displayed in your gamepad/keyboard config menus.


I've tested this with keyboard and also with my gamepad and the buttons work for both.

(If you're curious as to what the problem was, the compatibility fix for yanfly keyboard config plugin I made was conflicting with the Mano_InputConfig plugin you're using because at the very bottom of Mano_InputConfig he sets Imported.YEP_KeyboardConfig = true; which made my plugin think you're using Yanfly Keyboard Config so it will try to modify some of the Yanfly Keyboard Config plugin that doesn't exist. I added a catch to avoid touching that code if my plugin detects Mano_InputConfig.)

Thank you for choosing this plugin and I hope this solves your problems! If anything else comes up be sure to let me know.