[Scummvm-git-logs] scummvm master -> 07580a0d8b603c4776370d78eae732a2d13e7072
sluicebox
noreply at scummvm.org
Thu Nov 14 22:57:22 UTC 2024
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:
07580a0d8b SCI: Add detection for KQ4 Italian fan translation
Commit: 07580a0d8b603c4776370d78eae732a2d13e7072
https://github.com/scummvm/scummvm/commit/07580a0d8b603c4776370d78eae732a2d13e7072
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2024-11-14T14:56:18-08:00
Commit Message:
SCI: Add detection for KQ4 Italian fan translation
Trac #15481
Thanks to @aculotarpa for reporting
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 67cb1394ea3..c73e07fa137 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1821,6 +1821,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
+ // King's Quest 4 - Italian fan translation
+ // Game version 1.001.111 (Sep 23, 1988)
+ // SCI interpreter version 0.000.274
+ {"kq4sci", "SCI", {
+ {"resource.map", 0, "548e64a8acb92023f7206094f03ba149", 5712},
+ {"resource.001", 0, "e7ff10b619a45742876e24fe64149471", 2266925},
+ AD_LISTEND},
+ Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
+
// King's Quest 4 - Russian
// Game version 1.001.111 (Sep 23, 1988)
// SCI interpreter version 0.000.274
More information about the Scummvm-git-logs
mailing list