aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection_tables.h
diff options
context:
space:
mode:
authorTravis Howell2009-04-29 05:41:44 +0000
committerTravis Howell2009-04-29 05:41:44 +0000
commit6b962cda4e97158a7eeeafd399e042feeb7f7053 (patch)
treeca36e0976309b8083fca3581d8dda4ced1ea5de9 /engines/agos/detection_tables.h
parent9a78f6ef41b30e28973551ebc9c19bbc1ac1d8dd (diff)
downloadscummvm-rg350-6b962cda4e97158a7eeeafd399e042feeb7f7053.tar.gz
scummvm-rg350-6b962cda4e97158a7eeeafd399e042feeb7f7053.tar.bz2
scummvm-rg350-6b962cda4e97158a7eeeafd399e042feeb7f7053.zip
Add support for unpacked data files, in the PC version of PN.
svn-id: r40192
Diffstat (limited to 'engines/agos/detection_tables.h')
-rw-r--r--engines/agos/detection_tables.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 41147b85f8..37ce492773 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -92,13 +92,14 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR
},
- // Personal Nightmare 1.1c - EGA English DOS Floppy
+ // Personal Nightmare 1.1c - EGA English DOS Floppy (Packed)
{
{
"pn",
"Floppy",
{
+ { "01.out", GAME_ICONFILE, "3a2a4c3e07dfbc4b309deade0af37baf", -1},
{ "icon.out", GAME_ICONFILE, "40d8347c3154bfa8b642d6860a4b9481", -1},
{ "night.dbm", GAME_BASEFILE, "177311ae059243f6a2740e950585d786", -1},
{ "night.txt", GAME_TEXTFILE, "861fc1fa0864eef585f5865dee52e325", -1},
@@ -114,6 +115,29 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_OLD_BUNDLE | GF_CRUNCHED | GF_EGA | GF_PLANAR
},
+ // Personal Nightmare 1.1c - EGA English DOS Floppy (Unpacked)
+ {
+ {
+ "pn",
+ "Floppy",
+
+ {
+ { "01.out", GAME_ICONFILE, "7f3e2a7a3aad016ad1bf540fcbe031ca", -1},
+ { "icon.out", GAME_ICONFILE, "40d8347c3154bfa8b642d6860a4b9481", -1},
+ { "night.dbm", GAME_BASEFILE, "177311ae059243f6a2740e950585d786", -1},
+ { "night.txt", GAME_TEXTFILE, "861fc1fa0864eef585f5865dee52e325", -1},
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+
+ GType_PN,
+ GID_PN,
+ GF_OLD_BUNDLE | GF_EGA | GF_PLANAR
+ },
+
// Elvira 1 - English Amiga Floppy Demo
{
{