Multi-Parallax Plugin (MV/MZ)

This plugin allows for having multiple parallax backgrounds on one map. By default RPG Maker MV only allows for one parallax background on a map. This plugin allows for more.

Example map with multiple parallaxes (used for parallax mapping):

Plugin Commands:

AddParallax layerId imageName x y scrollX scrollY

- Adds a new parallax layer.

- layerId: A unique ID for the layer (e.g., -2, -1, 1, 2, 3...).

- imageName: The name of the image file in img/parallaxes.

- x and y: The starting position of the parallax (usually 0, 0).

- scrollX and scrollY: The scrolling speed in the X and Y directions.

RemoveParallax layerId

- Removes an existing parallax layer.

- layerId: The ID of the layer to remove.

Examples:

AddParallax 1 ForestBackground 0 0 1 0

AddParallax -1 SkyBackground 0 0 -1 0

RemoveParallax 1

Get the Plugin Here: