Kyra/TODO

From ScummVM :: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
TODO List
Name Kyra Engine TODO
Technical Contact(s) Kyra Engine Team
Subsystem Engine

TODO

  • Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings.
    • It would also be nice to only error out on invalid PAK files in case the file is really required by the original game. This is especially a problem in Kyra1, see [Bug #2442] for example.
  • Refactoring and generic code changes (and along with it hopefully saving binary size...).
    • The animator code, which is quite similar between Kyra2 and Kyra3, is a good candidate here. Furthermore one might consider to adapt the Kyra1 animator code to use a Kyra2 style handling too.
    • The scene state code of Kyra1 could probably be rewritten to match the one in Kyra2 and Kyra3. This might remove some accuracy in our reimplementation, since it is harder to have the fixed item limit per scene then. But it will probably result in less code.
    • Various other code parts could probably be unified too.
  • Implement support for the PC Speaker sound data in the Kyrandia 1 floppy version.

Bugs Also in the Original

In the following you will find a number of bugs which actually already occur when using the original interpreter / .EXE. That is, those errors are bugs in the games themselves, not in ScummVM. Still, we sometimes are able to implement workarounds, meaning ScummVM at times works better than the original ;).

Note that neither of these lists is complete.

Not Yet Fixed

  • KYRA 2: can't exit screen in German version. [Bug #3677]
  • KYRA 3: Slight game glitch at Underworld gates. [Bug #4141]