Open main menu

Difference between revisions of "SCI"

454 bytes added ,  17:44, 26 January 2010
kq6 fix for error with original interpreter
(Moving the let's play/playthrough videos to a separate page)
(kq6 fix for error with original interpreter)
Line 55: Line 55:
* Show priority and control map in original interpreter (SCI1/SCI11)
* Show priority and control map in original interpreter (SCI1/SCI11)
** search for A9 06 00 74 05 in original interpreter, replace with all 90h (NOP)
** search for A9 06 00 74 05 in original interpreter, replace with all 90h (NOP)
* Starting Space Quest 6
* Error loading resource 999.pal message with original interpreter
** When getting "Error loading resource 999.pal" message with original interpreter, just start the game using "sierra -o". That will fix it (happens at least with SQ6 DOS included in Space Quest Collection)
** King's Quest 7
*** resource.cfg has to include this:
***  directory = .\
***  videoDrv  = VESA.DRV
***  soundDrv  = ADL.DRV
***  audioDrv  = DACBLAST.DRV
***  joyDrv    = NO
***  cmd      = KQ7DOS
***  mouseDrv  = NONE
***  memoryDrv = NONE
***  minMemory = 1600k
***  brightness= 0
***  language  = 1
***  minCPU    = 386
***  CD        = yes
*** resMap=.\
*** resAUD=.\
*** resSFX=.\
*** patchDir=.\;.\AVI
*** robot=.\
*** start the game using sierrah -o resource.cfg
** Space Quest 6
*** Just start the game using "sierra -o". That will fix it (happens at least with SQ6 DOS included in Space Quest Collection)


== External Links ==
== External Links ==
1,119

edits