#15707 closed defect (fixed)
TUCKER: Unable to skip the 10 minute intro to Bud Tucker (2.9.0)
Reported by: | RightSaidBrett | Owned by: | bluegr |
---|---|---|---|
Priority: | high | Component: | Engine: Tucker |
Version: | Keywords: | bud tucker bug intro | |
Cc: | Game: | Bud Tucker |
Description
Pressing escape does not work and accessing the ScummVM menu doesn't not allow one to access the save/load features during the 10 minute intro. This means that the player has to sit through the 10 minute intro every single time that they start up the game!
This is an exclusive bug to ScummVM 2.9.0. As per the only workaround that I've is to clear the mapping for "Escape" within the ScummVM keymapping settings.
Change History (5)
comment:1 by , 4 weeks ago
Summary: | Unable to skip the 10 minute intro to Bud Tucker (2.9.0) → TUCKER: Unable to skip the 10 minute intro to Bud Tucker (2.9.0) |
---|
comment:2 by , 4 weeks ago
Note:
See TracTickets
for help on using tickets.
Is this the correct fix? I haven't really looked at the keymapper stuff, but the main event loop went from checking
EVENT_KEYDOWN
to checkingEVENT_CUSTOM_ENGINE_ACTION_START
to detect the Esc key.