Menu

#6135 SCI: QFG1VGA - Hero's animation stuck after throwing dagger

closed-fixed
5
2015-04-24
2012-09-07
misterhands
No

Quest for Glory 1 DOS VGA Eng
SCUMMVM 1.6.0git1351-g74d5214 Win64

After throwing a dagger at the white stag, half of the Hero's animation/costume is not erased and stays stuck on the screen.
To reproduce this bug, simply load the uploaded savegame and throw the dagger at the poor thing.

This bug is also present in Sierra SCI, so it could be a script issue.

Discussion

  • misterhands

    misterhands - 2012-09-07
     
  • Filippos Karapetis

    It's the dialog box that appears. The hero is supposed to be in the "throwing dagger" position, and then he goes back to his normal pose. But the dialog is painted on top of him while he changes positions, so the previous position is changed, then the dialog appears on top of the hero, and then the hero resumes his "normal" stance, but his previous stance is still on screen.

    As mentioned, this is a script bug and only happens when the hero throws the dagger from a position where the dialog will appear.

     
  • Filippos Karapetis

    • assigned_to: nobody --> thebluegr
    • status: open --> closed-later
     
  • Filippos Karapetis

    This is a script bug, causing a small graphical glitch that only happens in a specific scene. Moving to the SCI bugs page:
    http://wiki.scummvm.org/index.php/SCI/Bugs#Script_bugs

     
  • M. Kiewitz

    M. Kiewitz - 2015-04-24
    • labels: Script bugs --> Script bugs, Also occurs in the original
    • status: closed-later --> closed-fixed
    • assigned_to: Filippos Karapetis --> M. Kiewitz
     
  • M. Kiewitz

    M. Kiewitz - 2015-04-24

    Fixed by commit 817217c225475e5908bd3e7f3cfe1076df10ac8d

    was an animation error, I added a script patch to fix it