1,517
edits
(Added a "major issues" category) |
(Update) |
||
Line 3: | Line 3: | ||
* '''IHNM''' shows complete intro. Also, some chapters are partially working, but it's not possible to return to the character selection screen once a chapter is completed (or abruptly stopped by a wrong player option) and ScummVM exits instead. | * '''IHNM''' shows complete intro. Also, some chapters are partially working, but it's not possible to return to the character selection screen once a chapter is completed (or abruptly stopped by a wrong player option) and ScummVM exits instead. | ||
** '''Chapter 1''' (Gorrister): '''Completable''' with full points but has some glitches | ** '''Chapter 1''' (Gorrister): '''Completable''' with full points but has some glitches | ||
** '''Chapter 2''' (Ellen): Not completable, | ** '''Chapter 2''' (Ellen): Not completable, ScummVM waits forever at the animation shown when activating the Chaos Trebler right before the end of the chapter | ||
** '''Chapter 3''' (Benny): Not completable, trying to use the video screen in the elder's cave crashes ScummVM. Also, when Ben goes to sleep, ScummVM crashes too | ** '''Chapter 3''' (Benny): Not completable, trying to use the video screen in the elder's cave crashes ScummVM. Also, when Ben goes to sleep, ScummVM crashes too | ||
** '''Chapter 4''' (Nimdok): '''Completable''' with full points but has some glitches | ** '''Chapter 4''' (Nimdok): '''Completable''' with full points but has some glitches | ||
** '''Chapter 5''' (Ted): Not completable, it's impossible to interact with the | ** '''Chapter 5''' (Ted): Not completable, it's impossible to interact with the maid's door (the closed door is not drawn) | ||
** '''Chapter 6''' (Endgame): Not possible to test yet | ** '''Chapter 6''' (Endgame): Not possible to test yet | ||
Line 13: | Line 13: | ||
=== Major issues === | === Major issues === | ||
* ['''Important'''] Implement sfScriptGotoScene differences for IHNM, which will allow to go back to the character selection screen once a chapter is complete | * ['''Important'''] Implement sfScriptGotoScene differences for IHNM, which will allow to go back to the character selection screen once a chapter is complete | ||
** ''When a wrong monitor is selected with Ted, normally the door closes, screen goes black and AM says "Oh oh oh sorry Ted, try again", and we're taken to the character selection screen again. ScummVM just exits, because this case is currently not handled by sfScriptGotoScene yet'' | ** ''When a wrong monitor is selected with Ted, normally the door closes, screen goes black and AM says "Oh oh oh sorry Ted, try again", and we're taken to the character selection screen again. ScummVM just exits, because this case is currently not handled by sfScriptGotoScene yet'' | ||
* Implement saving and loading | * Implement saving and loading | ||
* Properly handle objects that have more than 1 frame | * ['''Important'''] Properly handle objects that have more than 1 frame | ||
=== General === | === General === | ||
Line 59: | Line 54: | ||
* Chapter 1 (Gorrister): The hatch inside the zeppelin is not drawn correctly | * Chapter 1 (Gorrister): The hatch inside the zeppelin is not drawn correctly | ||
* When Ellen is selected at the character selection screen and while AM is talking to her, she should have a different expression in her portrait, which changes once she gets zapped outside the pyramid. Her portrait is static in ScummVM | * When Ellen is selected at the character selection screen and while AM is talking to her, she should have a different expression in her portrait, which changes once she gets zapped outside the pyramid. Her portrait is static in ScummVM | ||
* Chapter 2 (Ellen): The animation shown when the sarcophagus opens is wrong | * Chapter 2 (Ellen): The animation shown when the sarcophagus opens and closes is wrong | ||
* Chapter 2 (Ellen): After picking up the blue crystal from the statue, it's possible to incorrectly see the compact disk on its chest. The compact disk should only be viewable after speaking with AM | |||
* Chapter 4 (Nimdok): When pushing the vent in the patient recovery room, the vent sprite is not updated (but the vent opens normally) | * Chapter 4 (Nimdok): When pushing the vent in the patient recovery room, the vent sprite is not updated (but the vent opens normally) | ||
* Chapter 4 (Nimdok): When the prisoners take over the prison, the mob of the angry prisoners in the entrance is not shown properly. Only the animated arms of the prisoners are shown | * Chapter 4 (Nimdok): When the prisoners take over the prison, the mob of the angry prisoners in the entrance is not shown properly. Only the animated arms of the prisoners are shown | ||
Line 70: | Line 66: | ||
=== Chapter 2: Ellen === | === Chapter 2: Ellen === | ||
* ['''Important'''] | * ['''Important'''] After activating the Chaos Yrebler right before the end of the chapter, ScummVM waits forever at the animation shown. Perhaps an issue with sfWaitFrames | ||
* When Ellen is in the elevator and she pushes a date, the answers that the elevator gives have no text | * When Ellen is in the elevator and she pushes a date, the answers that the elevator gives have no text. Perhaps this is similar to the witch cutscene in Ted's chapter | ||
=== Chapter 3: Benny === | === Chapter 3: Benny === | ||
* ['''Important'''] It's not possible to use the video screen in the elder's cave, ScummVM crashes | * ['''Important'''] It's not possible to use the video screen in the elder's cave, ScummVM crashes in Anim::decodeFrame when trying to read the control char (animation.cpp line 655) | ||
* ['''Important'''] ScummVM crashes when Benny goes to sleep, at the scene where the caves are shown and it's getting dark. The crash occurs with sfWaitFrames | * ['''Important'''] ScummVM crashes when Benny goes to sleep, at the scene where the caves are shown and it's getting dark. The crash occurs with sfWaitFrames | ||
=== Chapter 4: Nimdok === | === Chapter 4: Nimdok === | ||
=== Chapter 5: Ted === | === Chapter 5: Ted === | ||
* ['''Important'''] | * ['''Important'''] It's not possible to interact with the maid's door, as the closed door is not drawn at all. Therefore, it's not possible to tell Surgat to unlock it | ||
* When Ted listens to the witch talking inside the chapel, the things that the witch say have no text. Perhaps this is similar to the text in the elevator in Ellen's chapter | |||
=== Chapter 6: Endgame === | === Chapter 6: Endgame === |
edits