[Scummvm-git-logs] scummvm master -> 42e61dcabe2dc200fb338c538b8afb0ef72dc315
sev-
noreply at scummvm.org
Mon Feb 6 19:14:15 UTC 2023
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:
42e61dcabe SWORD1: Added Steam releases of sword1 for French, Italian and Spanish
Commit: 42e61dcabe2dc200fb338c538b8afb0ef72dc315
https://github.com/scummvm/scummvm/commit/42e61dcabe2dc200fb338c538b8afb0ef72dc315
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-06T20:13:36+01:00
Commit Message:
SWORD1: Added Steam releases of sword1 for French, Italian and Spanish
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index f8151334671..b29f17951b4 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -190,6 +190,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "Steam",
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087984,
+ "swordres.rif", "c7df52094d590b568a4ed35b70390d9e", 58916,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
+ "smackshi/intro.smk", "fe087447e0e525e371cf10cfabf589eb", 14524000),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
@@ -242,6 +255,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "Steam",
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088232,
+ "swordres.rif", "08d4942cf7c904182a31a1d5333244f3", 59788,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 3193923,
+ "smackshi/intro.smk", "a8c6a8770cb4b2669f4263ece8830985", 13293740),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
@@ -255,6 +281,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "Steam",
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088232,
+ "swordres.rif", "239bdd76c405bad0f804a8ae5df4adb0", 59788,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 3193923,
+ "smackshi/intro.smk", "939643be076c73068f47ce0fd6c27183", 13305080),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"English speech",
More information about the Scummvm-git-logs
mailing list