Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
515 stars 131 forks source link

Static Events seem to be moving slightly when the player/camera moves #154

Closed khkramer closed 7 years ago

khkramer commented 7 years ago

Is there any way to fix this in mkxp? I'll try uploading a webm of what I'm referring to later today

Ancurio commented 7 years ago

mkxp doesn't know anything about events, it only deals in RGSS primitives (Bitmaps, Sprites etc.). You will have to provide a simple test case (ideally a ruby script with a minimal game loop, but a game project is fine too) which exhibits the problem you're seeing in mkxp (and doesn't do it in RMXP).

khkramer commented 7 years ago

Sorry for the late response, it turned out to be caused by the scrolling part of Game_Map in my project and not something caused by mkxp itself.