Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Sbm Key Patch For Gamepad - Sbm_KeyPatchForGamepad.js
Plugin desc : This plugin assigns any key settings to the Gamepad.
License : MIT License
Author : Suib
Website : https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForGamepad.js
Desc page : https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForGamepad.js
Download Page : https://raw.githubusercontent.com/suibotsukuiki/RPGMakerMZ/main/Sbm_KeyPatchForGamepad.js
File name : Sbm_KeyPatchForGamepad.js
Help of plugin :
* @target MZ * @plugindesc This plugin assigns any key settings to the Gamepad. * @author Suib * @url https://github.com/suibotsukuiki/RPGMakerMZ/blob/main/Sbm_KeyPatchForGamepad.js * @base PluginCommonBase * @orderAfter Sbm_KeyPatchForBothLR * * @param keyMapArrButton * @text keySettings:Button * @desc Assign operations to buttons (multiple can be selected). * @type struct<KeyMapButton>[] * @default [] * * @param keyMapArrDpad * @text keySettings:D-pad * @desc Assign operations to D-pad (multiple can be selected). * @type struct<KeyMapDpad>[] * @default [] * * @help Sbm_KeyPatchForGamepad.js * * -- Summary -- * This plugin assigns any key settings to the gamepad. * Unassigned keys retain their default key settings. * The key layout is for the Xbox controller. * * -- Usage -- * Select the setting target from "Button" or "D-pad" in the plugin parameters. * Select any "keycode" in the pull-down item and select the "operation" to be assigned to it. * * -- Plugin Parameters -- * keySettings:Button (multiple can be selected) * keySettings:D-pad (multiple can be selected) * * -- Base Plugins -- * PluginCommonBase * * -- Terms of Use -- * Comply with the MIT license agreement. * http://www.opensource.org/licenses/mit-license *