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.
NUUN real Move Left Stick - NUUN_realMoveLeftStick.js
Plugin desc : Analog Movement
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_realMoveLeftStick.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_realMoveLeftStick.js
File name : NUUN_realMoveLeftStick.js
Help of plugin :
* @target MZ * @plugindesc Analog Movement * @author NUUN * @base NUUN_UserKey * @orderAfter NUUN_UserKey * @version 1.1.0 * * @help * Change the movement speed of the player depending on how hard the left stick of the gamepad is pushed down. * This plugin requires "NUUN_UserKey"(Ver.1.2.1 or later). * https://github.com/nuun888/MZ/blob/master/README/UserKey.md * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 7/9/2023 Ver.1.1.0 * Added a function to enable the dash key. * 3/15/2023 Ver.1.0.3 * Fixed an issue that caused an error when moving maps. * 3/11/2023 Ver.1.0.2 * Fixed an issue where the player would slow move after releasing the stick. * 3/8/2023 Ver.1.0.1 * Fixed an issue where player movement speed changes were not being applied. * 3/7/2023 Ver.1.0.0 * First edition. * * @param GamepadLeftStickMaxSpeed * @desc Maximum movement speed for left axis movement change. * @text Maximum movement speed for left axis movement change * @type number * @default 4 * @min 1 * * @param DashKeyValid * @desc Dash key valid. * @text Dash key valid * @type boolean * @default true * * @param DashSpeed * @desc Movement speed to recognize as dash of left axis movement change at standard speed. (0.0~) * @text Left axis movement change dash recognition movement speed * @type string * @default 4.5 *