[Scummvm-git-logs] scummvm master -> 85f6cc6868e4a2f33619052a87777235abe85768
AndywinXp
noreply at scummvm.org
Sun Oct 15 08:55:28 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:
85f6cc6868 SWORD1: Add alternate MediaHauz detection entry
Commit: 85f6cc6868e4a2f33619052a87777235abe85768
https://github.com/scummvm/scummvm/commit/85f6cc6868e4a2f33619052a87777235abe85768
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-10-15T10:55:22+02:00
Commit Message:
SWORD1: Add alternate MediaHauz detection entry
Ticket #14655
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 020dff99159..018a014b9c2 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -450,6 +450,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ { // Alternate version, from a DVD collection containing both BS1 and BS2
+ "sword1",
+ "Mediahauz",
+ AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087240,
+ "clusters/swordres.rif", "7a6e896064c8d2ee266e961549487204", 58916,
+ "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 3198686,
+ "smackshi/intro.smk", "432215e04bb74ad823e033bc774f97d7", 14098520),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"Novy Disk",
More information about the Scummvm-git-logs
mailing list