[Scummvm-tracker] [ScummVM :: Bugs] #4494: SCUMM: Indy3 (MAC) - Music Does Not Play When Loading Games
ScummVM :: Bugs
trac at scummvm.org
Sat Oct 14 14:39:12 UTC 2023
#4494: SCUMM: Indy3 (MAC) - Music Does Not Play When Loading Games
---------------------------+------------------------------
Reporter: SF/mthreepwood | Owner: athrxx
Type: defect | Status: pending
Priority: normal | Component: Engine: SCUMM
Version: | Resolution: pending
Keywords: | Game: Indiana Jones 3
---------------------------+------------------------------
Comment (by athrxx):
For the <=V3 games the sounds will usually be restored from script after
loading (see ScummEngine_v3::scummLoop_handleSaveLoad()): It works for all
these games like ZAK, INDY3 etc., unless you save your game in an unusual
situation (=using the GMM save in a place where the original does not
allow it). Unfortunately, as you can see from the code, we do not do the
postload fix on Mac (simply because the code/scripts are different and we
don't know what to do there).
For the games that don't use scripted saves (>=V4) the sounds have to be
restored from the savegames. Our ims driver implementations usually do
that, but not the CMS one. Also, it is still true that it is not a good
idea to load games with a different sound setting than the one used for
the save.
--
Ticket URL: <https://bugs.scummvm.org/ticket/4494#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list