[Scummvm-tracker] [ScummVM :: Bugs] #16573: SCI: PQ3: Detection entry for EGA (GOG Version) - DOS English

ScummVM :: Bugs trac at scummvm.org
Sun Feb 22 17:20:19 UTC 2026


#16573: SCI: PQ3: Detection entry for EGA (GOG Version) - DOS English
-----------------------+-----------------------------
Reporter:  antoniou79  |       Owner:  (none)
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  Engine: SCI
 Version:              |  Resolution:
Keywords:  EGA         |        Game:  Police Quest 3
-----------------------+-----------------------------
Comment (by eriktorbjorn):

 I tried adding this, keeping the formatting consistent with the older
 detection entry, and it seems to work fine:

 {{{
 diff --git a/engines/sci/detection_tables.h
 b/engines/sci/detection_tables.h
 index 86b4e1b7207..8e7285255dc 100644
 --- a/engines/sci/detection_tables.h
 +++ b/engines/sci/detection_tables.h
 @@ -4707,6 +4707,17 @@ static const struct ADGameDescription
 SciGameDescriptions[] = {
                 AD_LISTEND},
                 Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS,
 GUIO_STD16 },

 +       // Police Quest 3 EGA
 +       // Sold by GOG as of February 20, 2026
 +       {"pq3", "EGA", {
 +               {"resource.map", 0, "aa938c5c3ffd4927bba4edfb9db640df",
 5535},
 +               {"resource.000", 0, "7659713720d61d9465a59091b7ee63ea",
 504069},
 +               {"resource.001", 0, "0284ca44341fbc3cb7a047e49d230234",
 869158},
 +               {"resource.002", 0, "31c226bf01b69c8182b8ca0e8760b0a7",
 983665},
 +               {"resource.003", 0, "9e6c53a0e7eef53694d260fade8b1fc7",
 930048},
 +               AD_LISTEND},
 +               Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS,
 GUIO_STD16 },
 +
         // Police Quest 4 - English DOS Non-Interactive Demo (from FRG)
         // SCI interpreter version 1.001.096
         // Note: we are not using ADGF_DEMO here, to avoid a game ID like
 pq4demo-demo
 }}}

 I'm very unfamiliar with the game itself, though.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/16573#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list