|
#1
|
||||
|
||||
|
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 ![]() ![]() Updated Installer to include UE3Redist, & to Updated version of the game V1.06+DLC is Supported. Last edited by pakrat2k2; 04-06-2015 at 09:18. Reason: V1.06 Game |
| The Following 17 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
AbsoluteFailure (17-04-2015), ahmetbtmn (05-04-2015), chuotchu001 (31-01-2015), DarkSyrius (04-04-2016), DVDMan (15-03-2016), hadik69 (26-03-2015), KaktoR (31-01-2015), lhanz678 (25-03-2015), Matrixcode1 (09-02-2015), mazpoor (04-02-2015), Razor12911 (30-01-2015), RedBeard1971 (31-12-2017), Simorq (29-05-2015), Souvik Giri (30-01-2015), Stor31 (29-05-2015), The_Boss (11-03-2015), wit (01-02-2015) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Thanks man!
|
|
#3
|
|||
|
|||
|
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! |
|
#4
|
||||
|
||||
|
Updated to latest UA.
|
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
EmperadorCAD (25-03-2015), mazpoor (25-03-2015) | ||
|
#5
|
|||
|
|||
|
#7
|
|||
|
|||
|
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
|
|
#8
|
|||
|
|||
|
Will try with freearc option if i can fit to 2xDVD5 and if it installs properly
|
|
#9
|
|||
|
|||
|
Quote:
@pakrat Can you post _CommonRedist hierarchy??? |
|
#10
|
||||
|
||||
|
Quote:
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
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
prudislav (29-05-2015) | ||
|
#11
|
|||
|
|||
|
ok I have them in proper folder, but getting some syntax error on all vcredists
![]() 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 Last edited by prudislav; 29-05-2015 at 05:58. Reason: added error screen |
|
#12
|
||||
|
||||
|
the redists ARG /Q ( space) /norestart ( only capitalized Q to show, people mistake for G )
and a space between /q & /norestart. |
|
#13
|
|||
|
|||
|
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 |
|
#14
|
||||
|
||||
|
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
|
|
#15
|
|||
|
|||
|
got same error - seems like it doesn't even register this setup.ini
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Borderlands 2 'Includes ALL DLC + UPDATES' (2xDVD9 to 2xDVD5) | senseman | PC Games - CD/DVD Conversions | 34 | 28-03-2016 05:42 |
| Borderlands 2: Ultimate Vault Hunter Edition - 2xDVD5 [ALL DLCs + CIU V2 + One LANG] | REV0 | PC Games - CD/DVD Conversions | 16 | 10-11-2014 02:21 |