Gamebreaking collision issue in Genkidou (short platformer from 2006)

After dropping these barrels from above, you’re supposed to walk over them to reach the goal. In RPG_RT (2K, JP), you can (the tile becomes walkable). In EasyRPG, you can’t.

Game download: 30-Genkido.zip - Google Drive

Save that starts at the level in question: Save02.lsd (6.2 KB)

Thanks!
This seems to a very rare edge case in the collision detection.
I looked a bit into the technical details of the problem & opened an issue on GitHub for tracking here: Genkido: Wrong collision for event with tile graphic · Issue #3366 · EasyRPG/Player · GitHub

Because this bug affects such a core part of the collision detection & there are so many possible configurations to test for, a fix for this will probably not quite make it into the next release.

So in the meantime, either revert to using the original RPG_RT for these cases or try to walk over in TestPlay mode.

Thank you for the prompt response!

Indeed. Thanks for the bug report!

After further investigation it doesn’t seem to be as problematic as Käsekumpel concluded.

So we are currently discussing if this will land in the next release or not. :slight_smile: