WINTERMUTE: Add detection for Idiot's Tale

Idiot's Tale is absolutely awesome King's Quest parody game that you can
get here:
https://store.steampowered.com/app/810450/The_Idiots_Tale/
This commit is contained in:
lb_ii 2021-04-15 02:56:26 +03:00 committed by Eugene Sandulenko
parent faa4c5adb7
commit 0d3394d2b8
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"hamlet", "Hamlet or the last game without MMORPG features, shaders and product placement"},
{"helga", "Helga Deep In Trouble"},
{"hor", "Hor"},
{"idiotstale", "The Idiot's Tale"},
{"jamesperis", "James Peris: No License Nor Control"},
{"knossos", "K'NOSSOS"},
{"kulivocko", "Kulivocko"},
@ -1245,6 +1246,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("hor", "1.3",
WME_ENTRY1s("data.dcp", "37b0abeb8651b82b9e6327bd10a18185", 15077486), Common::UNK_LANG, ADGF_UNSTABLE, WME_1_9_3),
// The Idiot's Tale (Steam, April 2018)
WME_WINENTRY("idiotstale", "1.0.2",
WME_ENTRY1s("data.dcp", "3ecf43cb535482b82fd583097921edb9", 417507705), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
// James Peris: No License Nor Control (English)
WME_WINENTRY("jamesperis", "Version 1.5",
WME_ENTRY1s("data.dcp", "f5635080b65aaf75c3676ce0cd46460b", 225294032), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),

View File

@ -90,6 +90,7 @@ inline Common::KeymapArray getWintermuteKeymaps(const char *target, const Common
gameId == "framed" ||
gameId == "hamlet" ||
gameId == "hor" ||
gameId == "idiotstale" ||
gameId == "juliauntold" ||
gameId == "lifein3minutes" ||
gameId == "lonelyrobot" ||