FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Borderlands The Pre Sequel(FINAL) 3xDVD5 CIU1014M (https://fileforums.com/showthread.php?t=96622)

pakrat2k2 30-01-2015 19:10

Borderlands The Pre Sequel(FINAL) 3xDVD5 CIU1014M
 
1 Attachment(s)
Borderlands The Pre Sequel(FINAL) 3xDVD5 CIU1014M
Thanks to Yener90-script, Razor12911-Modifications

1. Install the game. Update game, apply NO-CD if necessary.
1A. Update to V1.06 + ALL DLC.
2. Download attachment, extract to HD, NOT in Gamefolder.

3. Run UltraARC, Browse/Select Your installed game, then choose output location.
( Where you have LOTS of room. ) Usually same location as you extracted Conversion File.

4. Once Process has completed, move the Autorun / Setup EXE to your output folder.

5. Test the conversion. ( New Process allows to test install, with browse function for next DVD, can be run from HD. )

6. Then burn folder contents to DVDs with same folder names.

DVD1 - 4.34GB
DVD2 - 4.37GB
DVD3 - 2.48GB
Using Just SREP for settings


https://lh4.googleusercontent.com/-h...o/INSTALL1.jpg

https://lh4.googleusercontent.com/-S...o/INSTALL2.jpg

Updated Installer to include UE3Redist, & to Updated version of the game V1.06+DLC is Supported.

Matrixcode1 09-02-2015 12:54

Thanks man!

EmperadorCAD 25-03-2015 13:14

Please. Could you update the conversion to the latest version of UltraARC? The version 1.1 is very unstable and have failed to perform the conversion.

Thank You!

pakrat2k2 25-03-2015 14:30

Updated to latest UA.

EmperadorCAD 25-03-2015 18:24

Quote:

Originally Posted by pakrat2k2 (Post 439148)
Updated to latest UA.

Wow :eek:, that was fast! Thx for your work!

pakrat2k2 04-04-2015 16:05

Has now been updated to support V1.05 + All DLC Content.

prudislav 21-05-2015 01:41

Used 7zip option to pack files (fits righ onto 2xDVD5 even with Season pass), but setup cant install anything if its packed by 7zip even though ultraarc included supports it

prudislav 25-05-2015 01:31

Will try with freearc option if i can fit to 2xDVD5 and if it installs properly

prudislav 29-05-2015 01:37

Quote:

Originally Posted by prudislav (Post 441036)
Will try with freearc option if i can fit to 2xDVD5 and if it installs properly

works fine with that ;-)
@pakrat Can you post _CommonRedist hierarchy???

pakrat2k2 29-05-2015 02:20

Quote:

Originally Posted by prudislav (Post 441111)
works fine with that ;-)
@pakrat Can you post _CommonRedist hierarchy???

sure

Code:


Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={app}\Binaries\Redist\DXRedistCutdown\DXSETUP.exe
LaunchArg1=/silent

Launch2=Microsoft Visual C++ 2005 x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={app}\Binaries\Redist\vcredist_2005_atl_x86.exe
LaunchArg2=/q /norestart

Launch3=Microsoft Visual C++ 2005 x86 SP1
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={app}\Binaries\Redist\vcredist_2005_x86.exe
LaunchArg3=/q /norestart

Launch4=Microsoft Visual C++ 2008 x86
Launch464=0
Launch4BeforeInstall=0
LaunchCom4={{app}\Binaries\Redist\vcredist_2008_x86.exe
LaunchArg4=/q /norestart

Launch5=Microsoft Visual C++ 2010 x86
Launch564=0
Launch5BeforeInstall=0
LaunchCom5={app}\Binaries\Redist\vcredist_x86.exe
LaunchArg5=/q /norestart

Launch6=Microsoft Visual C++ 2010 x86SP1
Launch664=0
Launch6BeforeInstall=0
LaunchCom6={{app}\Binaries\Redist\vcredist_x86_vs2010sp1.exe
LaunchArg6=/q /norestart


prudislav 29-05-2015 05:14

ok I have them in proper folder, but getting some syntax error on all vcredists
http://i.imgur.com/nCTkJFa.png
i guess better would be to use only \Binaries\Redist\UE3Redist.exe same like steam does (according to https://steamdb.info/app/261640/config/) , which installs all of them automatically

pakrat2k2 29-05-2015 09:49

the redists ARG /Q ( space) /norestart ( only capitalized Q to show, people mistake for G )
and a space between /q & /norestart.

prudislav 29-05-2015 10:55

well i used the setup files straight from the OP so it must be wrong in OP.
Will try to override it through setup.ini if its possible

pakrat2k2 29-05-2015 13:34

try this in setup.ini ( changed few of the arg's ) redoing my own copy as its outdated
Let me know if the changed ARG's work for the redists & i'll update the conversion

Code:

[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={app}\Binaries\Redist\DXRedistCutdown\DXSETUP.exe
LaunchArg1=/silent

Launch2=Microsoft Visual C++ 2005 x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={app}\Binaries\Redist\vcredist_2005_atl_x86.exe
LaunchArg2=/q

Launch3=Microsoft Visual C++ 2005 x86 SP1
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={app}\Binaries\Redist\vcredist_2005_x86.exe
LaunchArg3=/q

Launch4=Microsoft Visual C++ 2008 x86
Launch464=0
Launch4BeforeInstall=0
LaunchCom4={{app}\Binaries\Redist\vcredist_2008_x86.exe
LaunchArg4=/q:a

Launch5=Microsoft Visual C++ 2010 x86
Launch564=0
Launch5BeforeInstall=0
LaunchCom5={app}\Binaries\Redist\vcredist_x86.exe
LaunchArg5=/passive /norestart

Launch6=Microsoft Visual C++ 2010 x86SP1
Launch664=0
Launch6BeforeInstall=0
LaunchCom6={{app}\Binaries\Redist\vcredist_x86_vs2010sp1.exe
LaunchArg6=/passive /norestart


prudislav 29-05-2015 23:08

got same error - seems like it doesn't even register this setup.ini


All times are GMT -7. The time now is 07:51.

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