[Scummvm-git-logs] scummvm master -> dcb4d9e91b8087056ed20a15a4b33ee2d94d97e5

lotharsm noreply at scummvm.org
Sun Dec 3 18:48:45 UTC 2023


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:
dcb4d9e91b ULTIMA: Add detection entry for alternative Ultima 6 version [TRAC #14659]


Commit: dcb4d9e91b8087056ed20a15a4b33ee2d94d97e5
    https://github.com/scummvm/scummvm/commit/dcb4d9e91b8087056ed20a15a4b33ee2d94d97e5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T19:48:31+01:00

Commit Message:
ULTIMA: Add detection entry for alternative Ultima 6 version [TRAC #14659]

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index bd05343b11e..90fc2b8f334 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -300,6 +300,22 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		GAME_ULTIMA6,
 		GF_VGA_ENHANCED
 	},
+	
+	// Ultima VI - alternative release
+	// TRAC #14659
+	{
+		{
+			"ultima6",
+			0,
+			AD_ENTRY1s("converse.a", "ee22a6ac3964f9ff11a48fcb3f4a9389", 162458),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_ULTIMA6
+		},
+		GAME_ULTIMA6,
+		0
+	},
 #endif
 
 #ifdef ENABLE_ULTIMA8




More information about the Scummvm-git-logs mailing list