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

neuromancer noreply at scummvm.org
Fri Oct 11 19:52:09 UTC 2024


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:
d3f672c0bb FREESCAPE: added another castle release


Commit: d3f672c0bb16dd0a84f0a016faf0f8803dc52118
    https://github.com/scummvm/scummvm/commit/d3f672c0bb16dd0a84f0a016faf0f8803dc52118
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-10-11T21:53:48+02:00

Commit Message:
FREESCAPE: added another castle release

Changed paths:
    engines/freescape/detection.cpp


diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 5f1a7d2896d..00ec7269d05 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -780,6 +780,22 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO4(GUIO_NOMIDI, GAMEOPTION_TRAVEL_ROCK, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
+	{
+		"castlemaster",
+		"Virtual Worlds",
+		{
+			{"CASTLE.EXE", 0, "ee80b083151fb1d70e3045a02f0de7fd", 2688},
+			{"CMC.EXE", 0, "9015c244dc8a97fe55df7b235b31e00c", 57168},
+			{"CME.EXE", 0, "d563ae1475752e6a9a81b1350abebef3", 89248},
+			{"CMH.EXE", 0, "cc68c42d254b3aa0f208cd08731c6805", 59968},
+			{"CMT.EXE", 0, "5814e68a175f74ebce0773a73e7488c7", 78768},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE,
+		GUIO4(GUIO_NOMIDI, GAMEOPTION_TRAVEL_ROCK, GUIO_RENDEREGA, GUIO_RENDERCGA)
+	},
 	{
 		"castlemaster",
 		"Domark PC Collection",




More information about the Scummvm-git-logs mailing list