You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: