Open main menu

Difference between revisions of "TsAGE/TODO"

633 bytes added ,  22:24, 28 April 2011
Removed obsolete bugs, added new ones, updated current status
(Add savegame issue detected by [Md5])
(Removed obsolete bugs, added new ones, updated current status)
Line 7: Line 7:


Known engine bugs:
Known engine bugs:
*Savegames are broken in scene group 6 (scene 5000 is obvious)
*Pathfinding bug: when trying to exit scene 5200, the game enters an infinite loop. This happens because PlayerMover::proc1() keeps rejecting the path to the exit, as it supposedly returns to the original source region.
*Savegames are broken in scene 4050. Restoring them results in an error: "0x001cd9d0 "Unknown class name 'SceneObjectWrapper' encountered trying to restore savegame""
*Pathfinding bug: after exiting from scene 5200 to 5100 and save the Seeker from the pit, there is an animation where Quinn and the Seeker exit the caves. However, Quinn incorrectly falls inside the trap while walking out, thus the animation where the flesheaters capture him is shown and the game enters an infinite loop of the same scenes shown over and over. This one might be a hardcoded logic bug, as the trap hotspot might have to be disabled for that cutscene
 
It's still possible to bypass the two aforementioned bugs if the walk regions for these two scenes are forced to be ignored inside PlayerMover::setDest().


Known hardcoded logic bugs:
Known hardcoded logic bugs:
Line 16: Line 18:


Currently Playable until:
Currently Playable until:
*Scene 5100 (at least, to be checked)
*Scene 5200, second time, after obtaining the stasis box
1,489

edits