[Scummvm-tracker] [ScummVM :: Bugs] #13827: SCI: QfG4 - Game gets frozen for some seconds when walking to the castle

ScummVM :: Bugs trac at scummvm.org
Sun Oct 16 00:42:15 UTC 2022


#13827: SCI: QfG4 - Game gets frozen for some seconds when walking to the castle
-------------------+--------------------------------
Reporter:  lwcorp  |       Owner:  bluegr
    Type:  defect  |      Status:  closed
Priority:  normal  |   Component:  Engine: SCI
 Version:          |  Resolution:  wontfix
Keywords:          |        Game:  Quest for Glory 4
-------------------+--------------------------------
Changes (by bluegr):

 * owner:  (none) => bluegr
 * status:  new => closed
 * resolution:   => wontfix

Comment:

 That is the expected behavior. Game scripts await for 5 seconds when
 entering the room for dramatic effect.
 There are 9 different events that can occur when the hero enters from the
 west, and they all contain this code. Patching them to wait less is
 possible, but I really don't see the point, since this delay is
 intentional.

 For reference, in this particular save, sEvent3 is called, which does a
 delay of 5 seconds. The possible events are sEvent2 - sEvent10, right
 after setting the script to sFromSouth.

 Since this delay is intentional and is added for dramatic effect, there is
 no reason to change it. Closing as wontfix
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13827#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list