TONY: Correcting full english version detection entries.

Though the CD contains installshield cabinets, these don't contain
the required datafiles. These are instead already found on the CD in
the directories named "Music", "Voices" and "Roasted".
The last of these contains the main datafiles and executables.

It appears the installshield cabinet format here is using a rare
"external" link format pointing to the files and folders on the CD.
Since the files are on the CD anyway, the "compressed" entry is not
required.

However, the detection entry is likely to need some more changes to
support detection of these in the original CD folder structure..
This commit is contained in:
D G Turner 2012-06-02 03:10:33 +01:00
parent 6ecd71270d
commit 3367679ae8

View File

@ -27,7 +27,7 @@ static const TonyGameDescription gameDescriptions[] = {
// Tony Tough English
{
"tony",
"Extracted",
"",
AD_ENTRY1s("roasted.mpr", "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071),
Common::EN_ANY,
Common::kPlatformPC,
@ -36,19 +36,6 @@ static const TonyGameDescription gameDescriptions[] = {
},
},
{
// Tony Tough English (Compressed)
{
"tony",
"",
AD_ENTRY1s("data1.cab", "ce82907242166bfb594d97bdb68f96d2", 4350),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS | GF_COMPRESSED,
GUIO1(GUIO_NONE)
},
},
{
// Tony Tough English Demo
{