EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
1.01k stars 189 forks source link

のび太のバイオハザード/のび太のバイオハザード2のバグについて #692

Closed turna-omega closed 8 years ago

turna-omega commented 8 years ago

のび太のバイオハザード エンブレム/ゴールドエンブレムをはめると、エンブレム/ゴールドエンブレムが設置されずに無くなる

のび太のバイオハザード2 会議室前の廊下の脚立に登れない

fdelapena commented 8 years ago

@turna-omega 問題のレポートをありがとうございました。

I've confirmed the first bug report in Doraemon: Nobita's Resident Evil. It looks like this bug might prevent from game completion:

There is a school badge object called "Emblem" in the inventory which can be used to put it on a placeholder. The object has some event triggering when not used in the right place, showing a hint about where to use it. When it can be used (in the right place/tile at the second floor north wing), it should trigger something more, however the objects gets used (disappears from the inventory) and the placeholder remains as before.

I guess the right object to do this is the gold emblem, however with this emblem should still do something more than just dropping it from the inventory.

Savegame download. To verify, just leave the computer room (there is glitch when loading the saved game with an invisible closed door there (should it be opened or visible?) ), leave the map and go in the corridor to the left and you will find the following hole to use the emblem object from the inventory:

School badge emblem placeholder

fdelapena commented 8 years ago

The problem with のび太のバイオハザード2 seems to be the same bug as #714, according to the warning displayed since Player 0.4.0.

Link to download のび太のバイオハザード2 available at: http://www42.atwiki.jp/nobitahazard-wiki/pages/228.html This game has not been translated to English yet.

It is a .zip with SHIFT_JIS filenames. To unpack:

unar nobihaza2.zip

Stairs

By the way, this game seems to have serious issues with some zombie movements. Also, gun firing seems to fail when the enemy is more than 1 tile away. This is working properly in nobihaza1.

fdelapena commented 8 years ago

のび太のバイオハザード2 会議室前の廊下の脚立に登れない

@turna-omega this issue has been fixed and will be included in the next EasyRPG Player release. Fixed

scurest commented 8 years ago

その場しのぎだけが、窪みの前でまずは文書のアイテムを使って動かずエンブレムを使ったら、設置できます。

As a temporary measure, you can install the emblem by standing in front of the nook, using a document item, and then using the emblem.

fdelapena commented 8 years ago

Thanks @scurest for the hint. Then this issue seems related with parallel event interaction issues. I've tested with @Zegeri's Player development branch (which includes an experimental fix for the event execution order) and this issue is working properly. This branch was not merged before version 0.4.0 because it might break other games, needing further testing.

fdelapena commented 8 years ago

のび太のバイオハザード エンブレム/ゴールドエンブレムをはめると、エンブレム/ゴールドエンブレムが設置されずに無くなる

@turna-omega this issue has been fixed and will be included in the next EasyRPG Player release.

Fixed