[Scummvm-git-logs] scummvm master -> 2404a90a9846102896b97cac4aba889ad4e93a92

bluegr noreply at scummvm.org
Tue May 9 08:08:59 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:
2404a90a98 ULTIMA: Add detection entry for French Ultima 6


Commit: 2404a90a9846102896b97cac4aba889ad4e93a92
    https://github.com/scummvm/scummvm/commit/2404a90a9846102896b97cac4aba889ad4e93a92
Author: PushmePullyu (127053144+PushmePullyu at users.noreply.github.com)
Date: 2023-05-09T11:08:55+03:00

Commit Message:
ULTIMA: Add detection entry for French Ultima 6

Detect unofficial French translation patch by Docwise Dragon.

Fixes #14451

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index ca0b6918b4e..8f947d14af4 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -145,6 +145,40 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		GF_VGA_ENHANCED
 	},
 
+	// Ultima VI - French patch by Docwise Dragon
+	// https://sirjohn.de/en/ultima6/ultima-vi-french-translation-patch/
+	// Note: Not all user interface elements are translated in ScummVM
+	{
+		{
+			"ultima6",
+			0,
+			AD_ENTRY1s("converse.a", "35c95d56737d957db7e72193e810053b", 182937),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_ULTIMA6
+		},
+		GAME_ULTIMA6,
+		0
+	},
+
+	// Ultima VI - Enhanced - French patch by Docwise Dragon
+	// https://sirjohn.de/en/ultima6/ultima-vi-french-translation-patch/
+	// Note: Not all user interface elements are translated in ScummVM
+	{
+		{
+			"ultima6_enh",
+			0,
+			AD_ENTRY1s("converse.a", "35c95d56737d957db7e72193e810053b", 182937),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_ULTIMA6
+		},
+		GAME_ULTIMA6,
+		GF_VGA_ENHANCED
+	},
+
 	// Ultima VI - German Patch https://sirjohn.de/ultima-6/
 	// Note: Not all user interface elements are translated in ScummVM
 	{




More information about the Scummvm-git-logs mailing list