Opened 4 years ago

Closed 2 years ago

#11386 closed feature request (fixed)

Using SCUMMVM for calculating MD5

Reported by: carlo-bramini Owned by: criezy
Priority: normal Component: Common
Version: Keywords:
Cc: Game:

Description (last modified by sev-)

After reading this:

https://wiki.scummvm.org/index.php/Reporting_unknown_MD5_checksums

I'm asking: what about adding the function to SCUMMVM for calculating MD5 and eliminate the need of external tools, especially for users of Windows? Just call something like this from command line:

scummvm --calculate-md5=<file>,<length>

and your value is printed. Technically, SCUMMVM can already calculate MD5 from a file and adding this feature is not so difficult in my opinion.

Change History (3)

comment:1 by sev-, 3 years ago

Description: modified (diff)

comment:3 by criezy, 2 years ago

Owner: set to criezy
Resolution: fixed
Status: newclosed

The pull request from r41k0u has been merged and following some additional work from sev and myself this feature is now fully implemented.

Note: See TracTickets for help on using tickets.