Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13-10-2014, 13:15
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
Unhappy About BlackBox v2

I have two issues about BlackBox v2 compiler program.

First of all, if i click anywhere on setup screen while installing(my compiled setup), it will show an error and installation will stop. For example, if i click on left-bottom corner of the setup screen where is there my logo, setup will say "Aboutform.png not found." or if i click on cancel button while installing it will say "Aboutexit.png not found."

But, these png files are exist in the BlackBox v2's folder.

My second question:
------------------------

Slideshow section and video section don't work in/on my BlackBox v2. These sections/buttons are grayed out and i can't click on them.

How do i fix these issues?

If you help me, i will be appreciate. (Sorry for my bad english.)
Reply With Quote
Sponsored Links
  #2  
Old 14-10-2014, 06:44
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
hi,
using this designer second time and need help.
please see 3 images attached below and kindly explain how to do settings in marked sections and what are they for ?

i am using below code to compress files :-

Quote:
arc a -lc8 -ep1 -ed -r -w.\ Data\data-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\The Evil Within\audio\*"
and below arc.ini file :-

Quote:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Kindly help me to upgrade my arc.ini file so that it not show that "precomp.exe has stopped working".

Please solve my all doubts. i just meed compression and extraction tutorial :'(
Attached Images
File Type: jpg Capture.JPG (66.3 KB, 313 views)
File Type: jpg Capture1.JPG (50.8 KB, 306 views)
File Type: jpg Capture2.JPG (32.6 KB, 312 views)
Reply With Quote
  #3  
Old 14-10-2014, 12:44
skype123 skype123 is offline
Registered User
 
Join Date: Mar 2014
Location: U
Posts: 67
Thanks: 23
Thanked 34 Times in 20 Posts
skype123 is on a distinguished road
Quote:
Originally Posted by DrakeMcCain View Post
I have two issues about BlackBox v2 compiler program.

First of all, if i click anywhere on setup screen while installing(my compiled setup), it will show an error and installation will stop. For example, if i click on left-bottom corner of the setup screen where is there my logo, setup will say "Aboutform.png not found." or if i click on cancel button while installing it will say "Aboutexit.png not found."

But, these png files are exist in the BlackBox v2's folder.

My second question:
------------------------

Slideshow section and video section don't work in/on my BlackBox v2. These sections/buttons are grayed out and i can't click on them.

How do i fix these issues?

If you help me, i will be appreciate. (Sorry for my bad english.)
try starting it as administrator, disable antivirus

second: they dont work, i cant use them soo









Quote:
Originally Posted by Adonix View Post
hi,
using this designer second time and need help.
please see 3 images attached below and kindly explain how to do settings in marked sections and what are they for ?

i am using below code to compress files :-



and below arc.ini file :-



Kindly help me to upgrade my arc.ini file so that it not show that "precomp.exe has stopped working".

Please solve my all doubts. i just meed compression and extraction tutorial :'(
what are you doing in arc.ini? since you dont know what you do, dont touch it

main icon: startgame.exe (used for shortcuts, this is in the main game folder, you can also say binaries/win32/startgame.exe this is how the structure works.

same with the second box, just to set more shortcuts

the compressionmethods are used for internal compression. how the setup.exe compresses the files you set in "primary directory".

primary and secondary directory are the pathes to the game you want to compress internaly. for example: C:\programs\mygamesucks

archive: press the add button to get a new row. fill in infos about external packed archives so the setup knows how to handle them.
Method: freearc/7zip/rar (the algorythm used to compress the files, so it can unpack them)
archivename: archivesucks.arc (just the name, so it can find the file to unpack it)
outputdir: just press the "..." button
component: see components later down
disk: sets on which (if any) disk the file can be found
password: if any got set for an archive, put it in
precompversion: precomp version used to pack the files.


components: a component is a subtopic in the installer.
lets say you put a game, soundtrack and an editor in your setup.
then you set each of them a component, so the user can decide which he wants to install.
another example: you know setups filled with chrome toolbars and ask toolbars. they are a component too, which the user can install, but must not.

to get components, click the add button and type a name for the component.
the components are counted in order they were created. means the top one is 1, the last one (if we make three) is number 3.
this numbers must (if set) be put in the archive-tab, to make an archive part of this component.
Reply With Quote
The Following User Says Thank You to skype123 For This Useful Post:
Adonix (14-10-2014)
  #4  
Old 14-10-2014, 13:14
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
Hi Adonix! I will explain you that you have asked. But, I don't know all of your questions' answers. Sorry for this situation and my ignorance.

Main Icon File: Actually, not main icon file! This text should be "Main Shortcut". You write the path of game's exe. But you must pay attention to a rule: Don't write full path of game's exe. For example:

Let us assume that there is a bin folder in the game's main folder. And the exe is in this bin folder. So, you write there this:"bin\xxx.exe" (xxx is exe name.)

Main Icon Name: Not important. You don't need to write anything.

Compression Method: In this section includes many kinds of compression methods.According to me, lzma2/ultra64 is the best one.

Disk Spanning: If you use internal compression and if you check this, BlackBox v2 program will compress and split your game into archives.(Setup-1.bin, Setup-2.bin etc...) But, if you use external compression, this section is not important.

For internal compression:
If you check this, you will have two choice:"Slides per disk" and "Disk Slice Size MB" Choose one of them.

Slides Per Disk: Means that how many archives splits BlackBox v2 program your game into. For example,

Slides Per Disk=2 ---> Setup-1.bin and Setup-2.bin

Disk Slice Size MB: Means that every bin files' size. For example:

Disk Slice Size=1000 MB ---> Setup-1.bin=1 gb Setup-2.bin=1 gb etc...

Primary Directory: You write there that your game's location. For example:

C:\Program Files (x86)\The Evil Within

But, after compilation, bin files won't include "The Evil Within" folder. Bin files will include files which are in "The Evil Within" folder.

I don't know other marked sections what are they for. Sorry for about that.
Reply With Quote
The Following User Says Thank You to DrakeMcCain For This Useful Post:
Adonix (14-10-2014)
  #5  
Old 14-10-2014, 19:07
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
@DrakeMcCain
@skype123,...
thanks guys thnaks,..
also tell me that i am creating .bin file my self, means from other source, so it's external compression ? and if i am write that i am doing external compression so i have to left primary/secondary,compression method,slices all blank ?
and therefore in "archive" tab i have to set that what i have used to compress ?
if possible will you see below code and tell me what will come in achieve tab ?..so it will help me in future also.

Quote:
arc a -lc8 -ep1 -ed -r -w.\ Data\data-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\The Evil Within\audio\*"
Reply With Quote
  #6  
Old 15-10-2014, 10:46
skype123 skype123 is offline
Registered User
 
Join Date: Mar 2014
Location: U
Posts: 67
Thanks: 23
Thanked 34 Times in 20 Posts
skype123 is on a distinguished road
@adonix
yes, yes, yes too, yes ,leave the primaries blank if you used only external, yes
you must set it as free arc, 0.38, set the name of the archive+extension ( Data1.bin). you can save you archives as .arc, .book, .telephone if you want. there for i use razors compressor somewhere in this forum.

Last edited by skype123; 19-10-2014 at 07:44.
Reply With Quote
  #7  
Old 15-10-2014, 13:30
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
Quote:
Originally Posted by skype123 View Post
@adonix
yes, yes, yes too, yes ,leave the primaries blank if you used only external, yes
you must set it as free arc, 0.38, set the name of the archive+extension ( Data1.bin). you can save you archives as .arc, .suck, .penis if you want. there for i use razors compressor somewhere in this forum.
Please don't use obscene words! No one have due for brawling.
Reply With Quote
The Following User Says Thank You to DrakeMcCain For This Useful Post:
skype123 (19-10-2014)
  #8  
Old 16-10-2014, 10:43
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
Unhappy

Quote:
Originally Posted by y_thelastknight View Post


Script by
- y_thelastknight
- Razor12911
- altef_4 - ( ISSPP, Botva2 Fix, Bass_Module Fix )

Inspiration of
- Razor's IC
- Yener's CIU
- BB v2

Chagelog

Code:
Ver 0.8.0.0-b1 ( 292 views )
 - Original Release.

Ver 0.8.0.0-b2( 63 views )
 - Added ISdone.

Ver 0.8.0.0-b3 ( 1560 views )
 - Fixed Shortcut bug (supernoro).

Ver 0.8.9.0 ( 368 views )
 - Fixed Disk Error.
 - Added Browser Form.
 - Fixed Remaining Time.
 - Fixed Percentage Error.
 - x86 Error.
 - Fixed Some Bugs.

Ver 0.8.9.9beta ( 733 views )
 - Fixed Shortcut bug.
 - Added Internal.

Ver 1.0.0.1 ( 179 views )
 - Updated Internal Compression Settings.
 - Added RegThing.
 - Added Music.
 - Added Button Sounds.
 - Added Component Section.
 - Changed Designer Theme.
 - Rearranged Designer.
 - Added Splash.
 - Bug Fixed.
 - Added Finished Text.

Ver 1.1
 - Fixed Administrator Error.
 - Added More Icon (Total 7 Icon)(Extra Icon name must be Filled).
 - Changed Design.
 - Added Jpg Support.
 - Fixed Some Bugs.
Please fix these issues on next version:
1)If you click anywhere on the setup screen while installing, it will give an error and installation will stop.
2)Slideshow and video sections are grayed out and doesn't work.
Reply With Quote
  #9  
Old 28-11-2014, 07:44
ppsthegamer's Avatar
ppsthegamer ppsthegamer is offline
Registered User
 
Join Date: Jun 2014
Location: India
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
ppsthegamer is on a distinguished road
Some FIXES Needed

Hello. I have been repacking with your BlackBox Design for some weeks. The new version with Splash is awesome! But the Video and Slideshow are not available to use. But why?

Please fix it. I want to add a Video/Slideshow in my Repacks. Also, add an option to add "Required Space" below than 1000MB because there are too many games below 1000MB.

Thanking You
- Pingal
Reply With Quote
  #10  
Old 03-12-2014, 08:15
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
hey guys I just want to know why is registry important to add to script or to inno setup , what does mean registry ... please explain me somebody
Reply With Quote
  #11  
Old 01-01-2015, 04:09
Shadow Delta's Avatar
Shadow Delta Shadow Delta is offline
Registered User
 
Join Date: May 2014
Location: In Real Time
Posts: 59
Thanks: 97
Thanked 50 Times in 30 Posts
Shadow Delta is on a distinguished road
Send a message via ICQ to Shadow Delta Send a message via AIM to Shadow Delta Send a message via Yahoo to Shadow Delta
Thumbs up Basics

Quote:
Originally Posted by leotrim77 View Post
hey guys I just want to know why is registry important to add to script or to inno setup , what does mean registry ... please explain me somebody
To know about the Registry read this post : Here

It's pretty long any way that will give you an Advanced Idea about what and Why the Registry is and it's importance in a way.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote
The Following 2 Users Say Thank You to Shadow Delta For This Useful Post:
Dovahlord (02-08-2020), y_thelastknight (01-01-2015)
  #12  
Old 20-10-2014, 08:20
Parsina Parsina is offline
Registered User
 
Join Date: May 2014
Location: I
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Parsina is on a distinguished road
Hi y_the last knight

when im installing the game if i hit the logo.png pic to show the ripper details it got crash and here is error msg
Reply With Quote
  #13  
Old 22-10-2014, 00:11
Parsina Parsina is offline
Registered User
 
Join Date: May 2014
Location: I
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Parsina is on a distinguished road
i used razor compressor

and this is the compress method :
msrep64+delta+lzma64

when i create the installer and run the setup

setup get this error


any one could help me

i ll be appreciate
Reply With Quote
  #14  
Old 22-10-2014, 04:30
minh_k43sj minh_k43sj is offline
Registered User
 
Join Date: Oct 2014
Location: ho chi minh
Posts: 23
Thanks: 14
Thanked 1 Time in 1 Post
minh_k43sj is on a distinguished road
Quote:
Originally Posted by Parsina View Post
i used razor compressor

and this is the compress method :
msrep64+delta+lzma64

when i create the installer and run the setup

setup get this error


any one could help me

i ll be appreciate
Using black box scrip here to create setup : http://fileforums.com/showthread.php?t=94425

Then use razor compress with method

-mlzma:a1:mfbt4:d158m:fb273:mc1000:lc8
- Select Precomp : 0.43

NOTE : i tested this method with 5 game (with size 5gb, 10gb, 17 gb, 27gb, 3gb), i was repack and no error when i run setup, you need use : "Main(Compact.Mode-precomp.0.43).iss" to create setup


I hope can help for you
sorry, i am vietnamese so my english bad !

Last edited by minh_k43sj; 22-10-2014 at 04:34.
Reply With Quote
  #15  
Old 22-10-2014, 11:45
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Parsina View Post
i used razor compressor

and this is the compress method :
msrep64+delta+lzma64

when i create the installer and run the setup

setup get this error


any one could help me

i ll be appreciate
I think unarc.dll correction is needed.
Reply With Quote
Reply


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
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 Inno Setup Script how ti fix aj12345 PC Games - CD/DVD Conversions 3 05-12-2013 01:21



All times are GMT -7. The time now is 15:26.


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