View Single Post
  #1  
Old 21-06-2024, 06:45
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
I made a custom method using DSG. I just tested with my own installer and it works, but not tested with CIU.

However you need to add cmd commands to Setup.ini if you're using CIU.

Code:
[CMDCommands]
setlocal EnableDelayedExpansion EnableExtensions
cd /D "{app}\basis_out"
"{app}\7z.exe" a -mx5 -tzip -poKoo$]bnGTKJLMNBA9A "{app}\basis.pak" "*"
cd /D "{app}\patch_002_out"
"{app}\7z.exe" a -mx5 -tzip -poKoo$]bnGTKJLMNBA9A "{app}\patch_002.pak" "*"
cd /D "{app}\patch_003_out"
"{app}\7z.exe" a -mx5 -tzip -poKoo$]bnGTKJLMNBA9A "{app}\patch_003.pak" "*"
cd /D "{app}\patch_004_out"
"{app}\7z.exe" a -mx5 -tzip -poKoo$]bnGTKJLMNBA9A "{app}\patch_004.pak" "*"
cd /D "{app}\patch_005_out"
"{app}\7z.exe" a -mx5 -tzip -poKoo$]bnGTKJLMNBA9A "{app}\patch_005.pak" "*"
cd /D "{app}"
del /F /S /Q "{app}\7z.dll"
del /S /F /Q "{app}\7z.exe"
rd /s /q "{app}\basis_out"
rd /s /q "{app}\patch_002_out"
rd /s /q "{app}\patch_003_out"
rd /s /q "{app}\patch_004_out"
rd /s /q "{app}\patch_005_out"
TIMEOUT 3
:End
endlocal
Using fast lolz preset it is 10.2GB compressed.

Keep in mind the game files will not be crc perfect after this step, but the game will work anyways.
Attached Files
File Type: 7z terminator.7z (6.0 KB, 14 views)
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
fabrieunko (10-12-2024), Jarmen_Kell (21-06-2024), mausschieber (21-06-2024), nazs_blueduck (19-05-2025)
Sponsored Links