#1
|
|||
|
|||
Middle-Earth: Shadow of War Definitive Edition [10xDVD5]
As always test before burn on DVD! Extract archive with WinRAR5+ or latest 7-zip! ![]() ![]() ![]()
__________________
Haters gonna hate RIP GOD
Last edited by KaktoR; 14-01-2019 at 08:32. |
The Following 9 Users Say Thank You to KaktoR For This Useful Post: | ||
Cesar82 (31-12-2018), Danziel123 (17-12-2018), GTX590 (14-12-2018), Jiva newstone (17-12-2018), omdj (14-12-2018), pakrat2k2 (14-12-2018), Simorq (14-12-2018), Stor31 (15-12-2018), zirkhaki (14-12-2018) |
Sponsored Links |
#2
|
|||
|
|||
Conversion reuploaded.
Let's look how long this one lasts before DMCA bots strike again ![]()
__________________
Haters gonna hate RIP GOD
|
#3
|
||||
|
||||
you said in another topic that we should do this:
PS: Make sure to not compress 72 bytes videos with bpk, they will give crc error (exclude them). is it necessary now or you have done the setting? I checked the Diskspan setting but I found nothing. |
#4
|
|||
|
|||
Study "_Tools\CopyFiles.bat" and "CopyFilesBack.bat"
![]() What they do: CopyFiles.bat moves all the 72b videos to Output folder. CopyFilesBack.bat copy all the 72b videos back to game folder after conversion is finished + move the files in Output folder to last DVD. Setup.exe will copy them to game folder after installation. I didn't want to use 2 archives just for this (because you will get weird % in installation with 2 diskspan archives)
__________________
Haters gonna hate RIP GOD
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
zirkhaki (14-12-2018) |
#5
|
||||
|
||||
thanks. I was not familiar with this method. So how can we attach some files to setup.exe, like the method you've used.
sometimes I compress a game and then realize that a small file is forgotten. how can we do this. that is very useful. If its possible, answer this here or private message. |
#6
|
|||
|
|||
In CIU Setup.ini you have the possibility to execute cmd commands after installation is done.
Example to copy a file from source to target Code:
[CMDCommands] copy /Y "{src}\folder1\file1.txt" "{app}\folder1\"
__________________
Haters gonna hate RIP GOD
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
zirkhaki (14-12-2018) |
#7
|
||||
|
||||
so specifically for this game we should do something like this:
Code:
[CMDCommands] copy /Y "{src}\game\cinematics\videos\golden_path\05_blade\B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade\" copy /Y "{src}\game\cinematics\videos\Realizations\blade4_outro\Blade4_Outro.vib" "{app}\game\cinematics\videos\Realizations\blade4_outro\" . . . . and we should put the source folder in CIUv main folder? |
#8
|
|||
|
|||
For this game it is easier to use this
Code:
xcopy /e /i /y /q "{src}\game" "{app}" >nul 2>&1 No need for destination file name. Source folder ({src}) is simply from where you install it. It has nothing to do with CIU folder. It's the same if you would like to install redist from disc.
__________________
Haters gonna hate RIP GOD
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
zirkhaki (14-12-2018) |
#9
|
||||
|
||||
so the folders that need to be copied should be in setup folder. First DVD or the last one?
and for other games, did i mention the right method? [CMDCommands] copy /Y "{src}\game\cinematics\videos\golden_path\05_blade \B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade " sorry to bother you, but this is really intersting for me. |
#10
|
|||
|
|||
Quote:
For single file you can use copy command. For many files or folders you should use xcopy instead with parameters to include subfolders and files and recursive copy. If you use just "copy" command, don't forget to add a \ at target folder ("{app}\game\cinematics\videos\golden_path\05_blad e\")
__________________
Haters gonna hate RIP GOD
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
zirkhaki (14-12-2018) |
#11
|
||||
|
||||
I tried both memthods (copy & xcopy)
none of them worked for me. I tried xcopy with different switches but it didn't worked too. I have this: Code:
[CMDCommands_] IF EXIST "{src}\NEW_FILES" RD "{src}\NEW_FILES" /S /Q MD "{src}\NEW_FILES" COPY /Y "{src}\ORIG_FILES\*.dll" "{src}\NEW_FILES\*.dll" COPY /Y "{src}\ORIG_FILES\*.bmp" "{src}\NEW_FILES\*.bmp" xcopy /e /i /y /q "{src}\game" "{app}" >nul 2>&1 //xcopy /h /c /k /e /r /y "{src}\game" "{app}" //xcopy "{src}\game" "{app}" /h /c /k /e /r /y //COPY /Y "{src}\game\cinematics\videos\golden_path\05_blade\B_20_10.vib" "{app}\game\cinematics\videos\golden_path\05_blade\" Code:
IF EXIST "{src}\NEW_FILES" RD "{src}\NEW_FILES" /S /Q MD "{src}\NEW_FILES" COPY /Y "{src}\ORIG_FILES\*.dll" "{src}\NEW_FILES\*.dll" COPY /Y "{src}\ORIG_FILES\*.bmp" "{src}\NEW_FILES\*.bmp" tried your setup, but it copies "cinematics" folder in its sub-directories and files but it should copy "game" and its sub-directories and files. I read some topics about xcopy but nothing worked for me. is "[CMDCommands_]" active by defaul or it should be activated somewhere? |
#12
|
|||
|
|||
Quote:
![]() Activate it by remove the underline The part in your code is only a example. You can remove it Edit: Setup_Fix added. It should be Code:
xcopy /e /i /y /q "{src}\game" "{app}\game" >nul 2>&1
__________________
Haters gonna hate RIP GOD
Last edited by KaktoR; 15-12-2018 at 04:30. |
The Following User Says Thank You to KaktoR For This Useful Post: | ||
zirkhaki (15-12-2018) |
#13
|
||||
|
||||
thanks to you now I learned a new thing. I appreciate that.
now everything works fine. Last edited by zirkhaki; 15-12-2018 at 08:14. |
#14
|
|||
|
|||
Thank you KaktoR for conversion
I got 12x dvd 5 with the benchmark file But i want to ask In folder dvd 12, i got folder game, it's right? ![]() And when i try to install, near of the end installation, blue cmd appears and just close it. And i check folder game in dvd 12 not copy in installation. It's normal/ i make mistake during compress? |
#15
|
|||
|
|||
You use SetupFix?
The "game" folder on dvd12 should be copied to install folder (this are just some 72 bytes files of the game. Compress on this files result in crc errors on installation. I'm not sure if the game runs without this files).
__________________
Haters gonna hate RIP GOD
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - CD2DVD Conversion Index **UPDATED: 19-02-2019** | Grumpy | PC Games - CD/DVD Conversions | 163 | 17-02-2019 05:07 |
Middle Earth Shadow of War ( 16/17xDVD5 ) | houcine80 | PC Games - CD/DVD Conversions | 17 | 12-11-2018 04:14 |
Grey Goo/Grey Goo Definitive Edition - 3xDVD5 [CIUv2.0.5.1g] | vollachr | PC Games - CD/DVD Conversions | 1 | 27-03-2018 08:28 |