[Scummvm-tracker] [ScummVM :: Bugs] #15708: SCI: LAURABOW: Gloria Doesn't Get Thrown Down the Well?

ScummVM :: Bugs trac at scummvm.org
Wed Jan 22 17:56:44 UTC 2025


#15708: SCI: LAURABOW: Gloria Doesn't Get Thrown Down the Well?
-------------------------------------+-------------------------------------
Reporter:  ArthurWalden              |       Owner:  (none)
    Type:  defect                    |      Status:  new
Priority:  normal                    |   Component:  Engine: SCI
 Version:                            |  Resolution:
Keywords:  laurabow, colonel,        |        Game:  Laura Bow 1: The
  gloria, dead, well                 |  Colonel's Bequest
-------------------------------------+-------------------------------------
Comment (by OmerMor):

 Gloria's body location has 50% chance of being in the well, unless you
 enter one of these rooms in act 3, while some global variable is less than
 7. In that case the body is set to be found in the gazebo.

 That global variable is named `gJeevesChoresState` in sluicebox's
 decompiled scripts.
 It is set in the clarwand.sc script as `(= gJeevesChoresState (- 7 (/
 [gCycleTimers 3] 100)))` or in a c style: `gJeevesChoresState = 7 -
 (gCycleTimers[3] / 100);`

 So I guess in your save game the global for (the future position of)
 gloria's body was already set in act 3.

 I didn't investigate any deeper than that, but I'm sure Sluicebox would
 love to elaborate.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15708#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list