|
|
|
#1
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
|
|
#3
|
||||
|
||||
|
Quote:
Code:
dst+dst_oo2reck+srep:m3f:a16:d1g+LZMA-MT Or u can use like Cesar82 told.... Code:
DSTRAN+srep:m3f:a16:d1g+LZMA-MT
__________________
Um... My busy life.... |
| The Following User Says Thank You to Prettyboy099 For This Useful Post: | ||
Jarmen_Kell (31-10-2020) | ||
|
#4
|
||||
|
||||
|
What example you ask for? For deleting files?
__________________
Haters gonna hate
|
|
#5
|
||||
|
||||
|
#6
|
||||
|
||||
|
Example delete.bat execute from game root directory.
Code:
@echo off ::For english files del /f "data\17881513a7e2a728ccd2ae7301dc9054.bin" del /f "data\1a472f28ea1537dd3cb911fd1e18f2af.bin" del /f "data\4707c0dea95bdf7b38ed0d838965e0e6.bin" del /f "data\6fb69851f3279ea051f48ee6c98c73fe.bin" del /f "data\7ccfce87d9887adf1689fbd07df4200a.bin" del /f "data\8d60c6e8d6ce70496107e588205a3054.bin" del /f "data\93a37de4096fad67e0c99100775cce42.bin" del /f "data\9abda4bd99f4fa01951fd153775e7e8d.bin" del /f "data\a694c2e00b87cd761ee2a25b09a49ea7.bin" del /f "data\f70387b309fdda4e66a9d1808815252d.bin"
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Grumpy (22-10-2020), ostallica89 (21-10-2020) | ||
|
#7
|
||||
|
||||
|
Death Stranding - Single Language
Hey guys...
I created a CallAfter/CallBefore file to use with DiskSpan for this single language situation in this game. When starting the compression the language files (Except the chosen one) will be moved to a folder of the same name as the game folder followed by "_backup". After completing the compression, the language files will be restored to the game folder and the "_backup" folder will be deleted. I haven't tested it with real game files so if anyone wants to test it, comment if it works. Attached is the file to use with this "Death Stranding" conversion to single language (You will be asked). There is also a more updated "DiskSpan.bat" with some corrections that can be used in your next conversions. |
| The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#8
|
||||
|
||||
|
Quote:
Code:
if "%INPUT%" EQU 0 goto If I want to select French [1], then every language which comes after French will be moved to backup folder (including french too). In this case only english language will be kept in game folder. Edit: No matter what language you select, all languages go to backup folder.
__________________
Haters gonna hate
Last edited by KaktoR; 29-10-2020 at 09:45. |
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
GTX590 (29-10-2020), Prettyboy099 (29-10-2020) | ||
|
#9
|
||||
|
||||
|
Quote:
P.S: The idea is to go through the entire bat file from top to bottom and when it arrives in the selected language it will jump to the next one. You must remove the quotes in "!INPUT!" Also missing the goto word before EndLang (if %INPUT% EQU 11 goto EndLang) I forgot to rename the number before goto. The first value is correct (With value 0) The next ones should be changed to 1,2, 3,...11 Code:
:ENGLISH_Lang if "%INPUT%" EQU 0 goto FRENCH_Lang ![]() ![]() ![]() If you have time, test it with the attachment file! |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Prettyboy099 (30-10-2020) | ||
|
#10
|
|||
|
|||
|
Seems there is no meaning of compression in this game! :|
------------------------------------------------------------ -------------- CONVERSION DATE Thu 10/29/2020 ------------------ ------------------------------------------------------------ 13:01:18 - DiskSpan LOG initialized. 13:02:34 - You Have Choosen DVD5 Size. 13:02:37 - ISO Images Will NOT Be Created After Conversion is Finished. 13:02:37 - PC Will NOT Shutdown After Conversion is Finished. ------------------------------------------------------------ 13:02:38 - Conversion Initialized at Thu 10/29/2020. 13:02:38 - Starting "Data1.bin" Archive Creation. 17:17:43 - Archive "Data1.bin" Creation Complete. 17:17:43 - Sorting Storage Directories Started. 17:17:45 - Sorting Storage Directories Complete. 17:17:45 - Conversion Finished at Thu 10/29/2020. ------------------------------------------------------------ 17:17:45 - Input Size: 51.40 GB. 17:17:46 - Output Size: 51.16 GB. 17:17:46 - DiskSpan LOG finalized. ------------------------------------------------------------ |
| The Following User Says Thank You to Jarmen_Kell For This Useful Post: | ||
Prettyboy099 (29-10-2020) | ||
|
#11
|
||||
|
||||
|
I managed to find out what's wrong. The CIU does not unpack dstool.exe, dshash.dll, dst_oo2reck.exe and oo2core_7_win64.dll.
Edit: As a workaround use this. Copy "COMP" folder and "Setup.ini" to the same folder where Autorun.exe/Setup.exe is, install and enjoy
__________________
Haters gonna hate
Last edited by KaktoR; 30-10-2020 at 05:32. |
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#12
|
|||
|
|||
|
Quote:
and thank you to Prettyboy009 for conversion
|
| The Following User Says Thank You to Danziel123 For This Useful Post: | ||
Prettyboy099 (30-10-2020) | ||
|
#13
|
||||
|
||||
|
Quote:
I will post a hotfix for CIU now on the CIU thread. @Danziel123, if possible, test only using this attachment file. @KaktoR, thanks for finding out the real reason for the errors. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Prettyboy099 (30-10-2020) | ||
|
#14
|
|||
|
|||
|
Quote:
|
|
#15
|
|||
|
|||
|
Guys, anyone knows why the installer should ask me for "Data2.bin"!?
https://uupload.ir/files/05hu_untitled.png Also it's my record.ini: [Record1] Type=Freearc_Original Source={src}\Data1.bin.001 Output={app}\ Disk=1 |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Darksiders 2 Death Lives DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 31 | 01-05-2016 09:50 |
| Death to Spies Moment of Truth | ShadowDuke | PC Games - Protection List | 4 | 10-08-2009 09:39 |
| Death - Melodian Death - Speed METAL | j-j | Media Files | 0 | 03-04-2005 02:18 |
| Death crimson 2 jap | roBx^ | DC Games | 0 | 07-10-2002 03:00 |
| DEATH TO DISCJUGGLER AND THE PROGRAMMERS | KILLCDI | DC Games | 1 | 11-12-2000 19:55 |