[ scummvm-Bugs-3092335 ] SCI: Wrong detection Laura Bow 1 - German
SourceForge.net
noreply at sourceforge.net
Thu Oct 21 21:35:57 CEST 2010
Bugs item #3092335, was opened at 2010-10-21 19:35
Message generated for change (Tracker Item Submitted) made by markcoolio
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3092335&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: MD5 checksums / Detector
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MarkCoolio (markcoolio)
Assigned to: Nobody/Anonymous (nobody)
Summary: SCI: Wrong detection Laura Bow 1 - German
Initial Comment:
According to the post of Tobis87 at this link: http://forums.scummvm.org/viewtopic.php?p=44600&sid=fad8cb9a01f50ac91fbdd201b18b98fd
there shall be a german version of Laura Bow 1.
I have this floppy version and all I can say that it is English only!
Note that in detectiontables there is mention of english and german version with same md5:
// Laura Bow - English DOS (from FRG)
// SCI interpreter version 0.000.631
{"laurabow", "", {
{"resource.map", 0, "b1905f6aa68ff65a057b080b1eae954c", 12030},
{"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 108032},
{"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 354680},
{"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 361815},
{"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 339714},
{"resource.005", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 327465},
{"resource.006", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 328390},
{"resource.007", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 317687},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
// Laura Bow - German DOS (from Tobis87, also includes english language)
// SCI interpreter version 0.000.631 (or 0.000.685?)
{"laurabow", "", {
{"resource.map", 0, "b1905f6aa68ff65a057b080b1eae954c", 12030},
{"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 108032},
{"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 354680},
{"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 361815},
{"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 339714},
{"resource.005", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 327465},
{"resource.006", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 328390},
{"resource.007", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 317687},
AD_LISTEND},
Common::DE_DEU, Common::kPlatformPC, ADGF_ADDENGLISH, GUIO_NOSPEECH },
=> at least here I cannot switch the language. Of course both will be detected by adding the game but whatever I choose I always get English language.
SO I think it should be proofed again and then the entry can be removed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3092335&group_id=37116
More information about the Scummvm-tracker
mailing list