[Scummvm-tracker] [ScummVM :: Bugs] #12691: STARTREK: Star Trek: 25th Anniversary demos are missing

ScummVM :: Bugs trac at scummvm.org
Sun Jun 27 16:18:58 UTC 2021


#12691: STARTREK: Star Trek: 25th Anniversary demos are missing
------------------------+--------------------------
Reporter:  ccawley2011  |      Owner:  (none)
    Type:  defect       |     Status:  new
Priority:  normal       |  Component:  Web
 Version:               |   Keywords:  demo missing
    Game:               |
------------------------+--------------------------
 The StarTrek engine has the following detection for demos of Star Trek:
 25th Anniversary, but none of them are on the site.

 {{{
         { // ST25 DOS floppy demo (EN)
                 {
                         "st25",
                         "Demo",
                         AD_ENTRY1s("data.001",
 "093909a9d3dd3afd207c085a24baf9cf", 2598376),
                         Common::EN_ANY,
                         Common::kPlatformDOS,
                         ADGF_DEMO | ADGF_UNSTABLE,
                         GUIO0()
                 },
                 GType_ST25,
                 GF_DEMO,
         },

         { // ST25 DOS demo ? (EN)
                 {
                         "st25",
                         "Demo",
                         AD_ENTRY1("data.001",
 "f68126e7e36ce6286c4c8575f8b594f5"),
                         Common::EN_ANY,
                         Common::kPlatformDOS,
                         ADGF_DEMO | ADGF_UNSTABLE,
                         GUIO0()
                 },
                 GType_ST25,
                 GF_DEMO,
         },
         { // ST25 MAC demo ? (EN)
                 {
                         "st25",
                         "Demo",
                         AD_ENTRY1("Star Trek Data",
 "88f88b81d389a3217fc7efd6ee631c42"),
                         Common::EN_ANY,
                         Common::kPlatformMacintosh,
                         ADGF_MACRESFORK | ADGF_DEMO | ADGF_UNSTABLE,
                         GUIO0()
                 },
                 GType_ST25,
                 GF_DEMO,
         },
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12691>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list