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
  #391  
Old 20-01-2015, 14:11
akazonder akazonder is offline
Registered User
 
Join Date: Nov 2014
Location: Russia
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
akazonder is on a distinguished road
Need other languages for installation process... please...
Reply With Quote
Sponsored Links
  #392  
Old 21-01-2015, 04:48
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
The language options was an untouched area it seems, well the program will be updated with the suggestions, By then try out the other Installer Creators on the thread too. will help to get more flexible options with that.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote
  #393  
Old 04-02-2015, 03:35
GhostSystem GhostSystem is offline
Registered User
 
Join Date: Jan 2015
Location: India, West Bengal
Posts: 12
Thanks: 5
Thanked 3 Times in 2 Posts
GhostSystem is on a distinguished road
Smile uninstall skin

how to load the same frame image when the program is uninstall....like blackbox repack new installer.
Reply With Quote
  #394  
Old 04-02-2015, 23:02
ZeD1818 ZeD1818 is offline
Registered User
 
Join Date: Aug 2014
Location: Home
Posts: 9
Thanks: 5
Thanked 0 Times in 0 Posts
ZeD1818 is on a distinguished road
A little help please

I have a compressed game in 4 parts data-a.bin, data-b.bin, data-c.bin, data-d.bin
How can I import it to BB script software?
Reply With Quote
  #395  
Old 07-02-2015, 21:23
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
Post Adding Files,

Quote:
Originally Posted by ZeD1818 View Post
A little help please

I have a compressed game in 4 parts data-a.bin, data-b.bin, data-c.bin, data-d.bin
How can I import it to BB script software?
Go through the previous reply's there is a basic guide included that might give an idea on the process.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote
  #396  
Old 08-02-2015, 04:14
Phey Phey is offline
Registered User
 
Join Date: Jan 2015
Location: Indonesia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Phey is on a distinguished road
How To Change Version To Deluxe Edition And How To Use Slide Show ?

Sory Iam Newbe

Last edited by Phey; 08-02-2015 at 04:18.
Reply With Quote
  #397  
Old 08-02-2015, 05:53
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by ZeD1818 View Post
A little help please

I have a compressed game in 4 parts data-a.bin, data-b.bin, data-c.bin, data-d.bin
How can I import it to BB script software?
you could have looked thru the topic as that has been asked & answered before. look at posts 32,63,83... for a start pay attention to the screenshots
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
shuvankardash (10-02-2015), ZeD1818 (12-06-2015)
  #398  
Old 10-02-2015, 20:12
shuvankardash shuvankardash is offline
Registered User
 
Join Date: Dec 2014
Location: Kolkata
Posts: 7
Thanks: 7
Thanked 0 Times in 0 Posts
shuvankardash is on a distinguished road
Every thing is ok But need to know how to add more "setup.bin" ???
Reply With Quote
  #399  
Old 15-02-2015, 09:19
nordi's Avatar
nordi nordi is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 30
Thanks: 29
Thanked 39 Times in 17 Posts
nordi is on a distinguished road
to add more Setup.bin files in the package... (NOT IN THE "DESIGNER" OR ?!)

Change the included Archives.ini !

Original:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup.bin'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup.bin'), ExpandConstant('{app}'), false, '') then break;



Changed (2 Setup.bin`s) :

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup1.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup.bin'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup.bin'), ExpandConstant('{app}'), false, '') then break;


Note:
the 50 is percent (%), when you let it on 100 ... the Setup will break after first file...
expample:
when you will add 5 Setup.bin`s you have to change it to 20, and so on...

Last edited by nordi; 15-02-2015 at 09:39.
Reply With Quote
  #400  
Old 19-02-2015, 11:49
Realtech_Redux's Avatar
Realtech_Redux Realtech_Redux is offline
Registered User
 
Join Date: Jan 2015
Location: Russian
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Realtech_Redux is on a distinguished road
There is a Russian version of this program?
Reply With Quote
  #401  
Old 19-02-2015, 11:59
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
Nope
Reply With Quote
  #402  
Old 24-02-2015, 09:08
Realtech_Redux's Avatar
Realtech_Redux Realtech_Redux is offline
Registered User
 
Join Date: Jan 2015
Location: Russian
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Realtech_Redux is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Nope
It is possible to transfer to the Russian language?
Reply With Quote
  #403  
Old 24-02-2015, 13:58
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
nope. I recently asked y_thelastknight and he said he is going to give me the source, he just needs to unbox his PC and etc. seems like he doesn't use his pc a lot these days.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
keitostin (28-02-2015)
  #404  
Old 28-02-2015, 02:21
keitostin keitostin is offline
Registered User
 
Join Date: Oct 2014
Location: London
Posts: 4
Thanks: 5
Thanked 0 Times in 0 Posts
keitostin is on a distinguished road
Hello!
Please help me.
I use free arc only, and get this error:
Reply With Quote
  #405  
Old 01-03-2015, 04:56
DVDMan DVDMan is offline
Registered User
 
Join Date: Oct 2012
Location: ist
Posts: 30
Thanks: 149
Thanked 19 Times in 15 Posts
DVDMan is on a distinguished road
problem



no write "error"
sample "please insert next disk" or "please insert disk2"
how to fix??
sorry my bad eng.

Last edited by DVDMan; 01-03-2015 at 05:05.
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 11:55.


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