View Single Post
  #10  
Old 11-08-2024, 07:50
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Quote:
Originally Posted by Fak Eid View Post
If this is the original design, looks very good. In Steam Limitless, if you want to know what part of code is responsible for Verify Files button, just search with 'Verify' keyword.

The procedure for verification is called 'VerifyHashMultiCallback' in Script > Procedures.iss. I put this as other .iss outside the script so that I can reuse them in other repacks that I'd be working on future, like Epic Games.

This file is imported under [Files] section, which is editable in notepad and populated using certain commands in cmd prompt, if you want to skip third party app.
Source: "Game\Hash_setup.md5"; DestDir: "{tmp}"; Flags: dontcopy;
To automatically populate this file, you can use MD5 Verification.bat in Automate folder. It automatically verifies the file

If you want to know anything else from my installers, let me know. Happy to help!
Thank you Fak Eid, yes it's original idea , I will save this message you wrote and read it until i fully understand and try doing something, i will come back if i need more help, thank you.
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
Behnam2018 (11-08-2024)