Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Filters 1.24

No permission to download
Also includes support for custom Scene_Menu background filters.

Inbuilt Filters:
  • color_matrix { "matrix":[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1] }
  • gray { "gray":1 }
  • pixelate { "size":{ "x":10, "y":10 } }
  • blur_x { "blur":2 }
  • blur_y { "blur":2 }
  • blur { "blur":2, "blurX":2, "blurY":2 }
  • invert { "invert":1 }
  • sepia { "sepia":1 }
  • twist { "offset":{ "x":0.5, "y":0.5 }, "radius":0.5, "angle":5 }
  • color_step { "step":5 }
  • dot_screen { "scale":1, "angle":5 }
  • cross_hatch { "blur":2 }
  • rgb_split { "red":{ "x":20, "y":20 }, "green":{ "x":-20, "y":20 }, "blue":{ "x":20, "y":-20 } }
Known issues:
  • Filters require WebGL. This cannot be avoided.
Example (Add Filter effect to map transfer):



Screenshots:
1.jpg 2.jpg 3.jpg 4.jpg 5.jpg 6.jpg 7.jpg 8.jpg 9.jpg 10.jpg 11.jpg 12.jpg 13.jpg
  • Like
Reactions: CT_Bolt
Author
Xilefian
Downloads
244
Views
443
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Xilefian

Latest updates

  1. Game-wide Global Filter is now a Plugin setting.

    This is entirely basic and simple; this is a Plugin setting that will change the entire game...
  2. Filter options now save to configuration

    This is a small update to add a minor feature (its original exclusion could be considered a...
  3. Global Options

    This adds a "Filter" section to Scene_Options - which can be configured in the Plugin...
Top