[Scummvm-git-logs] scummvm master -> 1b537ff845dccbca520c318c9ce977d6648f2cb9
sdelamarre
noreply at scummvm.org
Mon Aug 28 16:24:19 UTC 2023
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:
1b537ff845 GOB: Add detection for two more variants of Adiboud'chou
Commit: 1b537ff845dccbca520c318c9ce977d6648f2cb9
https://github.com/scummvm/scummvm/commit/1b537ff845dccbca520c318c9ce977d6648f2cb9
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-08-28T18:24:14+02:00
Commit Message:
GOB: Add detection for two more variants of Adiboud'chou
Changed paths:
engines/gob/detection/tables.h
engines/gob/detection/tables_adiboudchou.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index b3226673fef..5a46fe93e3d 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -71,6 +71,8 @@ static const PlainGameDescriptor gobGames[] = {
{"adiboudessin", "Adibou presente Dessin"},
{"adiboudchoumer", "Adiboud'chou a la mer"},
{"adiboudchoubanquise", "Adiboud'chou sur la banquise"},
+ {"adiboudchoucampagne", "Adiboud'chou a la campagne"},
+ {"adiboudchoujunglesavane", "Adiboud'chou dans la jungle et la savane"},
{0, 0}
};
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index 486a3a04021..34daaafd141 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -58,5 +58,33 @@
kFeatures640x480,
0,0,0
},
+{
+ {
+ "adiboudchoucampagne",
+ _s("Missing game code"), // Addy Buschu auf dem Land 1.00 (Engine: DEV7 version unknown)
+ AD_ENTRY1s("adbc_envir_obc.stk", "4b43d3d1a8bc908d80e729069c5bb59f", 2831471),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kGameTypeNone,
+ kFeatures640x480,
+ 0,0,0
+},
+{
+ {
+ "adiboudchoujunglesavane",
+ _s("Missing game code"), // Addy Buschu Die bunte Tierwelt 1.00 (Engine: DEV7 version 1.0.0.0)
+ AD_ENTRY1s("adbc_envir_obc.stk", "7f33561f295030cbe64a21f941ef1efc", 3188852),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kGameTypeNone,
+ kFeatures640x480,
+ 0,0,0
+},
#endif // GOB_DETECTION_TABLES_ADIBOUDCHOU_H
More information about the Scummvm-git-logs
mailing list