[Scummvm-git-logs] scummvm master -> 96e05f5b5cd7b348da40d9aa45bfd741270d73f2
sluicebox
22204938+sluicebox at users.noreply.github.com
Sat May 22 04:59:24 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
96e05f5b5c SCI: Add SQ4 Spanish 5.25" floppy detection entry
Commit: 96e05f5b5cd7b348da40d9aa45bfd741270d73f2
https://github.com/scummvm/scummvm/commit/96e05f5b5cd7b348da40d9aa45bfd741270d73f2
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-05-21T22:29:17-06:00
Commit Message:
SCI: Add SQ4 Spanish 5.25" floppy detection entry
Trac #12524
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 3fd8dc3241..a570637d50 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5382,6 +5382,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+ // Space Quest 4 - Spanish DOS 5.25" Floppy (from mgtroyas, #12524)
+ {"sq4", "", {
+ {"resource.map", 0, "a634cf7bdae116e1e8f1d98ddf8a9621", 6345},
+ {"resource.000", 0, "8000a55aebc50a68b7cce07a8c33758c", 204315},
+ {"resource.001", 0, "e924cf86a72ada7736043f045cce345f", 1064718},
+ {"resource.002", 0, "c11e157a742c84a56f0a080cf5fee215", 857007},
+ {"resource.003", 0, "619c0dd6b07cf032dabe80f5f69b2fc6", 1170919},
+ {"resource.004", 0, "55fae26c2a92f16ef72c1e216e827c0f", 1064458},
+ {"resource.005", 0, "42a307941edeb1a3be31daeb2e4be90b", 1154954},
+ {"resource.006", 0, "11a6f691c54f458494d06afa9961c9cb", 923517},
+ AD_LISTEND},
+ Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
+
// Space Quest 4 - Spanish DOS Floppy (from jvprat, also includes english language)
// Executable scanning reports "1.SQ4.056", VERSION file reports "1.000"
// SCI interpreter version 1.000.200 (just a guess)
More information about the Scummvm-git-logs
mailing list