[Scummvm-git-logs] scummvm master -> 60bdce9698ea18a698eed713c3e94aa3e2b72e1d

tag2015 noreply at scummvm.org
Tue Feb 18 15:10:33 UTC 2025


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:
60bdce9698 ULTIMA: Add detection entry for Ultima VI german patch 1.7


Commit: 60bdce9698ea18a698eed713c3e94aa3e2b72e1d
    https://github.com/scummvm/scummvm/commit/60bdce9698ea18a698eed713c3e94aa3e2b72e1d
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-02-18T16:06:03+01:00

Commit Message:
ULTIMA: Add detection entry for Ultima VI german patch 1.7

Fix #15511

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 82ad21c9527..cd747fa4f5d 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -156,6 +156,12 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 				Common::DE_DEU,
 				Common::kPlatformDOS),
 
+	// Ultima VI - German Patch 1.7 https://sirjohn.de/ultima-6/
+	// Note: Not all user interface elements are translated in ScummVM
+	ENTRY_ULTIMA6("converse.a", "f4e9280402baff12e5132e62f7bbb54f", 198810,
+				Common::DE_DEU,
+				Common::kPlatformDOS),
+
 	// PC98 Ultima 6
 	ENTRY_ULTIMA6_NORMAL_UNSTABLE("converse.a", "99975e79e7cae3ee24a8e33982f60fe4", 190920,
 				Common::JA_JPN,




More information about the Scummvm-git-logs mailing list