Opened 7 years ago

Closed 7 years ago

#9972 closed defect (fixed)

MOHAWK: Riven: Missing sound effect for submarine hatch closing.

Reported by: macca8 Owned by: bgK
Priority: low Component: Engine: Mohawk
Version: Keywords:
Cc: Game: Riven

Description

The sound of the hatch closing doesn't play when the player enters the submarine from the dock beside the main walkway.

For reference, the sound effect plays correctly at all other dock sites.

This glitch is also present in the original.

Current Daily Build: 1.10.0git3986-gc3f8f1a (18 July 2017)
Game Version: English, 5-CD (contains v1.02 patch files)
Platform: Intel Mac (OS X 10.6.8)

Attachments (1)

riven-003.rvn (17.8 KB ) - added by macca8 7 years ago.
Descend the ladder into the submarine.

Download all attachments as: .zip

Change History (4)

by macca8, 7 years ago

Attachment: riven-003.rvn added

Descend the ladder into the submarine.

comment:1 by bgK, 7 years ago

This one is a script bug.

current script:

transition(16);
switchCard(534);

should be:

transition(16);
switchCard(534);
playSound(112, 256, 0);

comment:2 by dafioram, 7 years ago

This bug is not present in the dvd version of riven played on scummvm.

comment:3 by bgK, 7 years ago

Owner: set to bgK
Resolution: fixed
Status: newclosed

Thanks for your report. This was fixed by adding a script patch in commit 1036022, for the CD version only.

Note: See TracTickets for help on using tickets.