From 53fb65932c7c4b6448595da060132b0dd4fcadfe Mon Sep 17 00:00:00 2001 From: Lenny <5207937+CustomLenny@users.noreply.github.com> Date: Tue, 2 Feb 2021 20:31:41 +1100 Subject: [PATCH] DIRECTOR: add The Simpsons Cartoon Studio WIN to detection --- engines/director/detection.cpp | 2 ++ engines/director/detection_tables.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index cbc8c965e05..d3cdf5b512c 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -135,8 +135,10 @@ static const PlainGameDescriptor directorGames[] = { { "sciencesmart", "Science Smart"}, { "screamingmetal", "Screaming Metal"}, { "shanghai", "Shanghai: Great Moments"}, + { "simpsons", "The Simpsons: Cartoon Studio"}, { "skyborg", "SkyBorg: Into the Vortex"}, { "snh", "A Silly Noisy House"}, + { "splayer", "The Simpsons: Cartoon Studio Player"}, { "spyclub", "Spy Club" }, { "spycraft", "Spycraft: The Great Game" }, { "staytooned", "Stay Tooned!" }, diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 378111541e5..88f870e16d5 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -682,6 +682,9 @@ static const DirectorGameDescription gameDescriptions[] = { WINDEMO("shanghai", "Demo", "SHGMDEMO.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400), // full game is not Director + WINGAME("simpsons", "", "SIMPSONS.EXE", "358af28ffe3fa515a9b9a03149483cb1", 3368957, 404), + WINGAME("splayer", "", "SPLAYER.EXE", "8966c096c5718316fddc7b238dd9df94", 884843, 404), // standalone player for simpsons cartoons + MACGAME("skyborg", "", "SkyBorg 1.0", "bcd3c718db258701496b3c5bcb827ef2", 486954, 400), WINGAME("skyborg", "", "BORG.EXE", "855f305ba8ae70d5e5a53a9085b83d5b", 1887499, 400),