Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Happy Fun Game: Boss does not move (not bug compatible) #3354

Open
Ghabry opened this issue Feb 22, 2025 · 0 comments
Open

The Happy Fun Game: Boss does not move (not bug compatible) #3354

Ghabry opened this issue Feb 22, 2025 · 0 comments

Comments

@Ghabry
Copy link
Member

Ghabry commented Feb 22, 2025

Name of the game: The Happy Fun Game

Download in the forum post: https://community.easyrpg.org/t/image-animation-error-in-the-happy-fun-game/1594

Attach files (as a .zip archive or link them)

Savegame also in the forum post.

Describe the issue in detail and how to reproduce it:

Move to the right after loading the save. During the boss fight the boss will be stuck instead of moving.

Thats because we detect engine 2k3 1.0.3 and consider this version to have a bug (see #1741) which disabled coordinate changes in move events.

Turns out this bug was already fixed earlier than what we believed (1.0.5). It is already fixed in 1.0.3. Though is a bit more confusing, there are at least 3 different 1.0.3 versions: https://www.makerpendium.de/index.php/RPG_RT.exe

In a Japanese RPG_RT 1.0.3 which is 1.0.3.0_1.0.3.0_1 the bug persists (though the picture movement is actually broken in a different way than we emulate, so 2k3 has a different bug compared to 2k here 😓 ).

In the bundled RPG_RT 1.0.3 which is 1.0.3.0_1.0.4.0 the bug is fixed and the boss moves correctly.

We consider this fixed later (in 1.0.5), so the boss is broken.

@Ghabry Ghabry changed the title The Happy Fun Game: Boss does not move (wrong engine detected) The Happy Fun Game: Boss does not move (not bug compatible) Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant