[Scummvm-git-logs] scummvm master -> 4a8a6361553ed979cad2ab96223343d72a6e2c66

yuv422 noreply at scummvm.org
Sun Aug 21 03:12:38 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:
4a8a636155 ULTIMA: Add detection for The Savage Empire v2.1


Commit: 4a8a6361553ed979cad2ab96223343d72a6e2c66
    https://github.com/scummvm/scummvm/commit/4a8a6361553ed979cad2ab96223343d72a6e2c66
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-08-21T13:12:32+10: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 6b618c5de05..e6d8b1b096a 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -681,6 +681,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