[Scummvm-git-logs] scummvm master -> 605730f85cddbfbb04ae84e3bb31b6982ec8f034
elasota
noreply at scummvm.org
Sun Jan 7 09:45:26 UTC 2024
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:
605730f85c VCRUISE: Add detection for Reah Russian CD version
Commit: 605730f85cddbfbb04ae84e3bb31b6982ec8f034
https://github.com/scummvm/scummvm/commit/605730f85cddbfbb04ae84e3bb31b6982ec8f034
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2024-01-07T04:45:09-05:00
Commit Message:
VCRUISE: Add detection for Reah Russian CD version
Changed paths:
engines/vcruise/detection_tables.h
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index bab7cac1dcc..db1f9b77108 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -99,6 +99,21 @@ static const VCruiseGameDescription gameDescriptions[] = {
GID_REAH,
Common::DE_DEU,
},
+ { // Reah: Face the Unknown, Russian 6 CD Version
+ {
+ "reah",
+ "Russian CD",
+ AD_ENTRY3s("Reah.exe", "c44224a888035c14e876cbc45519faca", 305664,
+ "0170_b.wav", "4632023ed0bab3fc800abfa5ef65ceaf", 119850,
+ "Speech01.txt", "734478c94944eab9c954c612c70efb9a", 72694),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ VCRUISE_GF_FORCE_LANGUAGE,
+ GUIO0()
+ },
+ GID_REAH,
+ Common::RU_RUS,
+ },
{ // Reah: Face the Unknown, English digital (GOG) version + German VO community patch
{
"reah",
More information about the Scummvm-git-logs
mailing list