Quote:
Originally Posted by Cesar82
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.
|
There is a critical error in your bat file
Code:
if "%INPUT%" EQU 0 goto
The "0" is in every language.
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.