Original Source
- Original title: MV Help with Applying Pixi Filters to Terrax Lighting
- Original author: Tannhauser_Gate
- Original date: May 17, 2025
- Source thread: https://forums.rpgmakerweb.com/threads/help-with-applying-pixi-filters-to-terrax-lighting.177730/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
Hello, I've been playing around with a combination of Pixi Filter Controller's dot filter and Terrax Lighting System. As seen in the first image below, when applied to the entire screen (filter-target: 0 or 1), the dot filter creates a sort of 'dithered' effect around the circumference of each light. It's an effect I like quite a bit since I feel it gives everything a more textured look. However, when the dot filter is applied to the entire screen (filter-target: 0 or 1), it makes everything black and white. To...
Archived First Post
I've been playing around with a combination of Pixi Filter Controller's dot filter and Terrax Lighting System. As seen in the first image below, when applied to the entire screen (filter-target: 0 or 1), the dot filter creates a sort of 'dithered' effect around the circumference of each light. It's an effect I like quite a bit since I feel it gives everything a more textured look.
However, when the dot filter is applied to the entire screen (filter-target: 0 or 1), it makes everything black and white. To work around this, I've had to apply individual dot filters for both characters and tiles, manually adding colors back in with separate adjustment filters (see second image). This technique only works so long as the dot filter is not applied to the entire screen, otherwise the dot filter will be applied overtop the adjustment filters and everything will be black and white again.
The issue is that filters cannot be individually applied to the Terrax lighting (notice the much smoother gradient to the lighting in the second image than in the first one). The only way to apply a dot filter to the Terrax lighting and create that 'dithered' effect is by applying it to the entire screen, which creates the aforementioned black and white issue.
(Note: I've also tried picture-based lighting plugins like Khas Advanced Lighting but have encountered the same issue)
Does anyone know if there's a way to apply a filter just to the Terrax lighting and not the entire screen?
Alternatively, is there a way to make it so that dot filters don't make everything black and white? This would also solve my problem. The PixiJS Filters Demo shows "grayscale" as a parameter that can be turned on and off, but Pixi Filter Controller lacks that same parameter. Does Pixi v4 not support that functionality?
Thank you very much.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...