Difference between revisions of "TsAGE/TODO"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Added scene 2300 bug.)
(Added scene 4000 glitch and clarified "restart" bug.)
Line 24: Line 24:
*Scene 5100: There appears to be a hotspot (looks a bit like a cave opening) at the leftmost end of scene 5100, but it doesn't seem to work right. If I try to use it, I'm told that "You can't bring yourself to touch the sickly-blue flesh." and if I try to examine it, I'm told that "The stunned flesheater lies sprawled across the cavern floor." (Possibly only happens right after stunning the flesheater. I couldn't reproduce it by returning later.)
*Scene 5100: There appears to be a hotspot (looks a bit like a cave opening) at the leftmost end of scene 5100, but it doesn't seem to work right. If I try to use it, I'm told that "You can't bring yourself to touch the sickly-blue flesh." and if I try to examine it, I'm told that "The stunned flesheater lies sprawled across the cavern floor." (Possibly only happens right after stunning the flesheater. I couldn't reproduce it by returning later.)
*Scene 5100: If I remove the rock that covers the food pit, then enters the throne room but leaves without the stasis box, Quinn and Seeker talks briefly and Quinn goes back for the box. This triggers an assertion, "engines/tsage/converse.cpp:249: virtual void tSage::SequenceManager::signal(): Assertion `_sceneObject' failed."
*Scene 5100: If I remove the rock that covers the food pit, then enters the throne room but leaves without the stasis box, Quinn and Seeker talks briefly and Quinn goes back for the box. This triggers an assertion, "engines/tsage/converse.cpp:249: virtual void tSage::SequenceManager::signal(): Assertion `_sceneObject' failed."
*Scene 2300: If I allow myself to get shot in this scene, the "Restart" button doesn't seem to work.
*Scene 2300: If I allow myself to get shot in this scene, the "Restart" button doesn't seem to work. Actually, does the "Restart" button work in any scene?
*Scene 4000: If I use the rope to climb down the right hole, after I've already been down the left one, the rope switches from the left hole to the right without any transition, and there's a masking error.


Present in the original game:
Present in the original game:

Revision as of 06:15, 28 May 2011

This is a list of things that still need to be handled properly for the Ringworld game:

  • Add sound support
    • Adlib
    • Sound Blaster
    • Midi (MT-32)

Known engine bugs:

  • There's a Valgrind warning in SceneObject::removeObject() about _visage being undefined when it tests for it. ("Conditional jump or move depends on uninitialised value(s)".
  • The start play / introduction dialog looks a bit different int the CD version compared to the floppy versions currently implemented. It's positioned slightly differently, the "Introduction" button has a different border (default button, perhaps?), and when clicked the button goes black, not red.
  • In DOSBox, the button remains selected unless I move the mouse entirely off the button. (Should be fixed now, but the fix is a bit hackish.)
  • Quitting the game while the inventory dialog is open generates a failed assertion.

Known hardcoded logic bugs in floppy version:

  • In scene #6100, the Rocks occasionally get drawn on-screen over-sized at the very bottom of the screen. This is most easily noticable by navigating into a sunflower.

Known hardcoded logic bugs in First Wave version:

  • Scene 2320: When Quinn picks the arms, there a priority glitch (to be verified)
  • Scene 6100: At the end, texts are not skippable, it looks wrong (to be verified)

Known hardcoded logic bugs in CD version:

  • Scene 5300: If I don't cure Seeker until after I have the stasis box, there is an animation of him and you climing out of the food pit. However, he did not join me at the top and if I went back in he was still there.
  • Scene 2150: Saving in this scene triggers the assertion, "engines/tsage/saveload.cpp:74: void tSage::Serializer::syncPointer(tSage::SavedObject**, Common::Serializer::Version, Common::Serializer::Version): Assertion `idx > 0' failed." Once this is fixed, please check if the elevator works after loading the savegame. There used to be a problem with this in scenes 2320 and 2100.
  • Scene 2100: Loading a savegame from this scene and then using the elevator triggers the assertion, "engines/tsage/graphics.cpp:281: Graphics::Surface tSage::GfxSurface::lockSurface(): Assertion `src' failed."
  • Scene 5100: There appears to be a hotspot (looks a bit like a cave opening) at the leftmost end of scene 5100, but it doesn't seem to work right. If I try to use it, I'm told that "You can't bring yourself to touch the sickly-blue flesh." and if I try to examine it, I'm told that "The stunned flesheater lies sprawled across the cavern floor." (Possibly only happens right after stunning the flesheater. I couldn't reproduce it by returning later.)
  • Scene 5100: If I remove the rock that covers the food pit, then enters the throne room but leaves without the stasis box, Quinn and Seeker talks briefly and Quinn goes back for the box. This triggers an assertion, "engines/tsage/converse.cpp:249: virtual void tSage::SequenceManager::signal(): Assertion `_sceneObject' failed."
  • Scene 2300: If I allow myself to get shot in this scene, the "Restart" button doesn't seem to work. Actually, does the "Restart" button work in any scene?
  • Scene 4000: If I use the rope to climb down the right hole, after I've already been down the left one, the rope switches from the left hole to the right without any transition, and there's a masking error.

Present in the original game:

  • Scene 4000 (or maybe 4045): If you tell the chief to show you the Tech, Miranda will say "Quinn, it's a simple force field regulator", even if she's not in the room with you because she's stuck with Rock. (Update: This is apparently a bug in the original interpreter as well, but could perhaps be fixed in ScummVM?)
  • Scene 5300: This may not be a bug, but if I escape this room and are recaptured (by falling into the pit again), Quinn says "Was it something I said?", etc. Is he supposed to say that every time, or just the first time I get here?


Game status:

  • Floppy version: Completable.
  • First wave version: Completable.
  • CD version: status unknown