Ticket #9532: detection_tables.patch

File detection_tables.patch, 1.2 KB (added by SF/windlepoons, 8 years ago)
  • (a) /tmp/scummvm-master/engines/saga/detection_tables.h vs. (b) "/tmp/IHNM-Fan/detection_tables.h"

    a b static const SAGAGameDescription gameDes  
    741741                NULL,
    742742        },
    743743
     744        // I Have No Mouth And I Must Scream - German fan CD translation
     745        // English CD version with German text patch (with Nimdok)
     746        // (English speech - German text)
     747        {
     748                {
     749                        "ihnm",
     750                        "",
     751                        {
     752        {"musicfm.res", GAME_MUSICFILE_FM,                                      "0439083e3dfdc51b486071d45872ae52", -1},
     753        {"musicgm.res", GAME_MUSICFILE_GM,                                      "80f875a1fb384160d1f4b27166eef583", -1},
     754        {"scream.res",  GAME_RESOURCEFILE,                                      "46bbdc65d164ba7e89836a0935eec8e6", 79219799},
     755        {"patch.re_",   GAME_PATCHFILE | GAME_RESOURCEFILE,                     "58b79e61594779513c7f2d35509fa89e", -1},
     756        {"scripts.res", GAME_SCRIPTFILE,                                        "be38bbc5a26be809dbf39f13befebd01", -1},
     757        {"sfx.res",     GAME_SOUNDFILE,                                         "1c610d543f32ec8b525e3f652536f269", -1},
     758        { NULL, 0, NULL, 0}
     759                        },
     760                        Common::DE_DEU,
     761                        Common::kPlatformDOS,
     762                        ADGF_NO_FLAGS,
     763                        GUIO1(GUIO_NOASPECT)
     764                },
     765                GID_IHNM,
     766                0,
     767                IHNM_DEFAULT_SCENE,
     768                &IHNM_Resources,
     769                ARRAYSIZE(IHNMCD_GameFonts),
     770                IHNMCD_GameFonts,
     771                NULL,
     772        },
     773
    744774        // I Have No Mouth And I Must Scream - Sp CD version
    745775        {
    746776                {