Man this is awesome, great job ! Can't wait to give it a try !
Dreeks
Recent community posts
Hello,
I found an issue with RPG maker MZ shaking screen command and scrolling layers (SCREEN OVERLAY):
I have a map that has screen overlay clouds and are scrolling slowly down left.
If you shake the screen, you can see that the clouds layers don't draw on the sides of the screen where it's shaking, probably because its a Screen overlay and draw only what's on the screen, the shaking screen commands make some part of the map appearing while the player not moving
Is it possible to fix this issue ?
Maybe by letting the "Screen overlay" drawing bit more than what the player see to avoid this
Okay I finally found out what cause this issue even I don't know how to fix it
I don't know which plugin between these two cause that but when KC_Mirror, your light plugin and Map overlay are activated:
- If you change the screen tone of the map (yellowish for my map) and you open and close the menu, the water parallax that is on value z-1 blink.
I tried with Galv_Layermap plugin and it blink also, bit less but still
I also tried to put the z value lower, but it also make some event blink
If I disable one or another, the blink doesn't occur on the parallax map
I just tried to remove the screen tone on a fresh and let the two plugin active, everything works, then I put an event that change the tone on the same map and I have the issue
It's pretty uncommon and I have no idea how to fix this but I'll look a bit more
Hello,
I bought the plugin and did some tests, just discovered that there is a conflict between this plugin and KC_mirror plugin (plugin that add character reflection)
I know that you shouldn't make your plugin compatible with every others but i wanted to check with you in case you know where the issue come from:
With both plugin activated, the player sprite blink for a second and events too after closing the menu.
Also, my water parallax layer blink and appear on all the map for a second.
I tried to disable yours and the error doesn't occurs
Do the plugin touch on Game scene / Game menu ?