Skip to content

Commit

Permalink
AGOS: Added Russian Simon2 Talkie. Submitted by Dimouse
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 16, 2016
1 parent 0e00c2b commit d633a54
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions engines/agos/detection_tables.h
Expand Up @@ -2251,6 +2251,31 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_TALKIE
},

// Simon the Sorcerer 2 - Russian DOS CD
{
{
"simon2",
"CD",

{
{ "gsptr30", GAME_BASEFILE, "e26d162e573587f4601b88701292212c", 58851},
{ "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", 18089},
{ "simon2.gme", GAME_GMEFILE, "9c535d403966750ae98bdaf698375a38", 19687892},
{ "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6", 171},
{ "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", 513},
{ NULL, 0, NULL, 0}
},
Common::RU_RUS,
Common::kPlatformDOS,
ADGF_CD,
GUIO0()
},

GType_SIMON2,
GID_SIMON2,
GF_TALKIE
},

// Simon the Sorcerer 2 - Czech Windows CD
{
{
Expand Down

0 comments on commit d633a54

Please sign in to comment.