|
#31
|
||||
|
||||
|
post #21
|
| Sponsored Links |
|
#32
|
|||
|
|||
|
Quote:
Same Here..Error! |
|
#33
|
|||
|
|||
|
Can you please tell me how to add files in [Files] menu ?
Thanks in advance |
|
#35
|
|||
|
|||
|
@Razor:
About Title image size, it's not 249x79 as written but 649x79 no ? |
| The Following User Says Thank You to toto621 For This Useful Post: | ||
Razor12911 (03-08-2015) | ||
|
#36
|
|||
|
|||
|
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 Last edited by toto621; 03-08-2015 at 13:58. |
| The Following 3 Users Say Thank You to toto621 For This Useful Post: | ||
|
#37
|
|||
|
|||
|
am using dlg compressor...how can i bget a records.ini cant find it
|
|
#38
|
|||
|
|||
|
Quote:
Code:
[Record1]
Type=Freearc_Original
Source={src}\data-1.bin
Output={app}
Disk=1
[Record2]
Type=Freearc_Original
Source={src}\data-2.bin
Output={app}
Disk=1
[Record3]
Type=Freearc_Original
Source={src}\data-3.bin
Output={app}
Disk=1
|
| The Following 2 Users Say Thank You to toto621 For This Useful Post: | ||
bastien360 (03-08-2015), Behnam2018 (13-01-2020) | ||
|
#39
|
|||
|
|||
|
thnx i will try the ultra arc
|
|
#40
|
||||
|
||||
|
please give the tutorial ... please getting compilation problem
|
|
#41
|
|||
|
|||
|
I used the command "vcredist x64{src}\vcredist\vcredist_x64.exe/q /norestart" but does not appear in the installation
|
|
#42
|
|||
|
|||
|
and change the icon in the settings but then the Metal Gear vegeance
|
|
#43
|
|||
|
|||
|
Quote:
1- Delete/Rename Icon.ico from InstallFiles folder because as long as the software will acces it it will use it. 2- Delete/Rename Icon.ico next to BBWizard.exe for the same reason. 3- Copy your game icon in the software folder and rename it Icon.ico. 4- Compile and enjoy
|
|
#44
|
||||
|
||||
|
i cant manage freearc and output option ..what to do ?........
|
|
#45
|
||||
|
||||
|
edit ultraarc.ini
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| Basic tutorial for beginners on blackbox install script | dead4now | Conversion Tutorials | 5 | 20-07-2015 17:31 |
| Blackbox v2 Designer blue skin For Installer | thepaksoldier | PC Games - CD/DVD Conversions | 0 | 14-08-2014 08:29 |
| patchwiz Universal Patch wizard | Heruktiang | PS2 Games | 0 | 27-01-2003 20:51 |
| Game Wizard Plus | jle | PSX Games | 3 | 14-07-2002 07:20 |