[Scummvm-tracker] [ScummVM :: Bugs] #15606: SCI: KQ6CD Strange audio/text behaviour in DUAL mode

ScummVM :: Bugs trac at scummvm.org
Sun Dec 22 13:46:29 UTC 2024


#15606: SCI: KQ6CD Strange audio/text behaviour in DUAL mode
--------------------+-----------------------------
Reporter:  LaZar00  |       Owner:  (none)
    Type:  defect   |      Status:  new
Priority:  normal   |   Component:  Engine: SCI
 Version:           |  Resolution:
Keywords:           |        Game:  King's Quest 6
--------------------+-----------------------------
Comment (by LaZar00):

 Ok. After looking the scripts, I tried to modify "say" method in KQ6Print
 (104) script. Doing this little change, I think that it solves the stuck
 dialogue windows that use this method in Dual mode (gMsgType == 3).

 I tested it and seems to work well, but you have more knowledge than me to
 see if there could be some issue in specific situations. The solution
 applied is to show the text giving an amount of time (ticks). And get the
 seconds applying a little formula.

 I include an image to show you what I changed. Maybe you are interested in
 apply this in your code. Now only remains some messages with gMessenger
 that gets stuck.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15606#comment:6>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list