Difference between revisions of "Kyra"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (built better sentence)
(updated the kyra wiki.)
Line 12: Line 12:


=== TODO ===
=== TODO ===
* fix minor gfx bugs (see room 52 and 218), also some other rooms override parts of the interface
* fix gfx bugs (see room 52 and 218, also some other rooms override parts of the interface, and major gfx bug in room 111 after inserting the stone)
* implement the missing opcodes
* implement the missing opcodes
* implement sfx
* implement sfx
Line 24: Line 24:


=== Tech info ===
=== Tech info ===
The items and the map list include tips for the game, do not look at them if you want to play the game on your own.
*[[Kyra opcodes|Opcodes (outdated)]]
*[[Kyra opcodes|Opcodes (outdated)]]
*[[Kyra items (Kyrandia 1)|Items (Kyrandia 1)]]
*[[Kyra items (Kyrandia 1)|Items (Kyrandia 1)]]
*[[Kyra items (Kyrandia 2)|Items (Kyrandia 2: Hand of Fate)]]
*[[Kyra items (Kyrandia 2)|Items (Kyrandia 2: Hand of Fate)]]
*[[Kyra savegames (Kyrandia 1)|Savegames (Kyrandia 1)]]
*[[Kyra savegames (Kyrandia 1)|Savegames (Kyrandia 1) (outdated)]]
*[[Kyra maps (Kyrandia 1)|Maps (Kyrandia 1)]]
*[[Kyra maps (Kyrandia 1)|Maps (Kyrandia 1) ]]


===External links===
===External links===
*ftp://ftp.westwood.com/pub/kyrandia1/ - Kyrandia 1 - update, demo, sample music, screenshots
*ftp://ftp.westwood.com/pub/kyrandia1/ - Kyrandia 1 - update, demo, sample music, screenshots

Revision as of 00:20, 4 January 2006

Status of the Kyra engine

The current Kyrandia engine in the ScummVM CVS can play through most parts of Kyrandia 1; some graphics glitches still exist and sound/music is not enabled yet. CD version is working. The data file needed can be found in the cvs module "engine-data".

Help is welcome. If you want to help look at our IRC channel for cyx or LordHoto and ask them how you could help.


Kyrandia 1 is currently playable from the start up to:

 End confrontation (since there don't appear any serious issues before that)

current showstoppers:

  • Malcolm doesn't seem to appear in the Kyragem room (WARNING: STUB: cmd_walkMalcolmOn!)

TODO

  • fix gfx bugs (see room 52 and 218, also some other rooms override parts of the interface, and major gfx bug in room 111 after inserting the stone)
  • implement the missing opcodes
  • implement sfx
  • implement the menu
  • implement of the end sequence (since it is partially 'hardcoded')

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 list include tips for the game, do not look at them if you want to play the game on your own.

External links