Plugging MV #10 Ghost Effect on Events | Dealing With A Virus
SigmaSuccour
Discord Invite: https://discord.gg/hVVdm5Z 'Plugging MV' is a series where I showcase interesting (community-made) plugins for RPG Maker MV, as I discover them myself, while going through a list of 4000+ plugins. #RPGMaker #Plugin #Cutscene
PLUGINS: RS_GhostEffect.js
This plugin allows us to display a corruption or ghost-like effect on our events.
Programmer: biud436 Tested on Version: 1.5.1
DOWNLOAD LINKS:
Direct Download: https://github.com/biud436/MV/blob/master/RS_GhostEffect.js (Right click on 'Raw' and select "Save link as...")
Post Link: https://biud436.tistory.com/104
HOW TO: To call the effect, you want to click on 'Set Move Route' inside an event, click the script command, and paste the following script inside it, this.ghostModeOn();
To turn it off, you paste the following, this.ghostModeOff();
Whatever event is selected in the 'Set Move Route', will be affected by the effect/script.
To change how the effect looks, you have three plugin commands. GhostEffect lifetime Integer GhostEffect threshold Decimal GhostEffect xoffset Decimal
'GhostEffect lifetime' allows us to choose how often the effect-pattern will change.
Value: Positive Integer from 0 to 1000 or more, measured in milliseconds.
Example:
GhostEffect lifetime 100
(Here, 100 means 0.1 second.)
'GhostEffect threshold' allows us to select the intensity of the effect. Value: From 0 to 0.1 to 1, or more. Example: GhostEffect threshold 0.5
'GhostEffect xoffset' allows us to select how much area of the event we want transparent, and how much area of the event we want the effect on. Value: From 0 to 0.001 to 1, or more. (Depending on the image-dimensions of your event.) Example: GhostEffect xoffset 0.09
PARAMETERS: In the parameters, you can set default values for the effect, for it's lifetime, threshold & offset.
SOME APPLICATIONS: 1- Firstly, eye candy. (That's... what effects are for.) 2- Have objects or events or characters display this effect, to suggest something ghostly/demonic/corrupt about them.
BGM Used in Video: Attic by Ross Bugden https://youtu.be/E3sXFzfOXew ... https://www.youtube.com/watch?v=fs3X3qucalU
28546022 Bytes