[Scummvm-tracker] [ScummVM :: Bugs] #14041: Full Throttle Remastered

ScummVM :: Bugs trac at scummvm.org
Mon Jan 16 22:00:40 UTC 2023


#14041: Full Throttle Remastered
-------------------------------------+------------------------
Reporter:  schuetti1                 |       Owner:  (none)
    Type:  defect                    |      Status:  new
Priority:  normal                    |   Component:  --Unset--
 Version:                            |  Resolution:
Keywords:  Full Throttle Remastered  |        Game:
-------------------------------------+------------------------
Comment (by criezy):

 We might want to also include ".data" in the code below to not list as
 unknown variants:

 {{{
 // Generic .dat/.zip files don't get reported as matches unless they have
 a known md5
 if (filename.hasSuffixIgnoreCase(".dat") ||
 filename.hasSuffixIgnoreCase(".zip") || emptyBlorb)
         continue;
 }}}

 It seems to me that ".data" is too generic as well to list all games with
 a "*.data" file as an unknown Z-code variant.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14041#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list