Skip to content

Commit

Permalink
DIRECTOR: Add detection for The Vampire's Coffin.
Browse files Browse the repository at this point in the history
Detection for Windows and Macintosh versions of
Victor Vector & Yondo: The Vampire's Coffin.
  • Loading branch information
Deledrius authored and sev- committed Aug 3, 2016
1 parent c537990 commit 0deda5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions engines/director/detection.cpp
Expand Up @@ -73,6 +73,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "majestic", "Majestic Part I: Alien Encounter" },
{ "spyclub", "Spy Club" },
{ "amber", "AMBER: Journeys Beyond"},
{ "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"},
{ 0, 0 }
};

Expand Down
28 changes: 28 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -224,6 +224,34 @@ static const DirectorGameDescription gameDescriptions[] = {
5
},

{
{
"vvvampire",
"",
AD_ENTRY1("VAMPIRE.EXE", "88f4f7406f34ec36e751a64f7c76f2c4"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
3
},

{
{
"vvvampire",
"",
AD_ENTRY1("The Vampire's Coffin", "d41d8cd98f00b204e9800998ecf8427e"),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
3
},

{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }
};

Expand Down

0 comments on commit 0deda5b

Please sign in to comment.