![]() |
aswadd
because it changes from 1 to 0. cls-precompmt.ini [CLS] Threads = 1 Brute = 1 if its value is 1 prederterminado |
Quote:
|
Hi,
Error with Unarc.dll: Unarc.dll returned an error code: -1 ERROR: archive data corrupted (decomporession fails) How to use inno setup and unarc.dll? Thanks. |
When you say it support Precomp from 0.38 to 0.46 do you mean for compressing and decompression? I tried using 0.38 and 0.42 but none of them worked for compressing, only default 0.45 works.
|
Tested in max payne 3 complete edition
precompmt+srep+lzma2 Game size = 32 GB Size of Repack = 18.3 GB Installation time 50 min divided in 2 Setup.bin * Setup1.bin The rest of the game folders Setup2.bin The movies folder is not compressed For me the best option, since precomp 0.42 takes to install the game in 2 hours and compresses it up to 16 GB |
Quote:
i done from Max Payne 3 Complete Edition last ver 1.0.0.196 pzlib+srep+lzma Game size = 32.5 GB Size of Repack = 16.6 GB Installation time 55 min on my cpu 8 Core amd do this if you are interested in reducing Size |
I only have 4 threads, so for me it is double the installation with pzlib
CAT8K Maybe if you use precompmt the installation for you will be 25 min thanks to its 8 threads |
Batman Arkham Knight 52.0 GB TO 31.0 GB precompmt+Srep+Lzma2:D
http://uupload.ir/files/w3gv_cp.png http://uupload.ir/files/qxmn_dp.png |
Thanks for the test
|
Hi Razor12911
cls-precompmt_update! Automatic threads your processor has and during decompression, it launches half that number? |
Update2 uploaded
Changes Automatic threads is half during compression and decompression Added thread percentage option Added optional work directory |
Quote:
|
{app} is an inno constant, cls doesn't know what it is, so you have to use setinistring in a script to pass info to cls configuration just before you start unpacking archives.
|
Now, that's the talk :D thnx Razor For the Update
|
Razor12911 I am sorry for my bad english
Installer crash when using CLS-PrecompMT when Cancel installation I did so added to isdone 6 Finale #define Precompmt [Setup] [Files] #ifdef Precompmt Source: Include\PrecompMt\cls-precompmt.dll; DestDir: {tmp}; Flags: dontcopy Source: Include\PrecompMt\precomp.exe; DestDir: {tmp}; Flags: dontcopy Source: Include\PrecompMt\precomp64.exe; DestDir: {tmp}; Flags: dontcopy #endif procedure CurStepChanged(CurStep: TSetupStep); #ifdef Precompmt SaveStringToFile(ExpandConstant('{tmp}\cls-precompmt.ini'), '[CLS]'+#13#10+'Threads=75%'+#13#10+'Brute=0'+#13#10+'Te mp='+ExpandConstant('{app}'), True); ExtractTemporaryFile('cls-precompmt.dll'); ExtractTemporaryFile('precomp.exe'); ExtractTemporaryFile('precomp64.exe'); #endif if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data-1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\cls-precompmt.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; http://s016.radikal.ru/i334/1612/ba/97f82ac9b10e.jpg and if you do so then there is no error if not ISExec( 0, 0, 0, ExpandConstant('{tmp}\unarc.exe'), ExpandConstant('x -o+ -cfg"{tmp}\cls-precompmt.ini" -w"{app}" -pPassword -dp"{app}" "{src}\data-1.bin"'), ExpandConstant('{tmp}'), '...',false) then break; |
| All times are GMT -7. The time now is 15:14. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com