Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

villagerA

9
Posts
43
Followers
A member registered Jun 16, 2025 · View creator page →

Creator of

Recent community posts

Great — that means the plugin itself is working correctly 👍

The issue is likely because you are running the “Enable Filter” command inside a Parallel Process.

This plugin is designed to apply the filter once.
If you run the command every frame (which happens in a parallel event), it keeps resetting the filter and prevents it from displaying properly.

Instead, please try:

  1. Show Picture

  2. Wait 1 frame

  3. Run “Enable Filter” once

  4. Do not run it repeatedly

If you need it triggered from a parallel event, use a switch so the command only runs once, then turn the switch off.

Thanks for your patience!

I’ve uploaded a sample project to the itch.io page.
Could you please download the sample project and check if it works correctly on your side?

If it works in the sample but not in your project, then the issue is likely caused by a project-specific setting or plugin interaction. If it doesn’t work even in the sample, please let me know and share any console errors (press F8 → Console).

That will help me narrow it down quickly.

Thanks again!

Thank you for your comment!

If the picture does not appear, the most common cause is that the filter command is executed before the picture sprite is fully created.

Please try adding a short wait (1–5 frames) after the “Show Picture” command before running the “onFilter” command.

Also, please double-check: • The picture ID matches exactly
• No other picture filter plugins are overriding PIXI filters

If it still does not work, please let me know: • Your RPG Maker version
• A screenshot of your event setup
• A list of active plugins

I’ll be happy to help further!

hank you very much for your purchase and for taking the time to share your feedback.

I’m glad to hear that the plugin is working well for you.

Your idea about adding a Region ID parameter for dash-only passthrough is very interesting and makes a lot of sense for map design flexibility. I agree that it could be a very useful feature compared to the current all-or-nothing approach.

Thank you as well for sharing that you found a workaround with your own script — that’s very helpful to know.

I will keep your suggestion in mind for future updates, and I’ll see what can be done when I improve this plugin.

Thank you again for your support and for your valuable feedback!

I downloaded the plugin from the itch.io page and tested it, but I was unable to reproduce the issue you described.

Please check the following points:

  • Make sure that the HologramCharacterFilter_MV.js plugin is enabled.

  • Is the specified event (Event 1 in the sample image) displayed correctly? Please ensure that the filter is not applied to an event that does not have a character sprite assigned.

If there are no issues with the two points above, it is possible that an unknown error is occurring.

Could you please send me an email? I would like to discuss the project in which the issue is happening and investigate it further.

Thank you for your cooperation.

And, here is my email address.
Thank you.

villaa.contact@gmail.com

Thank you for your message, and for purchasing the plugin.

I’m sorry to hear that you’re having trouble getting it to work.

I will investigate what is happening with the plugin.

Thanks!
This plugin only works within designated message window.
Applying the same kind of effect to the menu UI would require a separate system, so I’m planning to release it as a different plugin if there’s enough demand.

Thanks!
This plugin only works within designated maps (levels).
Applying the same kind of effect to the menu UI would require a separate system, so I’m planning to release it as a different plugin if there’s enough demand.