[Scummvm-git-logs] scummvm master -> c38ca70ba8481b0e037ab88dd44767f118affc59
alxpnv
noreply at scummvm.org
Tue Nov 23 10:20:14 UTC 2021
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:
c38ca70ba8 ASYLUM: add detection for unofficial Russian translation by Fargus
Commit: c38ca70ba8481b0e037ab88dd44767f118affc59
https://github.com/scummvm/scummvm/commit/c38ca70ba8481b0e037ab88dd44767f118affc59
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-11-23T13:23:12+03:00
Commit Message:
ASYLUM: add detection for unofficial Russian translation by Fargus
Changed paths:
engines/asylum/detection_tables.h
diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 25eb5af511..147e3a4297 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -189,6 +189,38 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_TESTING | ADGF_DROPPLATFORM,
GUIO0()
},
+ {
+ // Unofficial Russian translation (Fargus Multimedia)
+ "asylum",
+ "GOG.com",
+ {
+ {"SNTRM.DAT", 0, "7cfcc457c1f579fbf9878ac175d29374", 8930},
+ {"RES.000", 0, "1f7b3734a8da87464ce3765bd79be208", 247149},
+ {"SCN.006", 0, "3a5b54da08198012dc0614114782d5fb", 2918330},
+ {"MOV000.SMK", 0, NULL, -1},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
+ GUIO0()
+ },
+ {
+ // Unofficial Russian translation (Fargus Multimedia)
+ "asylum",
+ "Steam",
+ {
+ {"SNTRM.DAT", 0, "7cfcc457c1f579fbf9878ac175d29374", 8930},
+ {"RES.000", 0, "1f7b3734a8da87464ce3765bd79be208", 247149},
+ {"SCN.006", 0, "3a5b54da08198012dc0614114782d5fb", 2918330},
+ {"MOV000_2_SMK.ogv", 0, NULL, -1},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
+ GUIO0()
+ },
{
// Spanish fanmade translation
"asylum",
More information about the Scummvm-git-logs
mailing list