[Scummvm-tracker] [ScummVM :: Bugs] #5172: SCI: QFG3: Crash in conversation
ScummVM :: Bugs
trac at scummvm.org
Wed Nov 30 02:38:12 UTC 2022
#5172: SCI: QFG3: Crash in conversation
-------------------------+--------------------------------
Reporter: SF/kuroshiro | Owner: wjp
Type: defect | Status: closed
Priority: normal | Component: Engine: SCI
Version: | Resolution: fixed
Keywords: script | Game: Quest for Glory 3
-------------------------+--------------------------------
Comment (by sluicebox):
Closure!
The missing piece was that the puzzle points that the Woo dialog handler
attempted to award were already awarded when asking Uhura about marriage.
(Bug on top of bug!) Marriage is the dialog option that brings up the
submenu with Woo, so Woo's hero:solvePuzzle call never did anything.
Patching the local variable from -75 to 75 would have been fine, although
any prior saves from within the room would have still crashed.
I've updated the patch to simplify this, since there was a also second
version for the NRS scripts included with GOG. Now there's one version and
it just returns instead of calling solvePuzzle. (If it weren't for save
game compatibility I would have patched the local.)
https://github.com/scummvm/scummvm/commit/ea86295e3edd02bd57376f4494b6ed5baa5e788a
--
Ticket URL: <https://bugs.scummvm.org/ticket/5172#comment:24>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list