[Scummvm-git-logs] scummvm master -> a0f708c83117e84ab9d622f9f3083f4213ac40d9
tag2015
noreply at scummvm.org
Fri Nov 14 17:49:40 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:
a0f708c831 WINTERMUTE: Add detection for TWC Spanish fanmade
Commit: a0f708c83117e84ab9d622f9f3083f4213ac40d9
https://github.com/scummvm/scummvm/commit/a0f708c83117e84ab9d622f9f3083f4213ac40d9
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-11-14T18:48:42+01:00
Commit Message:
WINTERMUTE: Add detection for TWC Spanish fanmade
Fix #16302
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index c7de378dbd7..9e95f6fcd48 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5689,6 +5689,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("twc", "Definitive Edition",
WME_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_8_6),
+ // The White Chamber (Version 1.7 - Definitive Edition) (multi-language + Spanish fanmade translation)
+ WME_WINENTRY("twc", "Spanish fanmade",
+ WME_ENTRY1s("data.dcp", "969a3c3025f6654fa26002e1ecb83662", 186452619), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_9_1),
+
// Today, Mama!
WME_WINENTRY("todaymama", "",
WME_ENTRY1s("data.dcp", "b89e4a2000109f21d1aba10ef0920180", 1266324389), Common::RU_RUS, ADGF_UNSTABLE, WME_1_7_3),
More information about the Scummvm-git-logs
mailing list