[Scummvm-git-logs] scummvm master -> 10601d3b674d8099ed855d4c75d0ff3335763637
bluegr
noreply at scummvm.org
Fri Nov 1 21:06:23 UTC 2024
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:
10601d3b67 GRIM: Move detection entries into a separate file
Commit: 10601d3b674d8099ed855d4c75d0ff3335763637
https://github.com/scummvm/scummvm/commit/10601d3b674d8099ed855d4c75d0ff3335763637
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-11-01T23:05:59+02:00
Commit Message:
GRIM: Move detection entries into a separate file
This brings GRIM in line with what the rest of the engines are doing
regarding detection entries
Changed paths:
A engines/grim/detection_tables.h
engines/grim/detection.cpp
diff --git a/engines/grim/detection.cpp b/engines/grim/detection.cpp
index e02b0bba45c..1afca9afb44 100644
--- a/engines/grim/detection.cpp
+++ b/engines/grim/detection.cpp
@@ -20,8 +20,9 @@
*/
#include "engines/advancedDetector.h"
-#include "engines/grim/detection.h"
-#include "engines/grim/debug.h"
+#include "grim/debug.h"
+#include "grim/detection.h"
+#include "grim/detection_tables.h"
static const DebugChannelDef debugFlagList[] = {
{Grim::Debug::Info, "info", ""},
@@ -55,649 +56,6 @@ static const PlainGameDescriptor grimGames[] = {
{nullptr, nullptr}
};
-static const GrimGameDescription gameDescriptions[] = {
- {
- // Grim Fandango English version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango English version (unpatched)
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango English version (unpatched) + Chinese Fan translation
- {
- "grim",
- "",
- AD_ENTRY2s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176,
- "GRIM.TAB", "613d5c80480229837a14829cbc1e1d22", 273523),
- Common::ZH_CHN,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango English version (unpatched) + Russian Enpy translation
- {
- "grim",
- "ENPY",
- AD_ENTRY2s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176,
- "rus_font.lab", "df658c6a491a831d47a58eb21ccc7126", 162443),
- Common::RU_RUS,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-
- {
- // Grim Fandango French version (un/patched ???)
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "19bc0dc9554257b1f021463de54f359f", 56268691),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Russian (7Wolf) version
- {
- "grim",
- "7Wolf",
- AD_ENTRY1s("VOX0001.LAB", "b517dbb493679b1679036de1a1bfc8a5", 57180788),
- Common::RU_RUS,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Russian (Fargus) version
- {
- "grim",
- "Fargus",
- AD_ENTRY1s("VOX0001.LAB", "a38708ba97960ee7ee59218489a485eb", 44691160),
- Common::RU_RUS,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Portuguese version
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "89da4d4f4f90a8ea390450ed5a617f08", 57875710),
- Common::PT_BRA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Italian version
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "9e7075f3fb0427ae8136b290538d07dd", 62185775),
- Common::IT_ITA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Spanish version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "85d3e9504c481c5ccf2119ea6e0f4e2f", 53831340),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango German version
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "d304aa402098de5966816c0a11e45816", 66829347),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango German version (CD protected) - unsupported
- {
- "grim",
- "",
- AD_ENTRY1s("VOX0001.LAB", "88e8e13a8164c0df62b1f2f4e9ab4583", 388753408),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_UNSUPPORTED,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Hebrew Fan translation (patched)
- {
- "grim",
- "",
- AD_ENTRY2s("LOCAL.LAB", "d22648d6787c2f8f0a789ee3ed0c08f7", 608,
- "VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159),
- Common::HE_ISR,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Korean Fan translation (patched)
- {
- "grim",
- "",
- AD_ENTRY2s("VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159,
- "grim.ko.tab", NULL, AD_NO_SIZE),
- Common::KO_KOR,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-/* {
- // Grim Fandango German version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "464138caf47e580cbb237dee10674b16", 398671),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Spanish version
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "b1460cd029f13718f7f62c2403e047ec", 372709),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Spanish version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "b1460cd029f13718f7f62c2403e047ec", 372020),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Italian version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "2d99c796b7a4e5c421cae49dc29dab6c", 369242),
- Common::IT_ITA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango French version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "3bd00ca87214862c012ac99e1758dd83", 386292),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Portuguese version (patched)
- {
- "grim",
- "",
- AD_ENTRY1s("grim.tab", "4dc16be476bb6036b423bc331ca8281a", 362994),
- Common::PT_BRA,
- Common::kPlatformWindows,
- ADGF_NO_FLAGS,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-*/ {
- // Grim Fandango English demo version
- {
- "grim",
- "Demo",
- AD_ENTRY1s("gfdemo01.lab", "755cdac083f7f751bec7506402278f1a", 29489930),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango English demo version (with intro video)
- {
- "grim",
- "Demo",
- AD_ENTRY1s("gdemo001.lab", "c04c814093be829c4811a3a0aa80833d", 46615911),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango French demo version
- {
- "grim",
- "Demo",
- AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
- "voice001.lab", "7df474e03c23692ed02e4ce45f1a6b30", 13764168),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-
- {
- // Grim Fandango German demo version
- {
- "grim",
- "Demo",
- AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
- "voice001.lab", "2788dc7fd226787f3a68ac9c853d2580", 16561196),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-
- {
- // Grim Fandango Italian demo version
- {
- "grim",
- "Demo",
- AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
- "voice001.lab", "3b8ace62584380c66b73981e014ea40e", 14907410),
- Common::IT_ITA,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-
- {
- // Grim Fandango Spanish demo version
- {
- "grim",
- "Demo",
- AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
- "voice001.lab", "a810ec11acaf9d76cd04d2f68fcdc912", 13367206),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_DEMO,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
- {
- // Grim Fandango Remastered
- {
- "grim",
- "Remastered",
- AD_ENTRY1s("VOX0001.LAB", "0ff872fb353707fbdb9579038d4cf31c", 382736476),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_REMASTERED,
- GUI_OPTIONS_GRIME
- },
- GType_GRIM
- },
-
- {
- // Escape from Monkey Island English
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Chinese
- {
- "monkey4",
- "",
- AD_ENTRY2s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664,
- "Script.tab", "ee08a95b6820f7b876940f6cd41dbae7", 618346),
- Common::ZH_TWN,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island German
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "007a33881478be6b6e0228d8888536ae", 18512568),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Italian
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "d2f010c1cd1fd002eea403282a6b9a1e", 18513451),
- Common::IT_ITA,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Spanish
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "0d459954031c086a0448d2eb3fa068a1", 18514404),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island French
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "151af0a694382af873f325fcea293bb1", 18514420),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Portuguese
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "030e7637aee7886a3caad60cf102f797", 18515747),
- Common::PT_BRA,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Russian
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "779561a70a11dd5686974f122fc1516c", 18500052),
- Common::RU_RUS,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island English (Mac)
- {
- "monkey4",
- "",
- AD_ENTRY2s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664,
- "Monkey Island 4 Installer", "r:8230927789935674546c4b3f9b1368ea", 560139),
- Common::EN_ANY,
- Common::kPlatformMacintosh,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island German (Mac)
- {
- "monkey4",
- "",
- AD_ENTRY2s("artAll.m4b", "007a33881478be6b6e0228d8888536ae", 18512568,
- "EFMI Installer", "54298c7440dafedf33d2b27c7bb24052", 9241784),
- Common::DE_DEU,
- Common::kPlatformMacintosh,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
-
-#if defined(USE_MPEG2)
- {
- // Escape from Monkey Island English PS2
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "0dc9a4df0d8553f277d8dc8e23b6249d", 34593974),
- Common::EN_ANY,
- Common::kPlatformPS2,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island German PS2
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "5b5c7a3964c168eab44b82981db357d8", 34642186),
- Common::DE_DEU,
- Common::kPlatformPS2,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Italian PS2
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "2de68c8fd955c1a3c50202b072bde0cb", 34642651),
- Common::IT_ITA,
- Common::kPlatformPS2,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island Spanish PS2
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "ff6689dcca36c249ec834a3019aeb397", 34642656),
- Common::ES_ESP,
- Common::kPlatformPS2,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island French PS2
- {
- "monkey4",
- "",
- AD_ENTRY1s("artAll.m4b", "5ce964a19a8672944b9b62170e45ce28", 34593681),
- Common::FR_FRA,
- Common::kPlatformPS2,
- ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
-#endif
-
- {
- // Escape from Monkey Island CD demo (English)
- {
- "monkey4",
- "CD Demo",
- AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
- "monkey4.exe", "119ee6b9380cc0e373287fabb25e0578", 884736),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island web demo (English)
- {
- "monkey4",
- "Web Demo",
- AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
- "i9n.lab", "274f8579b01e0872fe6f1ba267266149", 26951),
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
- {
- // Escape from Monkey Island demo (French)
- {
- "monkey4",
- "Demo",
- AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
- "i9n.lab", "7f1744990472261bdcbc02036ba9f7ec", 1718385),
- Common::FR_FRA,
- Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
-
- {
- // Escape from Monkey Island demo (German)
- {
- "monkey4",
- "Demo",
- AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
- "i9n.lab", "28f6bc270b5c31970cc110c7656ff598", 1749051),
- Common::DE_DEU,
- Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
-
- {
- // Escape from Monkey Island demo (Spanish)
- {
- "monkey4",
- "Demo",
- AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
- "i9n.lab", "53b20d930f6e8c2e0880ed7e336eeebc", 1740761),
- Common::ES_ESP,
- Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
- GUI_OPTIONS_GRIME
- },
- GType_MONKEY4
- },
-
- { AD_TABLE_END_MARKER, GType_GRIM }
-};
-
class GrimMetaEngineDetection : public AdvancedMetaEngineDetection<Grim::GrimGameDescription> {
public:
GrimMetaEngineDetection() : AdvancedMetaEngineDetection(Grim::gameDescriptions, grimGames) {
diff --git a/engines/grim/detection_tables.h b/engines/grim/detection_tables.h
new file mode 100644
index 00000000000..1221fc6a674
--- /dev/null
+++ b/engines/grim/detection_tables.h
@@ -0,0 +1,674 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef GRIM_DETECTION_TABLES_H
+#define GRIM_DETECTION_TABLES_H
+
+#include "grim/detection.h"
+
+namespace Grim {
+
+static const GrimGameDescription gameDescriptions[] = {
+ {
+ // Grim Fandango English version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango English version (unpatched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango English version (unpatched) + Chinese Fan translation
+ {
+ "grim",
+ "",
+ AD_ENTRY2s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176,
+ "GRIM.TAB", "613d5c80480229837a14829cbc1e1d22", 273523),
+ Common::ZH_CHN,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango English version (unpatched) + Russian Enpy translation
+ {
+ "grim",
+ "ENPY",
+ AD_ENTRY2s("VOX0001.LAB", "8b12ed530195c6c577436df27df62ecb", 58011176,
+ "rus_font.lab", "df658c6a491a831d47a58eb21ccc7126", 162443),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+
+ {
+ // Grim Fandango French version (un/patched ???)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "19bc0dc9554257b1f021463de54f359f", 56268691),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Russian (7Wolf) version
+ {
+ "grim",
+ "7Wolf",
+ AD_ENTRY1s("VOX0001.LAB", "b517dbb493679b1679036de1a1bfc8a5", 57180788),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Russian (Fargus) version
+ {
+ "grim",
+ "Fargus",
+ AD_ENTRY1s("VOX0001.LAB", "a38708ba97960ee7ee59218489a485eb", 44691160),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Portuguese version
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "89da4d4f4f90a8ea390450ed5a617f08", 57875710),
+ Common::PT_BRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Italian version
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "9e7075f3fb0427ae8136b290538d07dd", 62185775),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Spanish version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "85d3e9504c481c5ccf2119ea6e0f4e2f", 53831340),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango German version
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "d304aa402098de5966816c0a11e45816", 66829347),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango German version (CD protected) - unsupported
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("VOX0001.LAB", "88e8e13a8164c0df62b1f2f4e9ab4583", 388753408),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Hebrew Fan translation (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY2s("LOCAL.LAB", "d22648d6787c2f8f0a789ee3ed0c08f7", 608,
+ "VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159),
+ Common::HE_ISR,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Korean Fan translation (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY2s("VOX0001.LAB", "444f05f2af689c1bffd179b8b6a632bd", 57993159,
+ "grim.ko.tab", NULL, AD_NO_SIZE),
+ Common::KO_KOR,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+/* {
+ // Grim Fandango German version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "464138caf47e580cbb237dee10674b16", 398671),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Spanish version
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "b1460cd029f13718f7f62c2403e047ec", 372709),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Spanish version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "b1460cd029f13718f7f62c2403e047ec", 372020),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Italian version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "2d99c796b7a4e5c421cae49dc29dab6c", 369242),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango French version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "3bd00ca87214862c012ac99e1758dd83", 386292),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Portuguese version (patched)
+ {
+ "grim",
+ "",
+ AD_ENTRY1s("grim.tab", "4dc16be476bb6036b423bc331ca8281a", 362994),
+ Common::PT_BRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+*/ {
+ // Grim Fandango English demo version
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY1s("gfdemo01.lab", "755cdac083f7f751bec7506402278f1a", 29489930),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango English demo version (with intro video)
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY1s("gdemo001.lab", "c04c814093be829c4811a3a0aa80833d", 46615911),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango French demo version
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
+ "voice001.lab", "7df474e03c23692ed02e4ce45f1a6b30", 13764168),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+
+ {
+ // Grim Fandango German demo version
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
+ "voice001.lab", "2788dc7fd226787f3a68ac9c853d2580", 16561196),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+
+ {
+ // Grim Fandango Italian demo version
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
+ "voice001.lab", "3b8ace62584380c66b73981e014ea40e", 14907410),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+
+ {
+ // Grim Fandango Spanish demo version
+ {
+ "grim",
+ "Demo",
+ AD_ENTRY2s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695,
+ "voice001.lab", "a810ec11acaf9d76cd04d2f68fcdc912", 13367206),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+ {
+ // Grim Fandango Remastered
+ {
+ "grim",
+ "Remastered",
+ AD_ENTRY1s("VOX0001.LAB", "0ff872fb353707fbdb9579038d4cf31c", 382736476),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_REMASTERED,
+ GUI_OPTIONS_GRIME
+ },
+ GType_GRIM
+ },
+
+ {
+ // Escape from Monkey Island English
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Chinese
+ {
+ "monkey4",
+ "",
+ AD_ENTRY2s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664,
+ "Script.tab", "ee08a95b6820f7b876940f6cd41dbae7", 618346),
+ Common::ZH_TWN,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island German
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "007a33881478be6b6e0228d8888536ae", 18512568),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Italian
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "d2f010c1cd1fd002eea403282a6b9a1e", 18513451),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Spanish
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "0d459954031c086a0448d2eb3fa068a1", 18514404),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island French
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "151af0a694382af873f325fcea293bb1", 18514420),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Portuguese
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "030e7637aee7886a3caad60cf102f797", 18515747),
+ Common::PT_BRA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Russian
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "779561a70a11dd5686974f122fc1516c", 18500052),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island English (Mac)
+ {
+ "monkey4",
+ "",
+ AD_ENTRY2s("artAll.m4b", "61959da91d864bf5f4588daa4a5a3019", 18515664,
+ "Monkey Island 4 Installer", "r:8230927789935674546c4b3f9b1368ea", 560139),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island German (Mac)
+ {
+ "monkey4",
+ "",
+ AD_ENTRY2s("artAll.m4b", "007a33881478be6b6e0228d8888536ae", 18512568,
+ "EFMI Installer", "54298c7440dafedf33d2b27c7bb24052", 9241784),
+ Common::DE_DEU,
+ Common::kPlatformMacintosh,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+
+#if defined(USE_MPEG2)
+ {
+ // Escape from Monkey Island English PS2
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "0dc9a4df0d8553f277d8dc8e23b6249d", 34593974),
+ Common::EN_ANY,
+ Common::kPlatformPS2,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island German PS2
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "5b5c7a3964c168eab44b82981db357d8", 34642186),
+ Common::DE_DEU,
+ Common::kPlatformPS2,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Italian PS2
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "2de68c8fd955c1a3c50202b072bde0cb", 34642651),
+ Common::IT_ITA,
+ Common::kPlatformPS2,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island Spanish PS2
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "ff6689dcca36c249ec834a3019aeb397", 34642656),
+ Common::ES_ESP,
+ Common::kPlatformPS2,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island French PS2
+ {
+ "monkey4",
+ "",
+ AD_ENTRY1s("artAll.m4b", "5ce964a19a8672944b9b62170e45ce28", 34593681),
+ Common::FR_FRA,
+ Common::kPlatformPS2,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+#endif
+
+ {
+ // Escape from Monkey Island CD demo (English)
+ {
+ "monkey4",
+ "CD Demo",
+ AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
+ "monkey4.exe", "119ee6b9380cc0e373287fabb25e0578", 884736),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island web demo (English)
+ {
+ "monkey4",
+ "Web Demo",
+ AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
+ "i9n.lab", "274f8579b01e0872fe6f1ba267266149", 26951),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+ {
+ // Escape from Monkey Island demo (French)
+ {
+ "monkey4",
+ "Demo",
+ AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
+ "i9n.lab", "7f1744990472261bdcbc02036ba9f7ec", 1718385),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+
+ {
+ // Escape from Monkey Island demo (German)
+ {
+ "monkey4",
+ "Demo",
+ AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
+ "i9n.lab", "28f6bc270b5c31970cc110c7656ff598", 1749051),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+
+ {
+ // Escape from Monkey Island demo (Spanish)
+ {
+ "monkey4",
+ "Demo",
+ AD_ENTRY2s("magdemo.lab", "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116,
+ "i9n.lab", "53b20d930f6e8c2e0880ed7e336eeebc", 1740761),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSTABLE,
+ GUI_OPTIONS_GRIME
+ },
+ GType_MONKEY4
+ },
+
+ { AD_TABLE_END_MARKER, GType_GRIM }
+};
+
+} // End of namespace Grim
+
+#endif
More information about the Scummvm-git-logs
mailing list