Problem with events disappearing at the edge of the screen.

● ARCHIVED · READ-ONLY
Started by cyberchronomage 4 posts View original ↗
  1. Whenever an event gets close to the right or bottom border, it disappears. I read somewhere that the issues lies somewhere in the Game_Event code but the fix I saw didn't work. Has anyone else had this issue? I am using Yanfly's engine and have increased my resolution to 640x480.
  2. That is not a default behaviour - events can't disappear unless they are commanded to become invisible.


    Please link to all scripts you've added - most probably you added an anti-lag script, and forgot to reconfigure that for increased screen size.
  3. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.


    Yep, not default behaviour.


    Did you ONLY use Yanfly's engine in order to increase the resolution? There is a single command that you can put in your main script that will change the resolution without needing to use an entire engine.
  4. Issue resolved, it was an issue in the Anti-lag script I was using and forgot about.