Difference between revisions of "Kyra"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (subpages)
Line 6: Line 6:
=== TODO ===
=== TODO ===
* Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings.
* Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings.
* implement the missing opcodes (see [[Kyra opcodes]] for a list of unimplemented/unused opcodes)
* implement the missing opcodes (see [[Kyra/Opcodes|here]] for a list of unimplemented/unused opcodes)
* make sound working properly (MIDI sound has some problems)
* make sound working properly (MIDI sound has some problems)
* Reduce kMD5FileSizeLimit from 1MB to e.g. 80 kb (this might require recomputing some MD5s, but is faster, and good enough for finger printing)
* Reduce kMD5FileSizeLimit from 1MB to e.g. 80 kb (this might require recomputing some MD5s, but is faster, and good enough for finger printing)
Line 18: Line 18:
The items and the map lists include tips for the game, do not look at them if you want to play the game on your own.
The items and the map lists include tips for the game, do not look at them if you want to play the game on your own.
====Kyrandia 1====
====Kyrandia 1====
*[[Kyra opcodes|Opcodes (list of unimplemented functions)]]
*[[Kyra/Opcodes|Opcodes (list of unimplemented functions)]]
*[[Kyra items (Kyrandia 1)|Items (Kyrandia 1)]]
*[[Kyra/Items (Kyrandia 1)|Items (Kyrandia 1)]]
*[[Kyra maps (Kyrandia 1)|Maps (Kyrandia 1)]]
*[[Kyra/Maps (Kyrandia 1)|Maps (Kyrandia 1)]]
*[[Kyra savegames (Kyrandia 1)|Savegames (Kyrandia 1) (for the sake of reference only)]]
*[[Kyra/Savegames (Kyrandia 1)|Savegames (Kyrandia 1) (for the sake of reference only)]]


====Kyrandia 2: Hand of Fate====
====Kyrandia 2: Hand of Fate====
*[[Kyra items (Kyrandia 2)|Items (Kyrandia 2)]]
*[[Kyra/Items (Kyrandia 2)|Items (Kyrandia 2)]]
*[[Kyra maps (Kyrandia 2)|Maps (Kyrandia 2)]]
*[[Kyra/Maps (Kyrandia 2)|Maps (Kyrandia 2)]]
*[[Kyra opcodes (Kyrandia 2)|Opcodes (Kyrandia 2)]]
*[[Kyra/Opcodes (Kyrandia 2)|Opcodes (Kyrandia 2)]]


====Kyrandia 3: Malcolm's Revenge====
====Kyrandia 3: Malcolm's Revenge====
*[[Kyra items (Kyrandia 3)|Items (Kyrandia 3)]]
*[[Kyra/Items (Kyrandia 3)|Items (Kyrandia 3)]]
*[[Kyra maps (Kyrandia 3)|Maps (Kyrandia 3)]]
*[[Kyra/Maps (Kyrandia 3)|Maps (Kyrandia 3)]]


===External links===
===External links===

Revision as of 21:26, 5 January 2007

Status of the Kyra engine

The current Kyrandia engine in the ScummVM SVN repository can play through Kyrandia 1 (some graphics glitches still occur). The data file (kyra.dat) needed can be found in the SVN section "engine-data" (latest version of kyra.dat).

Also ScummVM 0.10.0 (unstable SVN sources) is capable of showing the Kyrandia 3 main menu and playing the introduction sequence.

TODO

  • Complain if no game data was found in specified directory instead of assert() and producing bunch of useless warnings.
  • implement the missing opcodes (see here for a list of unimplemented/unused opcodes)
  • make sound working properly (MIDI sound has some problems)
  • Reduce kMD5FileSizeLimit from 1MB to e.g. 80 kb (this might require recomputing some MD5s, but is faster, and good enough for finger printing)

Status of the Source Release

Negotiations for the release of the source to Kyrandia (and possible freeware release) have been conducted with Electronic Arts LA. The original code and assets from the Westwood-era have been confirmed to still exist on backups.

Action has stalled, mostly due to confusion over the franchise ownership and licensing. As of the last update, EA has reconfirmed their ownership of the rights.

Tech info

The items and the map lists include tips for the game, do not look at them if you want to play the game on your own.

Kyrandia 1

Kyrandia 2: Hand of Fate

Kyrandia 3: Malcolm's Revenge

External links