[Scummvm-git-logs] scummvm master -> f8a83989174fa7f4ac2e0840ea89557efb4ef82f
aquadran
noreply at scummvm.org
Sun Jun 12 00:39:44 UTC 2022
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:
f8a8398917 DIRECTOR: Added "Hot Wheels Car" mini games detection entries. #13255, #13256, #13257
Commit: f8a83989174fa7f4ac2e0840ea89557efb4ef82f
https://github.com/scummvm/scummvm/commit/f8a83989174fa7f4ac2e0840ea89557efb4ef82f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-12T02:39:39+02:00
Commit Message:
DIRECTOR: Added "Hot Wheels Car" mini games detection entries. #13255, #13256, #13257
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index c2dfef94e4e..f460fcef4d0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -193,6 +193,12 @@ static const PlainGameDescriptor directorGames[] = {
{ "hhouse", "Gahan Wilson's The Ultimate Haunted House" },
{ "hkbigfun", "Hello Kitty Big Fun Deluxe" },
{ "horrortour1", "Zeddas: Servant of Sheol" },
+ { "hotwheelscamaro", "Hot Wheels Computer Cars - '93 Camaro" },
+ { "hotwheelshydro", "Hot Wheels Computer Cars - Hydroplane" },
+ { "hotwheelsmustang", "Hot Wheels Computer Cars - 1996 Mustang GT" },
+ { "hotwheelspistons", "Hot Wheels Computer Cars - Power Pistons" },
+ { "hotwheelsrigor", "Hot Wheels Computer Cars - Rigor Motor" },
+ { "hotwheelswiener", "Hot Wheels Computer Cars - Oscar Mayer Wienermobile" },
{ "id4p1", "iD4 Mission Disk 1 - Alien Supreme Commander" },
{ "id4p2", "iD4 Mission Disk 2 - Alien Science Officer" },
{ "id4p3", "iD4 Mission Disk 3 - Warrior Alien" },
@@ -3300,6 +3306,13 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO1("hyperblade", "Demo", "HYPER.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400), // full game is not Director
+ WINGAME1t("hotwheelscamaro", "", "CAMARO.EXE", "564b1fa630690b74eb1e2b940df4a8c6", 1435537, 404),
+ WINGAME1t("hotwheelshydro", "", "HYDRO.EXE", "74a10424115e3f5e47b0422f31998e53", 1437147, 404),
+ WINGAME1t("hotwheelsmustang", "", "MUSTANG.EXE", "b3eb31d3d5006cbb61116a36d1fa5ada", 1434270, 404),
+ WINGAME1t("hotwheelspistons", "", "PISTONS.EXE", "357e222858329db60762765b982771b4", 1434560, 404),
+ WINGAME1t("hotwheelsrigor", "", "RIGOR.EXE", "db508eeafce0c568a6fab9254e3cfbe4", 1443043, 404),
+ WINGAME1t("hotwheelswiener", "", "WIENER.EXE", "6d0228018fb293aa6e48b2a51e273e4d", 1391592, 404),
+
WINGAME1("id4p1", "iD4 Mission Disk 1 - Alien Supreme Commander", "SUPREME.EXE", "629eb9a5d991a2dbe380804e8c37043a", 1664965, 400),
WINGAME1("id4p2", "iD4 Mission Disk 2 - Alien Science Officer", "SCIENCE.EXE", "812a4b81b70e61e547c14dbbd507b402", 1766499, 400),
WINGAME1("id4p3", "iD4 Mission Disk 3 - Warrior Alien", "WARRIOR.EXE", "387245092ce0583c6fd0c54000b1502a", 1751593, 400),
More information about the Scummvm-git-logs
mailing list