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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14-09-2018, 12:16
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Middle-Earth: Shadow of War Definitive Edition [4xBD25]

  • CIU v2.0.3.9 Update 15.0 script (mod)
  • Music taken from Original Game Soundtrack.
  • Pics taken from google and ingame (screenshots).
  • Compression time: 7 hours (4 cores)
  • Decompression time: 1 hour
  • No HD Texture Pack and no 4k Videos supported!
  1. Download and extract the archive to somewhere (over the rainbow~)
  2. Start DiskSpan.bat, type in GameDir, press Enter
  3. Wait for finish
  4. Have fun

As always test before burn on DVD!
Extract archive with WinRAR5+ or latest 7-zip!



Attached Files
File Type: 7z Middle.Earth.Shadow.of.War.7z (16.79 MB, 235 views)
__________________
Haters gonna hate

Last edited by KaktoR; 14-09-2018 at 15:40.
Reply With Quote
The Following 14 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (16-09-2018), Fabioddq (14-09-2018), ff7aerith (12-05-2019), GTX590 (14-09-2018), houcine80 (14-09-2018), kassane (16-09-2018), mausschieber (14-09-2018), nazs_blueduck (14-09-2018), omdj (15-09-2018), pakrat2k2 (14-09-2018), Simorq (14-09-2018), Stor31 (18-09-2018), The_Killer (14-09-2018), zirkhaki (13-01-2019)
Sponsored Links
  #2  
Old 14-09-2018, 14:58
The_Killer's Avatar
The_Killer The_Killer is offline
Registered User
 
Join Date: Nov 2008
Location: Brasil
Posts: 293
Thanks: 343
Thanked 184 Times in 147 Posts
The_Killer is on a distinguished road
Where is the conversion file?
Reply With Quote
  #3  
Old 14-09-2018, 15:40
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Added.

PS: Conversion for BD50 disks will follow (should be 2xBD50)

PPS: I will not make a conversion for DVD5. I mean seriously, who burns 18 DVD5's ? DVD9 is 12x

Edit: Don't want to mess with bpk compression (.vib files are .bk2 files, just change the extension), because bpk has problems with some of the video files in extraction. Therefore I choosed just m0 for video files. So don't wonder why a cmd window will pop up at the end of installation. It was originally meant to rename the video files to original file extension (command: for /R %%x in (*.bk2) do ren "%%x" *.vib). I was just to lazy to remove that batch from setup.exe
__________________
Haters gonna hate

Last edited by KaktoR; 14-09-2018 at 15:47.
Reply With Quote
  #4  
Old 14-09-2018, 16:36
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by The_Killer View Post
Where is the conversion file?
do you fix the extraction with multiple data.00x files using disk span because you are selecting and compress, creating a single Datax.bin.001, but what happen when diskspan select all the files and the split in Data1.bin.00x parts, that is the orgin of the error extraction, i think this is the problem

With
Data1.bin.001
Data1.bin.002
Data1.bin.003

In the Records.ini file im spicified only

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1

or 

[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1

[Record2]
Type=Freearc_Original
Source={src}\Data1.bin.002
Output={app}
Disk=1

[Record3]
Type=Freearc_Original
Source={src}\Data1.bin.003
Output={app}
Disk=1

Last edited by gatosky1620; 14-09-2018 at 17:04.
Reply With Quote
  #5  
Old 14-09-2018, 17:12
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
PLOP Im answer myself

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1

Last edited by pakrat2k2; 14-09-2018 at 17:46. Reason: dont quote your own post !?!
Reply With Quote
  #6  
Old 14-09-2018, 17:51
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
that ONLY works when there is only a single output file, you dont need to specify Data1.bin.002 or Data1.bin.003 it will continue from the first one. You only need to supply where the next set starts ( using your last example
for the following.. )
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=2

[Record3]
Type=Freearc_Original
Source={src}\Data3.bin.001
Output={app}
Disk=3
Would be for a game that had 3 or mor output files. ONLY put in records.ini the first 001 of each data#

Last edited by pakrat2k2; 15-09-2018 at 12:20.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
KaktoR (15-09-2018)
  #7  
Old 15-09-2018, 09:54
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
There is still a bug with asking for Data2.bin.001, even if it's in the same folder. This is because diskspan was meant for a single archive and not for multi archives. But it's a harmless bug eitherway. Just select it in browse window and installation will go on till the end without asking you anymore for next archive.
__________________
Haters gonna hate
Reply With Quote
  #8  
Old 18-10-2018, 01:06
jaronmon jaronmon is offline
Registered User
 
Join Date: Jun 2009
Location: Colombia
Posts: 26
Thanks: 6
Thanked 1 Time in 1 Post
jaronmon is on a distinguished road
I really like the installer but it can be used with a compression with the Ultra Arc since I do not know how to configure the compression and the disk parameters through this DiskSpan and on the other hand I want to perform the compression but selecting 3 languages ​​and this compressor only let select a language ... help please
Reply With Quote
  #9  
Old 18-10-2018, 01:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Sure you can use UltraArc aswell. Just compress it with UltraArc and use only Setup.exe
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 18-10-2018, 02:53
jaronmon jaronmon is offline
Registered User
 
Join Date: Jun 2009
Location: Colombia
Posts: 26
Thanks: 6
Thanked 1 Time in 1 Post
jaronmon is on a distinguished road
I'm trying to use the DiskSPan and looking at a file to compress DiskSpan.bat
I see that he has SREP + LZMA

::################################################ ##########################################
:: Data1 point
::################################################ ##########################################
ata1
::srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
cls
set arc=Data1.bin.001
if exist .\Output\Data1.bin.001 goto movefiles
echo.
echo.--------------------------------------------------------------------
echo.Creating %arc%, please wait...
echo.--------------------------------------------------------------------
echo.%time:~0,-3% - Starting %arc% creation>>".\Conversion.log"
_Compressors\arc a -ep1 -r -s; -w.\_TEMP\ -msrep+4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000 :lc8+diskspan:4440mb:4470mb -n@_Lists\Data1.txt -x@_Lists\Exclude.txt -dp"%choice%" .\Output\%arc%
if ERRORLEVEL 1 goto arcfail
del _TEMP /s /f /q
for /D %%a in ("_TEMP\*.*") do rd /q /s "%%a"
echo.%time:~0,-3% - Finished %arc% creation>>".\Conversion.log"
TIMEOUT 1
::################################################ ##########################################

in my knowledge there it says that it is to compress with SREP + LZMA, but as I can modify those lines so that it does not have any compression (compression 0)
Reply With Quote
  #11  
Old 18-10-2018, 03:44
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
No compression is -m0

But you have to edit the :movefiles too (moving Data1.bin.00# to it's own folders, because they change with no compression).

Better to use the _DiskSpan.bat from UltraArc archive in this case.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
jaronmon (18-10-2018)
  #12  
Old 18-10-2018, 15:20
jaronmon jaronmon is offline
Registered User
 
Join Date: Jun 2009
Location: Colombia
Posts: 26
Thanks: 6
Thanked 1 Time in 1 Post
jaronmon is on a distinguished road
could you tell me how to properly use the DiskSpan, because I have the game installed and with space on the hard disk but when I select the routes, the BD25 and the type of compression with the DiskSpan that comes inside the Ultra arc shows me a message that the specific route has not been found and therefore it does not compress anything ... I really do not know how to use the DiskSpan correctly or suddenly they can give me a link on how to use the program...thxs
Reply With Quote
  #13  
Old 18-10-2018, 15:41
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by jaronmon View Post
could you tell me how to properly use the DiskSpan, because I have the game installed and with space on the hard disk but when I select the routes, the BD25 and the type of compression with the DiskSpan that comes inside the Ultra arc shows me a message that the specific route has not been found and therefore it does not compress anything ... I really do not know how to use the DiskSpan correctly or suddenly they can give me a link on how to use the program...thxs
try this that should help you
https://fileforums.com/showpost.php?...postcount=1117
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
jaronmon (18-10-2018)
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Middle-Earth: Shadow of War Definitive Edition mausschieber PC Games - CD/DVD Conversions 45 10-09-2023 05:06
Grey Goo/Grey Goo Definitive Edition - 3xDVD5 [CIUv2.0.5.1g] vollachr PC Games - CD/DVD Conversions 1 27-03-2018 07:28



All times are GMT -7. The time now is 13:24.


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