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

mduggan noreply at scummvm.org
Thu Jul 13 05:57:03 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:
adbe1c6071 ULTIMA8: Add spanish fan translation (fixes #14484)


Commit: adbe1c6071a9cb69c9f117a631e061ea99151889
    https://github.com/scummvm/scummvm/commit/adbe1c6071a9cb69c9f117a631e061ea99151889
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2023-07-13T14:56:08+09:00

Commit Message:
ULTIMA8: Add spanish fan translation (fixes #14484)

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 8f947d14af4..e9df23a8b72 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -371,6 +371,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	// Fan translation patch for GOG version (provided by Condezer0, bug #14484)
+	{
+		{
+			"ultima8",
+			"Gold Edition",
+			AD_ENTRY1s("eusecode.flx", "cd4b330e09efd232360fd476bcc6a1d1", 1285847),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_ULTIMA8
+		},
+		GAME_ULTIMA8,
+		0
+	},
+
 	// German CD version
 	{
 		{




More information about the Scummvm-git-logs mailing list