[Scummvm-git-logs] scummvm master -> 0e43becca3400d2ef1af73dc552569cfb29b511e
phcoder
noreply at scummvm.org
Mon Mar 13 14:20:47 UTC 2023
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
af3f37afa8 AGS: Add Russian Black Cauldron remake
0e43becca3 SCI: Add Russian fan translation for Eco Quest 2
Commit: af3f37afa88181b48f78f075ca3a8fb453d0f1d3
https://github.com/scummvm/scummvm/commit/af3f37afa88181b48f78f075ca3a8fb453d0f1d3
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-03-13T15:19:42+01:00
Commit Message:
AGS: Add Russian Black Cauldron remake
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 71139b18156..e18d849ab7d 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4992,6 +4992,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("bbcscreensaver", "BBC-Screensaver.exe", "0e6d6f3c19f5ca250b7b7ee03cdb2083", 131195371),
GAME_ENTRY_EN("bcremake", "bc.exe", "2e58934bbe98335f33c20a23a6c6135a", 8208487), // v1.2
GAME_ENTRY_EN("bcremake", "bc.exe", "0710e2ec71042617f565c01824f0cf3c", 7683255), // v1.3
+ GAME_ENTRY_LANG("bcremake", "bc.exe", "ef3f57fbb5693c23f5815a421bdb7f4e", 7909416, Common::Language::RU_RUS),
GAME_ENTRY_EN("beacon", "beacon.exe", "af0d268193a9220891e983d03141ec58", 24671086),
GAME_ENTRY_EN("bear", "bear.exe", "97020973a2a635fe28eb0ba4bdfaa70b", 3258662), //v1.3
GAME_ENTRY_EN("beardbeverage", "Beard.exe", "618d7dce9631229b4579340b964c6810", 7081492),
Commit: 0e43becca3400d2ef1af73dc552569cfb29b511e
https://github.com/scummvm/scummvm/commit/0e43becca3400d2ef1af73dc552569cfb29b511e
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-03-13T15:19:46+01:00
Commit Message:
SCI: Add Russian fan translation for Eco Quest 2
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 07b483fb8b7..e912dc17e8d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -718,7 +718,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
{"resource.msg", 0, "2f231d31af172ea72ed533fd112f971b", 133458},
AD_LISTEND},
Common::DE_DEU, Common::kPlatformDOS, 0, GUIO_STD16 },
-
+
+ // Eco Quest 2 - PRCA/T&J Russian DOS Floppy
+ {"ecoquest2", "Floppy", {
+ {"resource.map", 0, "9e796f1918b981efd4a76774c1306850", 5658},
+ {"resource.000", 0, "e6c5795620931dcbb4c73ab48e18b898", 4279514},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16 },
+
// Eco Quest 2 - Korean DOS Floppy (from swkim01)
// using swkim01's SCI Message Editor: http://github.com/swkim01/scime/
{"ecoquest2", "Floppy", {
More information about the Scummvm-git-logs
mailing list