[Scummvm-tracker] [ScummVM :: Bugs] #11010: md5sum missing for Blade Runner - Italian version.

ScummVM :: Bugs trac at scummvm.org
Thu Jul 4 18:04:47 CEST 2019


#11010: md5sum missing for Blade Runner - Italian version.
---------------------------------+---------------------------------
Reporter:  eperulli              |      Owner:  (none)
    Type:  patch                 |     Status:  new
Priority:  normal                |  Component:  Engine: Bladerunner
Keywords:  Blade Runner, md5sum  |       Game:  Blade Runner
---------------------------------+---------------------------------
 I have a 4 CDs version of Blade Runner (Italian) which is not recognized
 by ScummVM.
 So, I downloaded the source via git and added the new md5sum in
 engines/bladerunner/detection_tables.h:
 **a6264510ac22ba85f4c9dd7094464384**
 I modified the source as follows: (tested after compiling, the game runs)


 {{{
 // BladeRunner (Italian)
         {
                 "bladerunner",
                 0,
                 AD_ENTRY1s("STARTUP.MIX",
 "a6264510ac22ba85f4c9dd7094464384", 2314461),
                 Common::IT_ITA,
                 Common::kPlatformWindows,
                 ADGF_TESTING,
                 GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)
         },

 }}}


 And, for the restored content version:

 {{{
  // BladeRunner (Italian)
         {
                 "bladerunner-final",
                 0,
                 AD_ENTRY1s("STARTUP.MIX",
 "a6264510ac22ba85f4c9dd7094464384", 2314461),
                 Common::IT_ITA,
                 Common::kPlatformWindows,
                 ADGF_TESTING,
                 GUIO2(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY)
         },
 }}}

-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11010>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list