Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Pixi Filters - Version Alpha R6

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version AlphaR6!

This version adds a new filter: the displacement filter!

Displacement filter - This filter uses the pixel values from a displacement map sprite to displace its filter target. You can use this for a lot of warping effects since it depends on your dispalcement map what effect you will get. Included is a difference cloud texture that can cause a watery effect. See below gif for how it can look:

This update also added a plugin command to remove all active filters. This is a convenience plugin command in case you use a lot of filters and have a need to just remove all of them at once.

Some bugs were fixed. The glitch filter now has its seed setting back, which was causing the non-animated glitch filter to not work right. The filters will now be automatically removed when returning to title from the game end screen.

Version AlphaR6
  • Added Displacement Filter
  • Added Remove All Filters plugin command
  • Fix bug with glitch filter not having a seed plugin parameter
  • Fix bug with filters staying after returning to title

Back to Plugin