FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Diablo III ST/CE: DVD9 to 3xDVD5 *INNO SETUP* (https://fileforums.com/showthread.php?t=92930)

REV0 16-05-2012 03:23

Diablo III ST/CE: DVD9 to 3xDVD5 *INNO SETUP*
 
1 Attachment(s)
Diablo III ST/CE** - DVD9 to 3DVD5 by REVO

* Released yesterday
** ST: Standart Edition CE: Collector's Edition


Script by: yener90 / Setup theme by: REVO

Setup theme is based on actual game menu.


v1.0 - First Release
v.1.01
-Fixed font color
-Fixed Background image
-Fixed Installer Splash image
-Fixed DX, VC installation sequence.
v.1.02 after 308th download
-Fixed 'BACK' button issue thanks to artdekdok

1. Install the game
2. Create a folder and name it redist, then move DirectX folder and vcredist_x86.exe to here. You may need DirectX and redistributables if you're installing them first time, it would be better to keep these. Normally there's none in game's installation. Place this folder on your desktop, you will use it in the end of conversion.

3. Download the attachment below (end of the thread) Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:

Code:

#define ProgramFiles "YOUR GAME PATH"
- Dont forget to delete ';' in front of the line of course.

Save it and compile

4. Create 2 folders and name them DB3_1, DB3_2.

Move:

Install-1a, 1b, 1c bin files to DB3_1
Install-2a, 2b, 2c bin files to DB3_2
Install-3a, 3b, 3c bin files to DB3_3 (If exist)

5. Copy autorun.inf and Setup.ico files to all DB3_* folders, edit autorun.inf like below except DVD1

Code:

[autorun]
OPEN=0
ICON=Setup.ico

5. Now move redist folder to DB3_3

6. Burn them to DVDs, and enjoy installer music pack during install.

http://img201.imageshack.us/img201/3627/51907453.png
http://img502.imageshack.us/img502/981/70239681.png
http://img401.imageshack.us/img401/2794/67306477.png
http://img24.imageshack.us/img24/3955/71190480.png
http://img13.imageshack.us/img13/6984/75709154.png

Grumpy 17-05-2012 02:07

Added to Index :)

REV0 17-05-2012 10:09

Quote:

Originally Posted by Vegekou (Post 402622)
http://i47.tinypic.com/14vh5yp.png

i put the redist folder in the game install dir.
inside the rerdist folder i put vcredist x86 and x64; and a folder named DirectX.
In the DirectX folder i extracted files from directx_Jun2010_redist.
Is everything correct?

TGUID already replied by pakrat.

About redist, you will not put in game installation folder, i didn't say anything about it. You will put it DB3_2 folder which i explained later in conversion, read the conversion fully before applying it.

Vegekou 17-05-2012 11:53

What is "Rename_Autorun.bat"?

"5. Copy autorun.inf and Setup.ico files to all DB3_* folders, edit autorun.inf like below except DVD1"
There is no autorun.inf in the package.
Is this correct for DVD1?
Quote:

[autorun]
OPEN=Setup.exe
ICON=Setup.ico

pakrat2k2 17-05-2012 12:57

the rename "autorun.bat" is not needed. Just follow the conversion steps & place the setup* files along with the Install-1a files in dvd1. The Install-2a files along with directx files go in dvd2.

oh yes, the autorun.inf for dvd1 is correct, for dvd2 change the line open=0, always, otherwise it will look for setup.exe again.

mamilan 18-05-2012 16:25

http://img339.imageshack.us/img339/6215/58770191.jpg Problem

GAMES_PC 18-05-2012 17:03

@mamilan
your script wrong
must like this and no error again

#define "C:\Program Files\Games\Diablo.III.Collectors.Edition"
change to
#define "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

hope help :)

REV0 19-05-2012 01:50

It's not the issue GAMES, in ANSI versions slash is not important, i tested without slash and it compiled without problems.

He should install it somewhere else and must compile again

Vegekou 19-05-2012 06:35

Quote:

Originally Posted by GAMES_PC (Post 402681)
@mamilan
your script wrong
must like this and no error again

#define "C:\Program Files\Games\Diablo.III.Collectors.Edition"
change to
#define "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

hope help :)

NO.

#define ProgramFiles "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

GlassER 19-05-2012 09:38

2 Attachment(s)
@ REV0, Welcome
Edited the file "setup ini" to have the installer in Polish, and almost everything is ok.
Unfortunately, some items are in English.I have not found the entire script of words that can be improved.
The file "polish.isl" is good.
Mistakes have marked on the images in yellow.
Sorry for pointing out errors, but I would have completely in Polish.

http://fileforums.com/attachment.php...1&d=1337445378

http://fileforums.com/attachment.php...1&d=1337445378

REV0 19-05-2012 13:21

If i remember correct you'll edit LangScript for these ones:confused:

hissien007 22-05-2012 09:13

2 Attachment(s)
PHP Code:

5. Copy autorun.inf and Setup.ico files to all DB3_foldersedit autorun.inf like below except DVD1

Code
:

[
autorun]
OPEN=0
ICON
=Setup.ico

5. Now move redist folder to DB3_2

6. Burn them to DVDs
, and enjoy installer music pack during install

these steps i don't fully understand
1 - where is the autorun file you mention
2 - i have dawnload order like this


so i have split them into two packs and then put them into two folders
like this


i selected an older redist and but it in DB3_2
then i tern then ito two dvd's
where thoes dvd's goes is it inside DB3V101
3 - the last thing where to chose the installation is it on the game previous directory
i would be more than glad if you could answer these questions to me

yener90 22-05-2012 09:40

GlassER
you made some mistake :/
how did you add polish?
its enough to add to Setup.ini

GlassER 22-05-2012 10:12

1 Attachment(s)
@yener90, REV0

Now, after editing the file "setup.ini" I have the correct Polish.
Thank you for your commitment and respect.
See image...

pakrat2k2 22-05-2012 13:27

Quote:

Originally Posted by hissien007 (Post 402773)
these steps i don't fully understand
1 - where is the autorun file you mention
2 - i have dawnload order like this


so i have split them into two packs and then put them into two folders
like this


i selected an older redist and but it in DB3_2
then i tern then ito two dvd's
where thoes dvd's goes is it inside DB3V101
3 - the last thing where to chose the installation is it on the game previous directory
i would be more than glad if you could answer these questions to me

read instructions again...
1. Install the game
your trying to use downloaded files to do conversion with.
to create the autorun.inf file is easy just make a new text file with
[autorun]
open=setup.exe
icon=setup.ico

save the file & rename to autorun.inf. To have the same file on dvd2 copy it over then edit it to open=0 save it. Copy the setup.ico from archive in post #1 to dvd1/2 folders

REV0 22-05-2012 15:09

GlassER,

Can you tell me what was the problem in setup.ini ? I'll update the script

pakrat2k2 22-05-2012 21:39

couple questions REV0, your file says DB3V102 but it has DB3V101 folder inside. also the setup.ini is missing polish thats why it didnt show up...

Lang=de,en,es,fr,it

GlassER 23-05-2012 06:39

@ REV0
New setup.ini is OK.
I typed just "pl" at the Lang....
Thanks.

REV0 23-05-2012 15:45

Quote:

Originally Posted by pakrat2k2 (Post 402796)
couple questions REV0, your file says DB3V102 but it has DB3V101 folder inside. also the setup.ini is missing polish thats why it didnt show up...

Lang=de,en,es,fr,it


Fonts are different, others are same pakrat i checked it

vaesmo25 23-05-2012 19:55

Question
 
Ok so I got to step 4, and then I couldnt figure out what to when you say

"Move:

Install-1a, 1b, 1c bin files to DB3_1
Install-2a, 2b, 2c bin files to DB3_2"

Could you please explain this to me? Id really appreciate it!
Thank you

pakrat2k2 23-05-2012 21:51

youve edited the ISS script and changed it to match where your game is instaled?

then you need to compile the script, which creates the install*.bin files. Once completed you move the created files into appropriate folders mentioned in first topic.

hissien007 24-05-2012 04:25

another question does cd (DB3_1)
contain the rest of File (DB3V102.rar)
or not

pakrat2k2 24-05-2012 09:14

no db3_1 should only have the setup*.* files & Install-1a, 1b, 1c bin files + autorun.inf file

Code:

[autorun]
OPEN=setup.exe
ICON=Setup.ico

you change the open=0 for autorun.inf in db3_2 dvd

61n4n74r 24-05-2012 17:03

the v1.02 version at ";#define ProgramFiles "YOUR GAME PATH""

must be "#define ProgramFiles "YOUR GAME PATH" without ";" in front...

biuford 23-11-2013 17:03

Hi, I do the conversion but I get 3 DVD 5 not 2 DVD 5 where my mistake, forgive my bad English, I have installed the version that is downloaded from the website of Blizzard

pakrat2k2 23-11-2013 21:18

Quote:

Originally Posted by biuford (Post 426276)
Hi, I do the conversion but I get 3 DVD 5 not 2 DVD 5 where my mistake, forgive my bad English, I have installed the version that is downloaded from the website of Blizzard

open Installerscript.iss & look for line

Compression=lzma
change to
Compression=lzma2/ultra. Save & compile script.

for better compression. but note with higher compression will take longer to install from conversion files.

KaktoR 24-11-2013 06:24

2xDVD5 is not possible anymore since v1.04 or 1.05.

HellRazor 24-11-2013 06:35

Quote:

Originally Posted by KaktoR (Post 426308)
2xDVD5 is not possible anymore since v1.04 or 1.05.

From what I saw, there are no new reg entries. Conversion does not need to be updated and it is still valid.

Only topic name needs to be changed to 3xDVD5 and that's it.

KaktoR 24-11-2013 06:41

Quote:

Originally Posted by HellRazor (Post 426312)
From what I saw, there are no new reg entries. Conversion does not need to be updated and it is still valid.

Only topic name needs to be changed to 3xDVD5 and that's it.

I know this :) From above versions (i think) the game expanded from about ~8gb to 12gb and thats why the game not fit anymore on 2xdvd.

REV0 24-11-2013 07:41

Hi fellas,

I edited instructions, only thread title needs fix

Chhers

pakrat2k2 24-11-2013 08:30

title fixed ;)


All times are GMT -7. The time now is 17:03.

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