[Scummvm-tracker] [ScummVM :: Bugs] #15126: AGI: KQ3: Intro Text Goes by Too Quickly

ScummVM :: Bugs trac at scummvm.org
Tue May 14 08:41:21 UTC 2024


#15126: AGI: KQ3: Intro Text Goes by Too Quickly
-------------------------------------------+-----------------------------
Reporter:  ArthurWalden                    |       Owner:  (none)
    Type:  defect                          |      Status:  new
Priority:  normal                          |   Component:  Engine: AGI
 Version:                                  |  Resolution:
Keywords:  kq3, introduction text, cycles  |        Game:  King's Quest 3
-------------------------------------------+-----------------------------
Comment (by m-kiewitz):

 Nice find, I still wonder why the game is running at speed 1 for ScummVM
 and speed 2 for DosBox, but this explains the message box itself.

 But btw.
 - windowTimer = windowTimer * 10; // 1 = 0.5 seconds
 + windowTimer = windowTimer * 20; // 1 = 0.5 seconds (20 cycles)

 Please fix the comment, it should say 1 = 0.25 seconds

 I changed it back then, so that we can throttle the speed 0 setting to 40
 fps and that should stay. The original AGI wasn't doing that. Speed 0
 meant as-fast-as-possible, which speed runners like, but which is
 unplayable.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15126#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list