[Scummvm-git-logs] scummvm master -> 3132c127374f6d4fd2c85b674c733da56e1570ee

sev- sev at scummvm.org
Mon Nov 23 16:13:43 UTC 2020


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:
3132c12737 SCI: Add alternative SQ5 Russian release


Commit: 3132c127374f6d4fd2c85b674c733da56e1570ee
    https://github.com/scummvm/scummvm/commit/3132c127374f6d4fd2c85b674c733da56e1570ee
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-11-23T17:13:40+01:00

Commit Message:
SCI: Add alternative SQ5 Russian release

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 8dfe891ca2..ce1d939606 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5469,6 +5469,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16	},
 
+	// Space Quest 5 - Russian DOS
+	// VERSION file reports "1.04"
+	{"sq5", "", {
+		{"resource.map", 0, "31ce07f482d5af535fb0a2d365b2be76", 6676},
+		{"resource.000", 0, "654a7d7647d09e13502f0ec69e3ab05c", 5644028},
+		AD_LISTEND},
+		Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16	},
+
 #ifdef ENABLE_SCI32
 
 #define GUIO_SQ6_DEMO GUIO3(GUIO_NOLAUNCHLOAD, \




More information about the Scummvm-git-logs mailing list