1,502
edits
(Added KQ5 floppy fix page) |
(Styling) |
||
Line 1: | Line 1: | ||
There is an English version of KQ5 floppy that crashes during the ending sequence (version 0.000.062). Here's a link to | There is an English version of KQ5 floppy that crashes during the ending sequence (version 0.000.062). | ||
http://www.agdiforums.com/forum/viewtopic.php?f=19&t=8825 | |||
Here's a link to the relevant post: http://www.agdiforums.com/forum/viewtopic.php?f=19&t=8825 | |||
The problem with this version is that all of the resource files associated with the game's ending are corrupt, and the game crashes in the original interpreter, too. The file containing all the bad resources is resource.001. In order to fix this, the associated files from the CD version of the game can be used, or from the other floppy version (0.000.051). The following files are all corrupted: | The problem with this version is that all of the resource files associated with the game's ending are corrupt, and the game crashes in the original interpreter, too. The file containing all the bad resources is resource.001. In order to fix this, the associated files from the CD version of the game can be used, or from the other floppy version (0.000.051). The following files are all corrupted: | ||
pic 217 and 218 | * pic 217 and 218 | ||
sound 141, 144, 146, 147, 148 | * sound 141, 144, 146, 147, 148 | ||
view 925, 932, 933, 934, 935, 936 | * view 925, 932, 933, 934, 935, 936 | ||
To create patch files, launch the CD version via ScummVM, open the debugger (Control-D) and use the "diskdump" debug command, like this: | To create patch files, launch the CD version via ScummVM, open the debugger (Control-D) and use the "diskdump" debug command, like this: | ||
diskdump XXX YYY | diskdump XXX YYY | ||
where XXX is the resource type (pic, sound or view) and YYY the resource number | where XXX is the resource type (pic, sound or view) and YYY the resource number | ||
edits