Welcome to PGMV! 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.
Parallax Layer Map - ParallaxLayerMap.js
Plugin desc : Multi-layer single image map plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/ParallaxLayerMap.js
File name : ParallaxLayerMap.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Multi-layer single image map 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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- ParallaxLayerMap.js This allows you to create multi-layered, single-image maps. Layers are created by events, so the number of layers is unlimited. Create an event and fill in the Note field as shown below to display the specified image on the map. The image's top left corner will be aligned with the top left corner of the map, regardless of the event's location. <PLM:file> # Displays "img/parallaxes/file" as a single image. <PLM_Blend:1> # Sets the default blending method to "Addition" (*1). <PLM_Opacity:128> # Sets the default opacity to "128". <PLM_Z:1> # Sets the display priority to "1". (*2) *1 Specifying the valid blending method 1: Addition 2: Multiplication 3: Screen 4: Overlay 9: Hard Light *2 The standard priority settings are listed below, but you can specify more precisely within the range of 1-9. 1: Below the normal character 3: Same as the normal character 5: Above the normal character The "Image" and "Options" options within the event are ignored, but all other options function the same as normal events. If you want to change the blending method, opacity, etc. later, specify it using Autonomous Movement or use it in conjunction with the "Character Graphics Display Extension Plugin" below. https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/CharacterGraphicExtend.js Script (run from "Set Movement Route") this.shiftPosition(10, 20); # Shifts the display position by X[10] Y[20]. Caution! This plugin does not support map loops. This plugin does not have any plugin commands. Drapika provided us with a sample map that can be used with this plugin. We would like to take this opportunity to express our gratitude. You can download it by clicking the "Download" button at the following URL. You are free to use it without crediting us. https://github.com/triacontane/RPGMakerMV/blob/master/Sample/sample_parallax.zip PIKA's GAME GALLERY https://mashimarohb252d6.wixsite.com/pikasgame