Added file sizes of the various CD versions of Return to Zork to the detector, as supplied in patch #2629804. Also, updated the game descriptions to provide more information on the version detected
svn-id: r39360
This commit is contained in:
parent
a784baaae9
commit
5b8cdd502f
1 changed files with 40 additions and 42 deletions
|
@ -83,7 +83,7 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Patch #1953654 submitted by spookypeanut
|
// Patch #1953654 submitted by spookypeanut
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.0, 9/15/93, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "e95c38ded389e39cfbf87a8cb250b12e"),
|
AD_ENTRY1("rtzcd.dat", "e95c38ded389e39cfbf87a8cb250b12e"),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
|
@ -100,7 +100,7 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Patch #1953654 submitted by spookypeanut
|
// Patch #1953654 submitted by spookypeanut
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.0, 9/15/93, CD",
|
||||||
AD_ENTRY1("rtzcd.red", "cd8b62ece4677c438688c1de3f5379b9"),
|
AD_ENTRY1("rtzcd.red", "cd8b62ece4677c438688c1de3f5379b9"),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
|
@ -116,8 +116,8 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Return to Zork - English CD version 1.1 12/7/93 (installed)
|
// Return to Zork - English CD version 1.1 12/7/93 (installed)
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.1, 12/7/93, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "a1db8c97a78dae10f91d356f16ad07b8"),
|
AD_ENTRY1s("rtzcd.dat", "a1db8c97a78dae10f91d356f16ad07b8", 536064),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -132,8 +132,8 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Return to Zork - English CD version 1.1 12/7/93
|
// Return to Zork - English CD version 1.1 12/7/93
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.1, 12/7/93, CD",
|
||||||
AD_ENTRY1("rtzcd.red", "c4e2430e6b6c6ff1562a80fb4a9df24c"),
|
AD_ENTRY1s("rtzcd.red", "c4e2430e6b6c6ff1562a80fb4a9df24c", 276177),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -149,7 +149,7 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Supplied by Dark-Star in the ScummVM forums
|
// Supplied by Dark-Star in the ScummVM forums
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 9/29/94, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"),
|
AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
|
@ -165,8 +165,8 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Return to Zork - English CD version 1.2 9/29/94
|
// Return to Zork - English CD version 1.2 9/29/94
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 9/29/94, CD",
|
||||||
AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
|
AD_ENTRY1s("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2", 276584),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -179,12 +179,11 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
|
|
||||||
{
|
{
|
||||||
// Return to Zork - German CD version 1.2 9/29/94 (installed)
|
// Return to Zork - German CD version 1.2 9/29/94 (installed)
|
||||||
// (same as the English 1.2 version)
|
|
||||||
// Supplied by Dark-Star in the ScummVM forums
|
// Supplied by Dark-Star in the ScummVM forums
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 9/29/94, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"),
|
AD_ENTRY1s("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a", 525824),
|
||||||
Common::DE_DEU,
|
Common::DE_DEU,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -197,12 +196,11 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
|
|
||||||
{
|
{
|
||||||
// Return to Zork - German CD version 1.2 4/18/95
|
// Return to Zork - German CD version 1.2 4/18/95
|
||||||
// (same as the English 1.2 version)
|
|
||||||
// Supplied by Dark-Star in the ScummVM forums
|
// Supplied by Dark-Star in the ScummVM forums
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 4/18/95, CD",
|
||||||
AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
|
AD_ENTRY1s("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2", 355442),
|
||||||
Common::DE_DEU,
|
Common::DE_DEU,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -213,30 +211,13 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
3,
|
3,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
// Return to Zork - Italian CD version 1.2 3/31/95
|
|
||||||
// Patch #2685032 submitted by goodoldgeorg
|
|
||||||
{
|
|
||||||
"rtz",
|
|
||||||
"CD",
|
|
||||||
AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
|
|
||||||
Common::IT_ITA,
|
|
||||||
Common::kPlatformPC,
|
|
||||||
ADGF_NO_FLAGS
|
|
||||||
},
|
|
||||||
GID_RTZ,
|
|
||||||
0,
|
|
||||||
GF_CD_COMPRESSED,
|
|
||||||
3,
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// Return to Zork - Italian CD version 1.2 3/31/95 (installed)
|
// Return to Zork - Italian CD version 1.2 3/31/95 (installed)
|
||||||
// Patch #2685032 submitted by goodoldgeorg
|
// Patch #2685032 submitted by goodoldgeorg
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 3/31/95, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "5b86035aed0277f96e3d173542b5364a"),
|
AD_ENTRY1s("rtzcd.dat", "5b86035aed0277f96e3d173542b5364a", 523776),
|
||||||
Common::IT_ITA,
|
Common::IT_ITA,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -246,15 +227,15 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
GF_CD,
|
GF_CD,
|
||||||
3,
|
3,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
// Return to Zork - French CD version 1.2 5/13/95
|
// Return to Zork - Italian CD version 1.2 3/31/95
|
||||||
// Patch #2685032 submitted by goodoldgeorg
|
// Patch #2685032 submitted by goodoldgeorg
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 3/31/95, CD",
|
||||||
AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
|
AD_ENTRY1s("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2", 354971),
|
||||||
Common::FR_FRA,
|
Common::IT_ITA,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
},
|
},
|
||||||
|
@ -269,8 +250,8 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
// Patch #2685032 submitted by goodoldgeorg
|
// Patch #2685032 submitted by goodoldgeorg
|
||||||
{
|
{
|
||||||
"rtz",
|
"rtz",
|
||||||
"CD",
|
"V1.2, 5/13/95, installed, CD",
|
||||||
AD_ENTRY1("rtzcd.dat", "bde8251a8e34e87c54e3f93147d56c9e"),
|
AD_ENTRY1s("rtzcd.dat", "bde8251a8e34e87c54e3f93147d56c9e", 523776),
|
||||||
Common::FR_FRA,
|
Common::FR_FRA,
|
||||||
Common::kPlatformPC,
|
Common::kPlatformPC,
|
||||||
ADGF_NO_FLAGS
|
ADGF_NO_FLAGS
|
||||||
|
@ -281,6 +262,23 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||||
3,
|
3,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
// Return to Zork - French CD version 1.2 5/13/95
|
||||||
|
// Patch #2685032 submitted by goodoldgeorg
|
||||||
|
{
|
||||||
|
"rtz",
|
||||||
|
"V1.2, 3/31/95, CD",
|
||||||
|
AD_ENTRY1s("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2", 354614),
|
||||||
|
Common::FR_FRA,
|
||||||
|
Common::kPlatformPC,
|
||||||
|
ADGF_NO_FLAGS
|
||||||
|
},
|
||||||
|
GID_RTZ,
|
||||||
|
0,
|
||||||
|
GF_CD_COMPRESSED,
|
||||||
|
3,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
// Return to Zork - English floppy version
|
// Return to Zork - English floppy version
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue