[Scummvm-git-logs] scummvm branch-2-8 -> e5e986ab91a3bd81272c4127ddb2146540df2088
tag2015
noreply at scummvm.org
Thu Dec 7 11:23:33 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:
e5e986ab91 AGI: Add detection entry for goldrush spanish fanmade
Commit: e5e986ab91a3bd81272c4127ddb2146540df2088
https://github.com/scummvm/scummvm/commit/e5e986ab91a3bd81272c4127ddb2146540df2088
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-12-07T12:22:49+01:00
Commit Message:
AGI: Add detection entry for goldrush spanish fanmade
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 00115e9fa9b..f5b746c5682 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -344,6 +344,9 @@ static const AGIGameDescription gameDescriptions[] = {
// Gold Rush! (PC 3.5") 2.01 12/22/88 [AGI 3.002.149]
GAME3("goldrush", "2.01 1988-12-22 3.5\"", "grdir", "6a285235745f69b4b421403659497216", 0x3149, GID_GOLDRUSH),
+ // Gold Rush! (PC 3.5") 2.01 12/22/88 [AGI 3.002.149] with fanmade Spanish translation
+ GAME_LVFPN("goldrush", "2.01 1988-12-22 3.5\"", "grdir", "64ef3b1949c262b92694381cb36d79b9", 3080, Common::ES_ESP, 0x3149, 0, GID_GOLDRUSH, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
// Gold Rush! 2.01 12/22/88 - pirated copy, according to https://bugs.scummvm.org/ticket/3220
GAME3_PIRATED("goldrush", "2.01 1988-12-22", "grdir", "3ae052117feb483f01a9017025fbb366", 2399, GID_GOLDRUSH),
GAME3_PIRATED("goldrush", "2.01 1988-12-22", "grdir", "1ef85c37fcf7224f9731f20f169c8c53", 2399, GID_GOLDRUSH),
More information about the Scummvm-git-logs
mailing list