#10793 closed defect (fixed)
SCI: GK1: Day 5 snake attack problems
Reported by: | sluicebox | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | original has-pull-request | |
Cc: | Game: | Gabriel Knight 1 |
Description
The day 5 snake attack has some problems that also occur in Sierra's interpreter.
- The audio for Gabriel's first line "Why is it so dark in here?" is interrupted as much as half way through by his second line, "Dr. John, hello?" at most game speeds
- Walking into the darkened museum runs at game speed, which at medium or fast speeds causes the audio problem and seems too fast, only to be slown down to 33% when the snake drops, which looks wrong
- Gabriel doesn't stop under the snake that drops on him, instead he stops short and then warps 17 pixels to the right when the snake animation starts, which looks really wrong
I'm submitting a patch for all of it.
This script patch initializes Gabriel's speed to 33% to match what the script eventually sets it to, which takes care of the interrupted lines and inconsistent speed. It looks to me like this is the intended pacing for the scene. Adjusting Gabriel's coordinates a bit solves the snake warping, he now ends up directly underneath the snake so that it drops on him smoothly.
Attaching a save at the map with speed set to high, go to the museum and the sequence will run.
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | gk1-cd.013 added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Keywords: | original has-pull-request added |
---|
comment:3 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for your work! Closing this
comment:4 by , 3 years ago
Owner: | changed from | to
---|
https://github.com/scummvm/scummvm/pull/1374