[Scummvm-git-logs] scummvm master -> 54e30a77ef23787e657e1bee089e6225b732f8e2

mistydemeo noreply at scummvm.org
Thu Oct 13 03:23:52 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:
54e30a77ef DIRECTOR: add Trans'2 demo


Commit: 54e30a77ef23787e657e1bee089e6225b732f8e2
    https://github.com/scummvm/scummvm/commit/54e30a77ef23787e657e1bee089e6225b732f8e2
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-10-12T20:17:09-07:00

Commit Message:
DIRECTOR: add Trans'2 demo

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index caec08d3f7a..70331de0332 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1173,6 +1173,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "strata",				"Strata Studio Pro" },
 	{ "toeic",				"PowerTOEIC" },
 	{ "toonet11",			"TooNet11" },
+	{ "trans2",				"Trans'2 ~僕とあたしと恋人と~" }, // Trans' 2: Boku to Atashi to Koibito to
 	{ "transland",			"トランスランド" },
 	{ "wonderompm",			"アルダスページメーカー4.5J速習用CD-ROM" },		// CD-ROM for Quick Study of Aldus PageMaker 4.5J
 	{ "wonderomcw",			"WONDEROM クラリスワークス" },					// WONDEROM ClarisWorks ver.2
@@ -7999,6 +8000,14 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2t_l("timewarp", "", "START32.EXE", "13fa7fd5d46ec8f5a44fecef77e27962", 1855247,
 								"TIMEWARP/INTRO.DXR", "18e309348235ac467f103d80dcea13ee", 2498042, Common::DE_DEU, 501),
 
+	// Mac version also includes Classic binaries
+	// Mac and Windows demos from http://www.catear.info/pr/trans2/download/
+	MACDEMO1("trans2", "Demo", "Trans2.osx", "91824f7788a1a8c129637dcadaff32df", 284863, 1010),
+	// Name configuration tool is also Director, and a separate executable
+	MACDEMO1("trans2", "Name configuration (demo)", "name_config.osx", "91824f7788a1a8c129637dcadaff32df", 284863, 1010),
+	WINDEMO1t_l("trans2", "Demo", "Trans2.exe", "1345daaccfb2e922bce7a1ec76bd229a", 2680954, Common::JA_JPN, 1010),
+	WINDEMO1t_l("trans2", "Name configuration (demo)", "name_config.exe", "cef71307ff7456353f06b03cf79d60d3", 4896694, Common::JA_JPN, 1010),
+
 	MACGAME1("vsexasia", "", "Virtual Sex with Asia", "f3817a8eca9efb143a23b76525dedfa9", 744578, 501),
 	WINGAME1t("vsexasia", "", "ASIA32.EXE", "686e9ceb9d2bceae861eac37d0f67653", 1397213, 501),
 




More information about the Scummvm-git-logs mailing list