[Scummvm-git-logs] scummvm master -> 41896da32a337d4d968d56b98ad24e7c1258ef0d
tag2015
noreply at scummvm.org
Mon Jun 2 19:50:10 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
41896da32a BURIED: Add detection entries for German fan translation
Commit: 41896da32a337d4d968d56b98ad24e7c1258ef0d
https://github.com/scummvm/scummvm/commit/41896da32a337d4d968d56b98ad24e7c1258ef0d
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-06-02T20:57:00+02:00
Commit Message:
BURIED: Add detection entries for German fan translation
Fix #15961
Changed paths:
engines/buried/detection_tables.h
diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index dcf2cba7d73..3827f94c4cf 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -332,6 +332,31 @@ static const ADGameDescription gameDescriptions[] = {
GUIO_FULL_GAME
},
+ // German fan translation Windows 95 8BPP
+ // NOTE: contains some 24BPP graphics
+ {
+ "buried",
+ "Fanmade/8BPP",
+ AD_ENTRY2s("BIT832.EXE", "ce7584b3d70a89fee8fdff7ba9d947c2", 1283072,
+ "BIT8L32.DLL","cd7d536f7a9bcf5779461488568975ef", 2428416),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ GF_TRUECOLOR | GF_WIN95,
+ GUIO_FULL_GAME
+ },
+
+ // German fan translation Windows 95 24BPP
+ {
+ "buried",
+ "Fanmade/24BPP",
+ AD_ENTRY2s("BIT2432.EXE", "65514e68fc7f621bade8a194025314cb", 1277952,
+ "BIT24L32.DLL","4aefe0a483ef304568f31efbf4575293", 6586368),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ GF_TRUECOLOR | GF_WIN95,
+ GUIO_FULL_GAME
+ },
+
// English Windows Demo 8BPP
{
"buried",
More information about the Scummvm-git-logs
mailing list