FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   3 Way Compression, Masked Compression (https://fileforums.com/showthread.php?t=102689)

panker1992 21-04-2019 14:20

let me give it a try then :D maybe i will add it as cls-uharc
if the results are promising

Carldric Clement 21-04-2019 22:05

Quote:

Originally Posted by panker1992 (Post 480724)
let me give it a try then :D maybe i will add it as cls-uharc
if the results are promising

It was already that i've include that... u dont need to make cls-uharc :D

Multithread was made by me
Optimization has been moded by me
But thanks to Universal CLS Creator from Krinkels.org
:D

doofoo24 21-04-2019 22:22

Quote:

Originally Posted by Carldric Clement (Post 480732)
thanks to Universal CLS Creator from Krinkels.org
:D

Universal CLS Creator is 78372 :p

Carldric Clement 21-04-2019 22:37

Quote:

Originally Posted by doofoo24 (Post 480733)
Universal CLS Creator is 78372 :p

Thanks... but somehow about UHARC need to a little bit optimize and need to
get the a result if the UHARC has perfect or not... Try it :D

doofoo24 21-04-2019 23:05

any compressor create temp files during installation i gave up using a long time...
only <stdin> <stdout> for me like zstd/7z/4x4:lzma/srep/xtool...:)

Carldric Clement 21-04-2019 23:16

Quote:

Originally Posted by doofoo24 (Post 480736)
any compressor create temp files during installation i gave up using a long time...
only <stdin> <stdout> for me like zstd/7z/4x4:lzma/srep/xtool...:)

Me too... if I can do with the method using like this
Code:

uharc+ecm+srep:m2f+exe2+lzma2/$deflate=xtool+4x4:lzma+zstd
What happen it is?? :confused:
I'm using a phone now. Which means I have a job.

heihuanlanhun 03-05-2019 09:56

Will there be a WPI Inno ? When?

panker1992 03-05-2019 16:17

WPI Inno, doesn't use isdone.dll.

isdone.dll is used for all those functions that unpack FAN and Shelwien 7zip.

in order to work i need to change many things !!

Carldric Clement 03-05-2019 18:27

Quote:

Originally Posted by heihuanlanhun (Post 480868)
Will there be a WPI Inno ? When?

I dont think so... but if the WPI have IsDone.dll which means that u can use... Unfortunately... that old files doesnt support with Masked Compression v3. So u have gonna only use CIUv3 or ASIS Installer... I recommended.

devil777 26-05-2019 08:51

Can anyone kindly please help me----

I have compressed a 0.98GB file down to 0.54GB ..... that's good but when I try to unpack or install it using Inno setup script... it uses just 256.57MB.... please anyone help with decompression memory increase....
I want to increase the ram usage like 1678MB during installation and anyone help me with it..

Carldric Clement 29-05-2019 07:41

Quote:

Originally Posted by devil777 (Post 481123)
Can anyone kindly please help me----

I have compressed a 0.98GB file down to 0.54GB ..... that's good but when I try to unpack or install it using Inno setup script... it uses just 256.57MB.... please anyone help with decompression memory increase....
I want to increase the ram usage like 1678MB during installation and anyone help me with it..

For example to get a large memory, First compress with these settings:
Code:

-lc4096 -ld4096
If decompression using more memory usage, I guess it's fine.

exorc 01-07-2019 15:52

How to unpack with inno script?

I packed sekiro with arc\Arc a -ma9 -ds -lc4096 -ld4096 -di -i1 -ep1 -ed -r -w.\ Setup-3.xarc ^
-mpoodle+srep:m3f:a2:l256+lolzi:d128m:mt2:ldmf1:ldc 0:mc1023:mtb64:x0 "D:\Games\Sekiro Shadows Die Twice\3\*"

thanks

Celestosapien 04-10-2019 05:07

Hi, I'm new to compression and this was my first software that I tried...
I somehow got the inno setup working to extract files by replacing the name setup-1.arc to <myfilename> but where do I put the password to extract the files that had password while compression.
And how to extract multiple files? I mean setup-1.bin, setup-2.bin and so on!!! Do I just copy and past the same line with different name?
Thanks in advance...

exorc 12-02-2020 09:34

Quote:

Originally Posted by Celestosapien (Post 482889)
Hi, I'm new to compression and this was my first software that I tried...
I somehow got the inno setup working to extract files by replacing the name setup-1.arc to <myfilename> but where do I put the password to extract the files that had password while compression.
And how to extract multiple files? I mean setup-1.bin, setup-2.bin and so on!!! Do I just copy and past the same line with different name?
Thanks in advance...

How to unpack result files with inno, pls help!!

github 01-02-2021 14:03

tested the Multithreaded Precomp V 0.48,
when I have setup this
Quote:

[External compressor : precomp]
header = 0
packcmd = cls-precomp_x64 -cn -intense -t-j3 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
The multi thread works, but it will call the cls-precomp.exe instead of cls-precomp_x64.exe

The compressing time reduced a little bit, and the result is 4% smaller?
Which doesn't seem to be right, multi thread should only reduce time not result size.
When try to unpack the result, it says
ERROR: archive structure corrupted (decompression of control block failed)Press any key to continue . . . :(

Reproduce:
Quote:

mask=precomp+srep64+xz

[External compressor : precomp]
header = 0
packcmd = cls-precomp -cn {option} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep64]
; -mem25% -mem1024mb
header = 0
packcmd = srep64 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d100m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=14 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>



All times are GMT -7. The time now is 21:22.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com