[Scummvm-tracker] [ScummVM :: Bugs] #13243: XEEN: Auto Note not updating in Darkstone Tower Level 4

ScummVM :: Bugs trac at scummvm.org
Mon Feb 7 06:19:42 UTC 2022


#13243: XEEN: Auto Note not updating in Darkstone Tower Level 4
---------------------+---------------------------------------------
Reporter:  darkstar  |       Owner:  dreammaster
    Type:  defect    |      Status:  closed
Priority:  normal    |   Component:  Engine: Xeen
 Version:            |  Resolution:  fixed
Keywords:            |        Game:  Might and Magic: World of Xeen
---------------------+---------------------------------------------
Changes (by dreammaster):

 * owner:  (none) => dreammaster
 * status:  new => closed
 * resolution:   => fixed

Comment:

 This is mostly fixed. The original script used index 128, which was
 technically out of bounds of the bitset in the party structure and
 savegame format. Previously it looks like I introduced a script patch to
 change the flag set for the statue to 127, but didn't realise it was
 hooked to the auto note display. I've since corrected that by increasing
 the size of the flags array by 1.

 So the upshoot now is that the auto-note for the statue is displayed, but
 it's not synchronised to savegames. I'm a bit too hesitant to do that,
 since the party structure loading as-is is used for loading new game data,
 and I'd have to introduce a bunch of hacks to work around saving/loading
 it for new savegames.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13243#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list