FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Middle-Earth: Shadow of War Definitive Edition [4xBD25] (https://fileforums.com/showthread.php?t=102229)

KaktoR 14-09-2018 12:16

Middle-Earth: Shadow of War Definitive Edition [4xBD25]
 
1 Attachment(s)
  • 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!

https://i.imgur.com/FAItra3.png
https://i.imgur.com/IPIPIzf.png
https://i.imgur.com/ed260Aw.jpg

The_Killer 14-09-2018 14:58

Where is the conversion file?

KaktoR 14-09-2018 15:40

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 :rolleyes:

gatosky1620 14-09-2018 16:36

Quote:

Originally Posted by The_Killer (Post 475677)
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


gatosky1620 14-09-2018 17:12

PLOP :D Im answer myself

Code:

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


pakrat2k2 14-09-2018 17:51

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#

KaktoR 15-09-2018 09:54

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.

jaronmon 18-10-2018 01:06

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

KaktoR 18-10-2018 01:17

Sure you can use UltraArc aswell. Just compress it with UltraArc and use only Setup.exe

jaronmon 18-10-2018 02:53

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
::################################################ ##########################################
:Data1
::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)

KaktoR 18-10-2018 03:44

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.

jaronmon 18-10-2018 15:20

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

mausschieber 18-10-2018 15:41

Quote:

Originally Posted by jaronmon (Post 476429)
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


All times are GMT -7. The time now is 00:26.

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