[Scummvm-git-logs] scummvm master -> 1aeff4af565aab5be40a71547930312573f721db
sev-
noreply at scummvm.org
Wed May 3 09:19:24 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:
1aeff4af56 AGS: Added detection for Gobliiins5
Commit: 1aeff4af565aab5be40a71547930312573f721db
https://github.com/scummvm/scummvm/commit/1aeff4af565aab5be40a71547930312573f721db
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-05-03T11:18:42+02:00
Commit Message:
AGS: Added detection for Gobliiins5
Yet to figure out how to switch the gane to English
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ffe2a859464..18ef264ddb6 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -303,6 +303,10 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "geminirue", "Gemini Rue" },
{ "ghostdream", "Ghostdream" },
{ "ghostman", "Ghostman: The Council Calamity" },
+ { "gobliiins5-1", "Gobliiins5 Part1/Demo" },
+ { "gobliiins5-2", "Gobliiins5 Part2" },
+ { "gobliiins5-3", "Gobliiins5 Part3" },
+ { "gobliiins5-4", "Gobliiins5 Part4" },
{ "goldenwake", "A Golden Wake" },
{ "graceward", "Graceward" },
{ "grandmabadass", "GrandMa Badass" },
@@ -3948,6 +3952,10 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("geminirue", "ac2game.dat", "e8f1d07a6b363e9cc80dac5367f1b4ba", 72836785), // MacOS, Humble Bundle
GAME_ENTRY_EN_STEAM("ghostdream", "ghostdream.exe", "05594881531d62e4575545f3c8fd2576", 480856325),
GAME_ENTRY_EN_STEAM("ghostman", "Rebut And Ghostman.exe", "0241777c2537fc5d077c05cde10bfa9f", 10312749),
+ GAME_ENTRY_LANG("gobliiins5-1", "Gobliiins5-Part1.exe", "t:684f59952b168c26b45556d1560bb590", 174840675, Common::FR_FRA),
+ GAME_ENTRY_LANG("gobliiins5-2", "Gobliiins5-Part2.exe", "t:5f753c3b1df583397cf016d3bcf4bf64", 144263518, Common::FR_FRA),
+ GAME_ENTRY_LANG("gobliiins5-3", "Gobliiins5-Part3.exe", "t:a6d99497f108311308e812b5ba904d95", 176338687, Common::FR_FRA),
+ GAME_ENTRY_LANG("gobliiins5-4", "Gobliiins5-Part4.exe", "t:1f2401479d4104539d54a4d11a713044", 352399933, Common::FR_FRA),
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Linux & Mac
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "409b71f7b73f30bef5098c6449505c1a", 130929070), // Windows
More information about the Scummvm-git-logs
mailing list