[Scummvm-git-logs] scummvm master -> 6ea6667edfdf9932ee6de481c6a03c0414dac421
sluicebox
noreply at scummvm.org
Tue Sep 27 16:06:27 UTC 2022
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:
6ea6667edf SCI: Add detection entry for SQ1VGA 2.1 fan patch
Commit: 6ea6667edfdf9932ee6de481c6a03c0414dac421
https://github.com/scummvm/scummvm/commit/6ea6667edfdf9932ee6de481c6a03c0414dac421
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-09-27T12:04:55-04:00
Commit Message:
SCI: Add detection entry for SQ1VGA 2.1 fan patch
Ticket #13634
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index de829468f48..8b28f3630cc 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5249,6 +5249,18 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16 },
+ // Space Quest 1 VGA Remake - "Version 2.1" fan patch
+ // VERSION file reports "2.1"
+ {"sq1sci", "SCI", {
+ {"resource.map", 0, "67a6792a8384fca77150e3b6c42a6f1e", 5991},
+ {"resource.000", 0, "a5eaa1c8cb48dced9bee23dfafaae19e", 1059308},
+ {"resource.001", 0, "15798bab768651db66819779af4185f0", 1039102},
+ {"resource.002", 0, "6827e20dc7a4a98c3c0f0e0be5f78cfe", 1169366},
+ {"resource.003", 0, "eae18632e2b70bbb688d679fb3022052", 1215951},
+ {"resource.004", 0, "252b9bda620fb47ef65b6e2cca3e73be", 1206005},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_SQ1_ENGLISH_PC },
+
// Space Quest 1 VGA Remake - English Mac (from Fingolfin)
{"sq1sci", "SCI", {
{"resource.map", 0, "5c6ad20407261b544238e8dce87afead", 5895},
More information about the Scummvm-git-logs
mailing list