[Scummvm-git-logs] scummvm master -> 198b37c702380a7151469bf7c88a1a32e12d57b8

dreammaster dreammaster at scummvm.org
Sun May 16 21:43:28 UTC 2021


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:
198b37c702 NUVIE: Added German detection entry


Commit: 198b37c702380a7151469bf7c88a1a32e12d57b8
    https://github.com/scummvm/scummvm/commit/198b37c702380a7151469bf7c88a1a32e12d57b8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-05-16T14:43:18-07:00

Commit Message:
NUVIE: Added German detection entry

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 90b9fcb57d..c6a417f819 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -172,6 +172,22 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		GF_VGA_ENHANCED
 	},
 
+	// Ultima VI - German Patch 1.6 https://sirjohn.de/ultima-6/
+	// Note: Not all user interface elements are translated in ScummVM
+	{
+		{
+			"ultima6",
+			0,
+			AD_ENTRY1s("converse.a", "5242f0228bbc9c3a60c7aa6071499688", 198797),
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+		GAME_ULTIMA6,
+		0
+	},
+
 	// PC98 Ultima 6
 	{
 		{




More information about the Scummvm-git-logs mailing list