[Scummvm-tracker] [ScummVM :: Bugs] #11640: SCI: SQ6: Not possible to take the pil and the gallstones

ScummVM :: Bugs trac at scummvm.org
Sun Aug 30 01:05:05 UTC 2020


#11640: SCI: SQ6: Not possible to take the pil and the gallstones
----------------------------+-------------------------
  Reporter:  Alien-Grey     |      Owner:  (none)
      Type:  defect         |     Status:  new
  Priority:  normal         |  Component:  Engine: SCI
Resolution:                 |   Keywords:
      Game:  Space Quest 6  |
----------------------------+-------------------------
Comment (by sluicebox):

 Wow, that's an impassioned bug report from 1995.

 The Do icon is in a messed up state, it's unrelated to the specific items.
 You can't pick up anything because you can't click Do on anything. The Do
 icon thinks it's the "Exit South" icon, implying that something went wrong
 with one of the southern exits in the stomach. Normally, when the Walk
 icon is over an exit, the code temporarily switches it to the right Exit
 verb, so that's my prime suspect for where things went wrong, but I don't
 know why it broke.

 As a workaround, you can fix the icon by bringing up the ScummVM debugger
 and entering:

 {{{
 send doIcon2 message 4
 }}}

 If you remember where you were when or before Do stopped working that
 could help narrow it down. I think it involved an Exit South cursor and
 these are the stomach rooms with those:

 rm610   first room in the stomach
 rm640   tube with tablet, twinkie
 rm650   top green room
 rm660   bottom green room

 If you have a save game at the very beginning of the stomach section of
 the game that would be a big help for when I eventually try to reproduce
 this. I don't have any SQ6 save games and I don't want to play through it.

 (I don't know what's going on with that last save, it loads fine for me.)
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11640#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list