Opened 8 years ago
Closed 8 years ago
#9648 closed defect (fixed)
SCI: GK2: Inventory jumps in the wrong direction at the start of scroll
Reported by: | bgK | Owned by: | csnover |
---|---|---|---|
Priority: | low | Component: | Engine: SCI |
Version: | Keywords: | sci32 | |
Cc: | Game: | Gabriel Knight 2 |
Description (last modified by )
In the inventory panel, clicking the down arrow scrolls one pixel in the wrong direction before scrolling in the correct direction.
Reproduction:
- Load save game
- Open inventory
- Press the down arrow in the inventory
Expected: Inventory only scrolls down
Actual: Inventory jumps a pixel upward before scrolling in the correct direction
Game version: 1.00 and 1.01
Change History (7)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Keywords: | sci32 added |
---|---|
Owner: | set to |
The file you uploaded expired and is no longer available. Could you please upload it again?
comment:3 by , 8 years ago
Owner: | changed from | to
---|
comment:4 by , 8 years ago
Something is definitely broken with the way this works in ScummVM (it shouldn’t ever be moving in the wrong direction as it is now), but the arrows are intended to be held down; the inventory does scroll successfully if you just hold down the mouse button instead of clicking.
comment:5 by , 8 years ago
Owner: | changed from | to
---|---|
Resolution: | → wontfix |
Status: | new → pending |
As it turns out, the jump up occurs in SSCI as well, but since it scrolls as fast as the game scripts can run, you are unlikely to notice it unless you turn cycles in DOSBox way down (to like 15%).
It may be possible to script patch whatever script is responsible for the janky scroll but it’s such a cosmetic problem that I don’t feel like investing time or energy in it. m-kiewitz, I know you have interest in script patching bugs, so if you would be interested in writing a patch for this bug then the ticket can stay open, otherwise I think it should be closed wontfix.
comment:6 by , 8 years ago
Description: | modified (diff) |
---|---|
Priority: | normal → low |
Summary: | SCI: GK2: Unable to scroll the inventory → SCI: GK2: Inventory jumps in the wrong direction at the start of scroll |
comment:7 by , 8 years ago
Owner: | changed from | to
---|---|
Resolution: | wontfix → fixed |
Status: | pending → closed |
Fixed in d34e5266edc86c8680a3eb314d711b6d10bf171b.
The saved game is too big to attach to the tracker. Here it is:
https://filenurse.com/download/64b6d3c583b3bbbd9a18f890a751ff32.html
The bug happens as soon as there are enough inventory items, using this particular save has no importance.
(The saves being very large is probably another bug. Their size seem to increase as progress in the game is made.)