Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-08-2024, 08:36
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
Hey guys, im not so familiar with the checking thing that some installers have, like for example in fitgirl repacks, she give the options to check if some of the files were installed properly, and there is another thing that checks the hash/sha1 or something like that, i don't really have any knowledge about that "checking" stuff, can anyone guide me about this and also how do i add this feature to the installer, im still using Vesta installer.

Also one more thing, i just need to know how to make .nfo files like all the scenes, what software of what do they use to create it. Thanks to all in advanced!
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
audiofeel (09-08-2024)
Sponsored Links
  #2  
Old 10-08-2024, 08:11
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 audiofeel View Post
I will help you with checking the hash sum of the files if you already have a project started. it is possible to create an nfo file with this program (I did not use it)

https://sourceforge.net/projects/nfo-maker/
Thanks audiofeel, right now my main focus is on building my own type of installer (design wise) using the Vesta installer as the base, since that is the simplest coding i can understand and well put together. And adding some features i like from other installers, I will only focus on repacking after i finish coding the installer, it takes me a day to just code a single button xD

Sorry because earlier i wasn't clear enough, what i wanted to know about the "checking" thing, that checks if all files are present or missing or bad, like the one from Steam Limitless installer, there's a tab where it checks if all the files needed is present. which part of the code is responsible? thanks

As for the NFO creator, the one you shared works great, then after more curiosity i found another NFO creator here: https://nfo-creator.informer.com/3.5/
both of them works good!

This is what my installer looks like now, this is vesta installer but i just designed it differently (the game and info is all decoys, i haven't repack anything yet).
Attached Images
File Type: jpg Screenshot_1.jpg (222.0 KB, 222 views)

Last edited by CrownRepack; 10-08-2024 at 08:16.
Reply With Quote
The Following 3 Users Say Thank You to CrownRepack For This Useful Post:
audiofeel (10-08-2024), Fak Eid (10-08-2024), hitman797 (10-08-2024)
  #3  
Old 10-08-2024, 21:22
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Quote:
Originally Posted by CrownRepack View Post
Sorry because earlier i wasn't clear enough, what i wanted to know about the "checking" thing, that checks if all files are present or missing or bad, like the one from Steam Limitless installer, there's a tab where it checks if all the files needed is present. which part of the code is responsible? thanks
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!

Last edited by Fak Eid; 10-08-2024 at 21:25.
Reply With Quote
The Following 2 Users Say Thank You to Fak Eid For This Useful Post:
Behnam2018 (12-08-2024), CrownRepack (11-08-2024)
  #4  
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)
  #5  
Old 11-08-2024, 07:45
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 audiofeel View Post
@CrownRepack
A great result and a delight for perfectionists. When you have the "Check Files" button or verification page ready, please send me the installation script. Discussing what needs to be added and other details will take up a lot of space and time.
Thank you, yes im more of a perfectionist myself (Willem Dafoe meme reference lol)

yes you're right it will take time and space, it will take me months to finally finish coding this installer as i only do it after i get home from work, and sometimes never. So once im done i will be back here to seek for help about the Check Files feature.
Reply With Quote
The Following User Says Thank You to CrownRepack For This Useful Post:
Behnam2018 (12-08-2024)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1477 20-05-2026 10:52
FMXInno - Windows Fluent Design Installer UI for Inno BLACKFIRE69 Conversion Tutorials 626 08-04-2026 12:33
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Installer Creator Source Code Razor12911 Conversion Tutorials 19 13-12-2015 10:20



All times are GMT -7. The time now is 14:07.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com