[Scummvm-tracker] [ScummVM :: Bugs] #12686: TWINE: Little Big Adventure demo is missing
ScummVM :: Bugs
trac at scummvm.org
Sun Jun 27 15:45:45 UTC 2021
#12686: TWINE: Little Big Adventure demo is missing
------------------------+--------------------------
Reporter: ccawley2011 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Web
Version: | Keywords: demo missing
Game: |
------------------------+--------------------------
The TwinE engine has the following detection for a demo of Little Big
Adventure, but it is not on the site.
{{{
// Little Big Adventure - Demo Version (EN, FR, DE, IT, ES)
// RELENT.EXE
// 14 October 1994 at 10:18
{
"lba",
"Demo Version",
AD_ENTRY1s("RELENT.EXE",
"c1a887e38283d43f271249ad9f2a73ef", 245961),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
{
"lba",
"Demo Version",
AD_ENTRY1s("RELENT.EXE",
"c1a887e38283d43f271249ad9f2a73ef", 245961),
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
{
"lba",
"Demo Version",
AD_ENTRY1s("RELENT.EXE",
"c1a887e38283d43f271249ad9f2a73ef", 245961),
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
{
"lba",
"Demo Version",
AD_ENTRY1s("RELENT.EXE",
"c1a887e38283d43f271249ad9f2a73ef", 245961),
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
{
"lba",
"Demo Version",
AD_ENTRY1s("RELENT.EXE",
"c1a887e38283d43f271249ad9f2a73ef", 245961),
Common::ES_ESP,
Common::kPlatformDOS,
ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/12686>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list