craftablescience / VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.
https://developer.valvesoftware.com/wiki/VPKEdit
MIT License
251 stars 19 forks source link

Split Verify Signature from Verify Checksums #133

Closed szmarczak closed 5 months ago

szmarczak commented 7 months ago

Describe Your Suggestion

VPK signature (if present) and file-wide MD5 checksums are now properly checked in the "Verify Checksums" tool

I don't want to verify checksums because it takes ages to verify them, hence delaying the information whether the signature is present. Optionally, add a new entry in the menu to verify just the signature.