GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Hash Checking #31

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

I added a hash check to the version check, more reliable than just a simple size check. I also added a simple script to calculate a hash to put into the new hash value dictionary. You put in your Fallout 4 install directory on the command line and the script does the rest. By default it writes to a file called fo4hash.txt, but there is a command-line option to print it to the console instead.

evildarkarchon commented 1 year ago

When resolving the conflicts, I pulled out what in retrospect were out-of-scope changes.