[Scummvm-git-logs] scummvm master -> cc0e753dee8dd386af1bbaeca5b9fa0188345bd7

bluegr noreply at scummvm.org
Mon Nov 11 00:46:59 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:
cc0e753dee AGOS: Add Spanish 4CD unextracted version of Feeble Files - bug #15461


Commit: cc0e753dee8dd386af1bbaeca5b9fa0188345bd7
    https://github.com/scummvm/scummvm/commit/cc0e753dee8dd386af1bbaeca5b9fa0188345bd7
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-11-11T02:46:40+02:00

Commit Message:
AGOS: Add Spanish 4CD unextracted version of Feeble Files - bug #15461

Changed paths:
    engines/agos/detection_tables.h


diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index a6468989047..e43059299a8 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -3436,6 +3436,29 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_OLD_BUNDLE | GF_TALKIE | GF_PACKED
 	},
 
+	// The Feeble Files - Spanish Windows 4CD (with InstallShield cab)
+	// Provided by mgtroyas in bug report #15461
+	{
+		{
+			"feeble",
+			"4CD/unextracted",
+
+			{
+				{ "data1.cab",	GAME_CABFILE,	"2c4372076fe36bcbcff9eec1d5e32047", 26700598},
+				{ "0882.vga",				0,	"6655780ef361ed92d0a99d50217502f3", 713180},
+				AD_LISTEND
+			},
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
+		},
+
+		GType_FF,
+		GID_FEEBLEFILES,
+		GF_OLD_BUNDLE | GF_TALKIE | GF_PACKED
+	},
+
 	// The Feeble Files - Spanish Windows 4CD
 	{
 		{




More information about the Scummvm-git-logs mailing list