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.
Horizontal Scrolling Move - HorizontalScrollingMove.js
Plugin desc : Horizontal scrolling plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/HorizontalScrollingMove.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/HorizontalScrollingMove.js
File name : HorizontalScrollingMove.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/HorizontalScrollingMove.js @plugindesc Horizontal scrolling plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- HorizontalScrollingMove.js Limits the character’s movement direction to left and right. This is primarily intended for character movement in side-scrolling games. However, ladder-type tiles are an exception, as they will face upward. This plugin is only effective when the specified switch is ON. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official This plugin is released under the MIT License. @param validSwitchId @text Valid Switch Number @desc Switch number that enables horizontal scrolling. Specifying 0 will always enable it. @type switch @default 0 @param validUpPlayer @text Player Upward Allowance @desc Allows upward movement when the player moves up and down. @type boolean @default false @param validUpEvent @text Event Upward Tolerance @desc Allows upward movement when events move up and down. @type boolean @default false @param imageOnly @text Image only orientation restriction @desc Only the graphics are limited to turning left and right, but the actual character will turn normally. @type boolean @default false