[RMMV Plugin] Advanced Parallax

Version: v1.00

Introduction

This plugin allows you to have more control on map parallaxes by defining them in the map notetag. It also allows you to define multiple layered parallaxes (either behind or in front of the tiles and characters), a bit like in RPG Maker XP games, which have panoramas and fogs. Additionally, you can make animated parallaxes (having more than one frame).

Contact me for support/bug report:

listra92@gmail.com
https://www.facebook.com/don.listRA92

Map Notetag

Example:

<parallax>
name: StarlitSky
loopx: true
loopy: true
sx: 4
sy: $gameVariables.value(1)
depth: 1
frames: 4
framesp: 2
</parallax>

Read the instructions for the explanation.

Animated Parallaxes

You can make parallaxes animated with more than one frame. For such that, put several files in \img\parallaxes folder, for example StarlitSky_1.png, StarlitSky_2.png, ... for each frame of the parallax StarlitSky defined in the map note. For non-animated ones, just put the file as usual, i.e. StarlitSky.png.

Download Plugin

MK_AdvParallax.js

4 comments:

  1. This is my first time i visit here and I found so many interesting stuff in your blog especially it's discussion, thank you.
    RPG Maker MV

    ReplyDelete
  2. hello can i ask, how to lock the parallax?
    when i make event scroll map the parallax didn't follow

    ReplyDelete
  3. Hello! Thank you for this awesome plugin. But I have the same question: How to lock the Parallax? By default, I would add an "!" to the filename. But If I use the animation function, the parallax isn't lock. How could I fix that?

    ReplyDelete
  4. hello, VERY good plugin, but is there a way to change the parallax ingame?

    ReplyDelete