View Single Post
  #3  
Old 18-05-2024, 23:51
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 153
Thanks: 29
Thanked 113 Times in 80 Posts
wareck is on a distinguished road
Hello
I add some little change in the DSG_external.ini

Code:
[XTool_Plugins]
GhostofTsushima;    Type: RADIO; Text: Ghost of Tsushima;   Method: xtool:mgot;   Params: c32mb:mgot;

;;---------------------------------------------------------------------------------------------------
[COPY.BEFORE]
GhostofTsushima;             					Method: xtool:mgot;

[Copy.GhostofTsushima]
;{src}\Lists\Ghost of Tsushima\got.ini;                        Destination: PRE\XTool_2020\got.ini;
PRE\XTool_2020\Plugins\got.7z|got.ini;                         Destination: PRE\XTool_2020\got.ini;
ADDONS\Libraries\LZ4\LZ4_Libs.7z|lz4_193\liblz4.dll;           Destination: PRE\XTool_2020\liblz4.dll;

;;---------------------------------------------------------------------------------------------------
[DECOMPRESSORS]
GhostofTsushima;              Method: xtool:mgot;

[Decomp.GhostofTsushima]
ADDONS\Libraries\LZ4\LZ4_Libs.7z|lz4_193\liblz4.dll;          Destination: XTool_2020\liblz4.dll;
PRE\XTool_2020\Plugins\got.7z|got.ini;			      Destination: XTool_2020\got.ini;
;;---------------------------------------------------------------------------------------------------
Before compress :
-go in cache_pc/psarc folder, remove foreign language

I use ASIS for installer and use this patch.bat:
Code:
@echo off
setlocal EnableDelayedExpansion EnableExtensions

if not exist GOT_wwise.xtl goto exitfail

:Wwise
WemTool -d

:XToolDecode
cls
"xtool.exe" decode "GOT_wwise.xtl" "_extracted_archive" "cache_pc\psarc\music_a.psarc"
"xtool.exe" decode "GOT_wwise.xtl" "_extracted_archive" "cache_pc\psarc\music_b.psarc"
"xtool.exe" decode "GOT_wwise.xtl" "_extracted_archive" "cache_pc\psarc\music_c.psarc"
"xtool.exe" decode "GOT_wwise.xtl" "_extracted_archive" "cache_pc\psarc\music_d.psarc"
del "GOT_wwise.xtl"
del /S /Q /F "_extracted_archive"
rd "_extracted_archive"
cls

:end
del /S /Q xtool.exe
del /S /Q wemtool.exe
endlocal

:exit_fail
endlocal

)
del "%~f0"
My install folder was 52.1G
Conversion output 36.1G => good
Reply With Quote