|
|
|
#1
|
||||
|
||||
|
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
Keep in mind the game files will not be crc perfect after this step, but the game will work anyways.
__________________
Haters gonna hate
|
| 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 |
|
#2
|
|||
|
|||
|
yes it's more or less what I've done
with some other setup (wavpack, oggre, brunsli ect) i've got 9.85GB with installer (ASIS) installation time 4 minutes + 3 minutes for post installation (unwavpack, oggre, rebuild .pak , I use mparallel for speedup the process) Last edited by wareck; 21-06-2024 at 08:32. |
| The Following User Says Thank You to wareck For This Useful Post: | ||
Cesar82 (21-06-2024) | ||
|
#3
|
|||
|
|||
|
Quote:
So, I should just replace thise folders. Right? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Castlevania Lords of Shadow Mirror of Fate HD 1CD or 1DVD5 | Inge | PC Games - CD/DVD Conversions | 8 | 05-04-2014 08:58 |
| Indiana Jones And The Fate Of Atlantis (2009) | cdkiller | PC Games - Protection List | 0 | 10-07-2009 05:34 |
| The Fate Of Hellas | cdkiller | PC Games - Protection List | 0 | 30-03-2008 05:38 |
| HOMM V Hammers of Fate no cd fixes up here... | kilyian | PC Games | 2 | 28-12-2006 11:46 |
| Fate of the dragon no cd crack | Garbage | PC Games | 0 | 13-03-2001 23:54 |