[Scummvm-git-logs] scummvm master -> 60c14796852f2c318cf91fd632ae1c61d0db7509
sev-
noreply at scummvm.org
Sun Sep 15 20:57:19 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:
60c1479685 NEVERHOOD: Add an alternative Neverhood translation.
Commit: 60c14796852f2c318cf91fd632ae1c61d0db7509
https://github.com/scummvm/scummvm/commit/60c14796852f2c318cf91fd632ae1c61d0db7509
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2024-09-15T22:57:16+02:00
Commit Message:
NEVERHOOD: Add an alternative Neverhood translation.
Thanks to Ctpax for pointing to this release and supplying hashes
Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
Changed paths:
engines/neverhood/detection.cpp
diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index ae9a971d57e..dd5fa9d48fe 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -112,6 +112,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Alternative Neverhood Russian translation.
+ {
+ "neverhood",
+ "Stream",
+ AD_ENTRY1s("hd.blb", "1b6bfa33c5e9e7a7cc02964e9ea7a6f8", 4540208),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// Neverhood Japanese version
// Bugreport #11074
{
More information about the Scummvm-git-logs
mailing list