[Scummvm-git-logs] scummvm master -> e5eb20421d0267ba955e7a41167a7a89b4f9f638
bluegr
noreply at scummvm.org
Wed Jan 28 23:28:58 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
e5eb20421d SAGA: IHNM: Add detection for french fan translation
Commit: e5eb20421d0267ba955e7a41167a7a89b4f9f638
https://github.com/scummvm/scummvm/commit/e5eb20421d0267ba955e7a41167a7a89b4f9f638
Author: DarkCenobyte (DarkCenobyte at users.noreply.github.com)
Date: 2026-01-29T01:28:53+02:00
Commit Message:
SAGA: IHNM: Add detection for french fan translation
Changed paths:
engines/saga/detection_tables.h
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 2d40b9403a4..149c646a02e 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -1676,6 +1676,41 @@ static const SAGAGameDescription gameDescriptions[] = {
{},
},
+ // I Have No Mouth And I Must Scream - French fan translaction v1.2 for ScummVM (by DarkCenobyte)
+ // English CD version with French text patch (with Nimdok)
+ // (English speech - French text)
+ {
+ {
+ "ihnm",
+ "",
+ {
+ {"musicfm.res", GAME_MUSICFILE_FM, "0439083e3dfdc51b486071d45872ae52", AD_NO_SIZE},
+ {"musicgm.res", GAME_MUSICFILE_GM, "80f875a1fb384160d1f4b27166eef583", AD_NO_SIZE},
+ {"scream.res", GAME_RESOURCEFILE, "46bbdc65d164ba7e89836a0935eec8e6", 79211674},
+ {"patch.re_", GAME_PATCHFILE | GAME_RESOURCEFILE, "58b79e61594779513c7f2d35509fa89e", AD_NO_SIZE},
+ {"scripts.res", GAME_SCRIPTFILE, "be38bbc5a26be809dbf39f13befebd01", AD_NO_SIZE},
+ //{"sfx.res", GAME_SOUNDFILE, "1c610d543f32ec8b525e3f652536f269", AD_NO_SIZE},
+ // There are two English versions of the game, each one with a different sfx.res file
+ // Known MD5 checksums for sfx.res in the English version of the game are
+ // 1c610d543f32ec8b525e3f652536f269 and 45a9a9f5d37740be24fd2ae2edf36573
+ {"sfx.res", GAME_SOUNDFILE, NULL, AD_NO_SIZE},
+ AD_LISTEND
+ },
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GID_IHNM,
+ 0,
+ IHNM_DEFAULT_SCENE,
+ RESOURCELIST_IHNM,
+ FONTLIST_IHNM_CD,
+ PATCHLIST_NONE,
+ INTROLIST_NONE,
+ {},
+ },
+
// I Have No Mouth And I Must Scream - Mac English CD
{
{
More information about the Scummvm-git-logs
mailing list