Plugging MV #53 Advanced Screen Tints & Color Adjustments In RPG Maker MV/MZ

3 years ago
1

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​

-------- Plugging MV #53

Plugin: FilterController.js
Programmer: Tsukimi

MV Download Link: https://forums.rpgmakerweb.com/index.php?threads/pixi-filter-controller-fancy-screen-effects-by-pixi-mz-version-released.90368/

MZ Download Link: https://forums.rpgmakerweb.com/index.php?threads/screen-effect-filter-mz-filtercontrollermz.126308/

While FilterController.js has been previously showcased in this series. I wanted to highlight a specific feature of it, and how I implemented it in my game. Which you can play here:
https://sigmasuccour.itch.io/false-server

One of the filters in the plugin is the 'adjustment' filter. Which allows us to change and play with the colors on the screen.

---------- Quick tutorial for MV users:

Run these two plugin commands:
createFilter adjust adjustment 1
&
moveFilter adjust 1.3 1.3 1 1 1 1 1 1 60

That's it. You can see the affect happen with simply this.
You can figure out the rest from the instructions inside the plugin.

------ Watch the YouTube Playlist for the Whole Plugging MV Series:
https://www.youtube.com/playlist?list...​

------ You can find all my work through this link tree:
https://linktr.ee/SigmaSuccour
Feel free to take a look.

Loading comments...