|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Middle-Earth: Shadow of War Definitive Edition [4xBD25]
As always test before burn on DVD! Extract archive with WinRAR5+ or latest 7-zip! ![]() ![]()
__________________
Haters gonna hate
Last edited by KaktoR; 14-09-2018 at 15:40. |
| 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
|
||||
|
||||
|
Where is the conversion file?
|
|
#3
|
||||
|
||||
|
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. |
|
#4
|
||||
|
||||
|
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. |
|
#5
|
||||
|
||||
|
PLOP
Im answer myselfCode:
[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 !?! |
|
#6
|
||||
|
||||
|
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
Last edited by pakrat2k2; 15-09-2018 at 12:20. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
KaktoR (15-09-2018) | ||
|
#7
|
||||
|
||||
|
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
|
|
#8
|
|||
|
|||
|
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
|
|
#9
|
||||
|
||||
|
Sure you can use UltraArc aswell. Just compress it with UltraArc and use only Setup.exe
__________________
Haters gonna hate
|
|
#10
|
|||
|
|||
|
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) |
|
#11
|
||||
|
||||
|
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
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
jaronmon (18-10-2018) | ||
|
#12
|
|||
|
|||
|
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
|
|
#13
|
||||
|
||||
|
Quote:
https://fileforums.com/showpost.php?...postcount=1117
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
jaronmon (18-10-2018) | ||
![]() |
|
|
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 |