[Scummvm-cvs-logs] scummvm master -> dec810647eed02fae065ea425788e677bb98e119

sev- sev at scummvm.org
Sun Mar 27 12:34:00 CEST 2016


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:
dec810647e SAGA: Added German fan-translated IHNM detection. Bug #7091


Commit: dec810647eed02fae065ea425788e677bb98e119
    https://github.com/scummvm/scummvm/commit/dec810647eed02fae065ea425788e677bb98e119
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-27T12:33:47+02:00

Commit Message:
SAGA: Added German fan-translated IHNM detection. Bug #7091

Changed paths:
    engines/saga/detection_tables.h



diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 8b3a0e5..f570c5e 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -741,6 +741,36 @@ static const SAGAGameDescription gameDescriptions[] = {
 		NULL,
 	},
 
+	// I Have No Mouth And I Must Scream - German fan CD translation
+	// English CD version with German text patch (with Nimdok)
+	// (English speech - German text)
+	{
+		{
+			"ihnm",
+			"fan-made",
+			{
+	{"musicfm.res",	GAME_MUSICFILE_FM,					"0439083e3dfdc51b486071d45872ae52", 302676},
+	{"musicgm.res",	GAME_MUSICFILE_GM,					"80f875a1fb384160d1f4b27166eef583", 314020},
+	{"scream.res",	GAME_RESOURCEFILE,					"46bbdc65d164ba7e89836a0935eec8e6", 79219797},
+	{"scripts.res",	GAME_SCRIPTFILE,					"be38bbc5a26be809dbf39f13befebd01", 523800},
+	{"patch.re_",	GAME_PATCHFILE | GAME_RESOURCEFILE,	"58b79e61594779513c7f2d35509fa89e", 5038599},
+	{"sfx.res",		GAME_SOUNDFILE,						"1c610d543f32ec8b525e3f652536f269", 22561056},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GID_IHNM,
+		0,
+		IHNM_DEFAULT_SCENE,
+		&IHNM_Resources,
+		ARRAYSIZE(IHNMCD_GameFonts),
+		IHNMCD_GameFonts,
+		NULL,
+	},
+
 	// I Have No Mouth And I Must Scream - Sp CD version
 	{
 		{






More information about the Scummvm-git-logs mailing list