View Single Post
  #36  
Old 03-08-2015, 13:30
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Exclamation

Here is a quick Howto I wrote to help people unconfortable with Inno/Setup builders :
1- First Launch BBWizard.exe and complete the first page (Game Name/Publisher/Version/Size/ect..).



2- Set primary game exe (and secondary one if exist, for example : launcher and direct game exe).


3- Set redist if needed, in my example no need of Redist at all (Unity game engine).


4- If you want to use Inno internal compression, set [Files] section (less effective than external) and Registry if needed (most of steam games don't need to).


5- Now all you need is to set setup images, note that title box have wrong picture size, it's 649x79 instead of 249x79.


6- Hit Compile, choose an output folder and wait until it's done.


7- Now download and launch UltraARC, I still use 2.4.0.0 version because latest one crash a lot more on my rig but it's still same settings. So, set source folder (game folder) and output one (setup files folder).


8-Choose your compression method and options, on my rig I use ARC one but not PreComp because it crash nealy each time I use it so I do not tick this option.


9- Set archive prefix, extension and split options if you want, it's not needed but highly recommended for big games.


You can use this options as reference :
If burning on DVD5 then:
First Volume size = 4450
Custom Volume Size = 4480
Threshold Percent = 30

If burning on DVD9 then:
First Volume size = 7920
Custom Volume Size = 7950
Threshold Percent = 30

10- Hit Start and wait until it's done. Check Logs to see if it failed or success.

11- Just copy Setup exe generated with BBWizard in UltraARC output folder, it must be in the same folder as records.ini and compressed game files, for our example :
Code:
records.ini
Setup.exe
Toren_v1.0u1-1.bin
12- Enjoy your repack ^^

Last edited by toto621; 03-08-2015 at 13:58.
Reply With Quote
The Following 3 Users Say Thank You to toto621 For This Useful Post:
bastien360 (03-08-2015), ramox123 (16-12-2016), Razor12911 (05-08-2015)