View Single Post
  #10  
Old 27-02-2026, 15:58
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
New feature in Beta 2

Hash check for compressed archives


Hash and Algorithm will be defined in Records.ini for each Data.bin file.

Example:
Code:
[Record1]
Type=FreeArc_Original
Source={src}\Data1a-01.bin
Output={app}\
Disk=1
Size=3.645.487 bytes
Hash=45276D75B8333DA27396F686DBB57513
Algo=md5


Hash check for extracted files


This is only available if you don't use QuickSFV/RapidCRC check.
Checksums should be stored in Setup.dll file or somewhere else.
If you use {tmp} as source path then the hash file should be stored in Setup.dll file.
If you use {app} the hash file should be stored in {app} folder.
If you use {src} path the hash file should be located near Setup.exe.
Algorithm should be defined just like in hash for compressed Data.bin file.
The hash file name can be anything you want. In this example it is created by DSG.

Example:
Code:
[Record2]
Type=Checksum_File
Source={tmp}\Data1a-01.dat
Output={app}\
Disk=1
Algo=md5

Other changes:
- GPU VRam is fixed. It should be now displayed correctly. Issue
Values will be read directly from registry without any library or dxdiag thingy, simply because it is just too slow.
- Updated some help files (it is not done yet 100%).

https://fileforums.com/showpost.php?...postcount=1435
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (27-02-2026), mausschieber (28-02-2026), Razer-785 (28-02-2026)