[Scummvm-git-logs] scummvm master -> 95dc0072831a999a213c68f7466abe7e84a7505a
dreammaster
paulfgilbert at gmail.com
Thu Oct 29 05:06:21 UTC 2020
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:
95dc007283 NUVIE: Added reported variant detection
Commit: 95dc0072831a999a213c68f7466abe7e84a7505a
https://github.com/scummvm/scummvm/commit/95dc0072831a999a213c68f7466abe7e84a7505a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-10-28T22:06:09-07:00
Commit Message:
NUVIE: Added reported variant detection
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 77ed77c56c..6dca6ed7f4 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -186,6 +186,62 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
+ // Ultima VI - Nitpickers Delight older version
+ {
+ {
+ "ultima6",
+ 0,
+ AD_ENTRY1s("converse.a", "5c15ba2a75fb921b715a1a0bf0152bac", 165874),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GAME_ULTIMA6,
+ 0
+ },
+ {
+ {
+ "ultima6_enh",
+ 0,
+ AD_ENTRY1s("converse.a","5c15ba2a75fb921b715a1a0bf0152bac", 165874),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GAME_ULTIMA6,
+ GF_VGA_ENHANCED
+ },
+
+ // Ultima VI - Nitpickers Delight newer version
+ {
+ {
+ "ultima6",
+ 0,
+ AD_ENTRY1s("converse.a", "9f77c84a03efc77df2d53544d1275da8", 167604),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GAME_ULTIMA6,
+ 0
+ },
+ {
+ {
+ "ultima6_enh",
+ 0,
+ AD_ENTRY1s("converse.a", "9f77c84a03efc77df2d53544d1275da8", 167604),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GAME_ULTIMA6,
+ GF_VGA_ENHANCED
+ },
+
// Ultima VIII - Ultima Collection 1998
{
{
More information about the Scummvm-git-logs
mailing list