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

ScummVM :: Bugs trac at scummvm.org
Mon Jan 16 22:13:54 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 tag2015):

 Replying to [comment:4 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.

 Yes, I agree. In fact, I did a similar change some time ago (can't
 remember which glk subengine) that picked all .prg / .tap files (common
 extensions for commodore roms) as possible variants
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14041#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list