[Scummvm-git-logs] scummvm master -> 93b16b59f2c2e74d54cfd6dab260907d791386a4

dreammaster noreply at scummvm.org
Mon Mar 21 01:20:09 UTC 2022


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:
93b16b59f2 ULTIMA: Add detection for The Savage Empire v2.1


Commit: 93b16b59f2c2e74d54cfd6dab260907d791386a4
    https://github.com/scummvm/scummvm/commit/93b16b59f2c2e74d54cfd6dab260907d791386a4
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-03-20T18:20:06-07:00

Commit Message:
ULTIMA: Add detection for The Savage Empire v2.1

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 0ad65a7685b..09da7f2b020 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -603,7 +603,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 	},
 
 
-	// GOG The Savage Empire
+	// The Savage Empire v1.6
 	{
 		{
 			"thesavageempire",
@@ -618,7 +618,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
-	// GOG The Savage Empire
+	// The Savage Empire v1.6
 	{
 		{
 			"thesavageempire_enh",
@@ -633,6 +633,36 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		GF_VGA_ENHANCED
 	},
 
+	// The Savage Empire v2.1
+	{
+		{
+			"thesavageempire",
+			0,
+			AD_ENTRY1s("talk.lzc", "1bbb5a425e1d7e2e3aa9b887e511ffc6", 160931),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GAME_SAVAGE_EMPIRE,
+		0
+	},
+
+	// The Savage Empire v2.1
+	{
+		{
+			"thesavageempire_enh",
+			0,
+			AD_ENTRY1s("talk.lzc", "1bbb5a425e1d7e2e3aa9b887e511ffc6", 160931),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GAME_SAVAGE_EMPIRE,
+		GF_VGA_ENHANCED
+	},
+
 	{ AD_TABLE_END_MARKER, (GameId)0, 0 }
 };
 




More information about the Scummvm-git-logs mailing list