[ scummvm-Patches-1936137 ] Speech for Mac BS1 english
SourceForge.net
noreply at sourceforge.net
Sun Apr 6 19:32:13 CEST 2008
Patches item #1936137, was opened at 2008-04-06 17:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1936137&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thierry Crozat (criezy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Speech for Mac BS1 english
Initial Comment:
According to some reports on the forum (see http://forum.scummvm.org/viewtopic.php?t=5453) the english version of the Mac BS1 is using big endian for the speech file. However this is not the case for all the Mac BS1 version (my french version has little endian speech file identical to the PC version).
Making the game work for big endian speech file is easy (the attached patch does it and has been tested by Mort - see aforementioned forum topic).
The difficulty is to know when to expect big endian speech file and when to expect little endian ones. The patch supposes that the PC version always uses little endian (should be safe) and that for the mac version (both demo and full) is depends on the language. In the patch only the english language is switched to big endian speech files (see SwordEngine::init()).
If it is indeed linked to the language (and not something else as the original interpreter version) the patch will make the game work for all PC versions and the french and english mac versions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1936137&group_id=37116
More information about the Scummvm-tracker
mailing list