[Scummvm-git-logs] scummvm master -> 8d648b5b7ee235581a1d1c204b4941cd3e67fa8f
sluicebox
22204938+sluicebox at users.noreply.github.com
Mon Aug 12 05:57:06 CEST 2019
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:
8d648b5b7e SCI: Add detection entry for QFG4 Demo from KQ6 CD-ROM
Commit: 8d648b5b7ee235581a1d1c204b4941cd3e67fa8f
https://github.com/scummvm/scummvm/commit/8d648b5b7ee235581a1d1c204b4941cd3e67fa8f
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-08-11T20:56:18-07:00
Commit Message:
SCI: Add detection entry for QFG4 Demo from KQ6 CD-ROM
Trac #11062
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 7f62d70..87c0f52 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4097,6 +4097,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
+ // Quest for Glory 4 - English DOS Non-Interactive Demo (from KQ6 CD-ROM)
+ // No interpreter version number, doesn't include FLYTHRU.SEQ intro
+ // Note: we are not using ADGF_DEMO here, to avoid a game ID like qfg4demo-demo
+ {"qfg4demo", "Demo", {
+ { "resource.map", 0, "0d71869e3fa1d6a23c2a76ad845f693f", 922 },
+ { "resource.000", 0, "41ba03f0b188b029132daa3ece0d3e14", 623154 },
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
+
#ifdef ENABLE_SCI32
#define GUIO_QFG4_FLOPPY GUIO2(GUIO_NOSPEECH, \
More information about the Scummvm-git-logs
mailing list