FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   CLS-PrecompMT (Multi tasking) (https://fileforums.com/showthread.php?t=97961)

LuzhinE 01-11-2016 12:21

aswadd

because it changes from 1 to 0.
cls-precompmt.ini
[CLS]
Threads = 1
Brute = 1

if its value is 1 prederterminado

aswadd 01-11-2016 13:30

Quote:

Originally Posted by LuzhinE (Post 453360)
aswadd

because it changes from 1 to 0.
cls-precompmt.ini
[CLS]
Threads = 1
Brute = 1

if its value is 1 prederterminado

who wants to use brute ?? it will talk all your live to complete .. I just Forgot to put it to Zero :D so it seemed to me like stuck

tanerjames 05-11-2016 15:34

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.

chum 28-11-2016 22:33

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.

LuzhinE 01-12-2016 17:33

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

CAT8K 02-12-2016 02:06

Quote:

Originally Posted by LuzhinE (Post 454157)
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


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

LuzhinE 02-12-2016 05:07

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

Simorq 14-12-2016 09:31

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

LuzhinE 14-12-2016 12:36

Thanks for the test

Simorq 15-12-2016 13:13

Hi Razor12911
cls-precompmt_update! Automatic threads your processor has and during decompression, it launches half that number?

Razor12911 16-12-2016 06:18

Update2 uploaded

Changes

Automatic threads is half during compression and decompression
Added thread percentage option
Added optional work directory

Mini 16-12-2016 06:43

Quote:

Added optional work directory
{app} or how?

Razor12911 16-12-2016 11:28

{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.

aswadd 16-12-2016 11:42

Now, that's the talk :D thnx Razor For the Update

vint56 19-12-2016 22:52

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