[Scummvm-git-logs] scummvm master -> 0d871bd4f3cd07081f826fe4017c02fed02ff45f

sev- noreply at scummvm.org
Thu Oct 31 23:16:45 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:
0d871bd4f3 TSAGE: Added detection for Russian fan-translation of Blue Force


Commit: 0d871bd4f3cd07081f826fe4017c02fed02ff45f
    https://github.com/scummvm/scummvm/commit/0d871bd4f3cd07081f826fe4017c02fed02ff45f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-01T00:16:23+01:00

Commit Message:
TSAGE: Added detection for Russian fan-translation of Blue Force

Changed paths:
    NEWS.md
    engines/tsage/detection_tables.h


diff --git a/NEWS.md b/NEWS.md
index 66f1c053a20..891f6430ac7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -134,6 +134,7 @@ For a more comprehensive changelog of the latest experimental code, see:
  TsAGE:
    - Added support for Russian CD fan-translation for Ringworld.
    - Added keymapper support.
+   - Added support for Russian CD fan-translation for Blue Force.
 
  Toon:
   - Added keymapper support.
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 6fb99544f07..51432752856 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -186,6 +186,21 @@ static const tSageGameDescription gameDescriptions[] = {
 		GF_FLOPPY | GF_ALT_REGIONS
 	},
 
+	// Blue Force CD Russian Fan translation by old-games.ru
+	{
+		{
+			"blueforce",
+			"CD",
+			AD_ENTRY1s("blue.rlb", "d7dcc78c36ae7a3e129d5e8a2535c2b6", 64029619),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_CD,
+			GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
+		},
+		GType_BlueForce,
+		GF_CD | GF_ALT_REGIONS
+	},
+
 	// Found on Wacky Funsters!
 	{
 		{




More information about the Scummvm-git-logs mailing list