[Scummvm-git-logs] scummvm master -> 02eb33f83f3b6a124152bd318bd603d4f0253065

bluegr bluegr at gmail.com
Mon Jul 22 06:56:16 CEST 2019


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:
02eb33f83f WINTERMUTE: Add detection for Italian demo of On the Tracks of Dinosaurs


Commit: 02eb33f83f3b6a124152bd318bd603d4f0253065
    https://github.com/scummvm/scummvm/commit/02eb33f83f3b6a124152bd318bd603d4f0253065
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2019-07-22T07:56:13+03:00

Commit Message:
WINTERMUTE: Add detection for Italian demo of On the Tracks of Dinosaurs

NOTE: This is a 2.5D game that is out of ScummVM scope

Developer's Download page states that there are EN/RU/IT versions:
http://reptilesquest.000webhostapp.com/index.php?page=5
However, rq_demo_beta25_multilang.exe allows to select only EN/RU.
italian.dcp can be extracted from rq_demo_beta25_multilang.exe using any
tool for Inno Setup installer.

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index ddb0700..ed6011e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -893,6 +893,12 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("data.dcp", "b624d3b19e37c094801a28d817bc3d76", 27345755,
 					"english.dcp", "42188d46ee079b555d578ea2b406fa19", 3897), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
 
+	// On the Tracks of Dinosaurs (Beta 2.5) (Italian)
+	// NOTE: This is a 2.5D game that is out of ScummVM scope
+	WME_WINENTRY("reptilesquest", "Beta 2.5",
+		WME_ENTRY2s("data.dcp", "b624d3b19e37c094801a28d817bc3d76", 27345755,
+					"italian.dcp", "361f41b1151119f66de851f07b78b7cc", 4132), Common::IT_ITA, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+
 	// On the Tracks of Dinosaurs (Beta 2.5) (Russian)
 	// NOTE: This is a 2.5D game that is out of ScummVM scope
 	WME_WINENTRY("reptilesquest", "Beta 2.5",





More information about the Scummvm-git-logs mailing list