[Scummvm-tracker] [ScummVM :: Bugs] #15460: SCUMM: COMI: credits text missing when subtitles are disabled.

ScummVM :: Bugs trac at scummvm.org
Fri Nov 8 06:05:15 UTC 2024


#15460: SCUMM: COMI: credits text missing when subtitles are disabled.
-----------------------------+------------------------------
Reporter:  mlauss2           |       Owner:  (none)
    Type:  defect            |      Status:  new
Priority:  normal            |   Component:  Engine: SCUMM
 Version:                    |  Resolution:
Keywords:  SMUSH, subtitles  |        Game:  Monkey Island 3
-----------------------------+------------------------------
Comment (by eriktorbjorn):

 Unless I completely misunderstand, I'm seeing the correct behavior on
 Android 2.8.1.1.

 Each subtitle has a 16-bit "flags" value, and one of these bits apparently
 indicate that the subtitle is tied to the subtitles setting. A comment in
 the code says, "if subtitles disabled and bit 3 is set, then do not draw",
 and that bit is not set on the mandatory subtitles.

 That comment has been there since at least ScummVM 0.3.0 which was
 released close to 22 years ago, so it seems something else must be going
 on here.

 The only thing I can think of is if the movie files were compressed (I
 think there is still support for that?), and the compression tool
 accidentally threw away that data. I think something like that did happen
 in the past, but I stopped using the compression tools when disk space
 became more plentiful so I haven't kept up.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15460#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list