FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   RAYcompressor - the ultimate AIO compressor (https://fileforums.com/showthread.php?t=99238)

Chayan Manna 28-07-2017 02:15

Quote:

Originally Posted by harshlohaan (Post 460927)
Can you please provide this script you used with the relevant resource files. Mine WPI lacks percentage and extracted file. I'd really appreciate it. :)

Try this. :)
http://fileforums.com/showthread.php?t=99359

harshlohaan 29-07-2017 22:46

Outstanding work! Must've took you quite a while...
 
1 Attachment(s)
Yeah I already checked this out. And I must say.. hell of a job, man. Awesome work! ;)
But man, the options are too much for me. I want to keep my repacks simple. I just want main repack page, directory page, installation page and finish page.. no autorun no lock window nothing. My script lacks extracted file, percentage, time elapsed and time remaining.
Another problem is I can't find any pzlib compressor here that actually works with my script. I tried Carldric's mini compressor for pzlib, it did make the archive but it shows decompression failed error.. even when I used his IS Done Support in the script. So currently I'm using Razor12911's Compressor v2.1 and it doesn't have pzlib compression method, and the only method I depend upon is srep64+lzma. Not a thing to tell you that it seldom gives a good output.

I'd really appreciate if you can add the above options on installing page and pzlib support to my WPI that I've attached. It'd be a piece of cake for you. :D
And please.. please do suggest a good pzlib compressor that will work for the options you add. BIG THANKS in advance. :)

https://s17.postimg.org/s0ehct433/Slide1.png
https://s17.postimg.org/a8y9klzan/Slide_2.png
https://s17.postimg.org/wat58e967/Slide3.png
https://s17.postimg.org/turbujr3j/Slide4.png

Chayan Manna 02-08-2017 02:33

1 Attachment(s)
Quote:

Originally Posted by harshlohaan (Post 461181)
Yeah I already checked this out. And I must say.. hell of a job, man. Awesome work! ;)
But man, the options are too much for me. I want to keep my repacks simple. I just want main repack page, directory page, installation page and finish page.. no autorun no lock window nothing. My script lacks extracted file, percentage, time elapsed and time remaining.
Another problem is I can't find any pzlib compressor here that actually works with my script. I tried Carldric's mini compressor for pzlib, it did make the archive but it shows decompression failed error.. even when I used his IS Done Support in the script. So currently I'm using Razor12911's Compressor v2.1 and it doesn't have pzlib compression method, and the only method I depend upon is srep64+lzma. Not a thing to tell you that it seldom gives a good output.

I'd really appreciate if you can add the above options on installing page and pzlib support to my WPI that I've attached. It'd be a piece of cake for you. :D
And please.. please do suggest a good pzlib compressor that will work for the options you add. BIG THANKS in advance. :)

Modified your Script.
-Added Extracting File, Percentage, Time Elapsed and Time Remaining.
-Added pZLib Support.
-Removed Previous Technique of adding Archives & placed to Archives.ini
(Because in Previous Technique the addition of "Time Remaining" will be more complicated & there was no option to set the progress for each Archive)
-Modified The "Disk Need Label".
Not checked, Inform me if you get any error with those Modifications.

For Compressor with pZLib Support see The post again, I've Added a Compressor. :)
http://fileforums.com/showthread.php?t=99359

harshlohaan 03-08-2017 07:32

Quote:

Originally Posted by Chayan Manna (Post 461281)
Modified your Script.
-Added Extracting File, Percentage, Time Elapsed and Time Remaining.
-Added pZLib Support.
-Removed Previous Technique of adding Archives & placed to Archives.ini
(Because in Previous Technique the addition of "Time Remaining" will be more complicated & there was no option to set the progress for each Archive)
-Modified The "Disk Need Label".
Not checked, Inform me if you get any error with those Modifications.

For Compressor with pZLib Support see The post again, I've Added a Compressor. :)
http://fileforums.com/showthread.php?t=99359

Thank you so so much, brother. I really really appreciate it. :)
I'd test it right away! :)

alpha13 10-08-2017 00:57

hi. how to unpack devastate method using .bat file?

kenzo34 10-08-2017 07:33

@echo off
arc.exe x -o+ -w.\ -dpYourFiles\ data.bin

alpha13 10-08-2017 08:18

thanks bro but still says Unsupported compression method

Code:

FreeArc 0.67 (March 15 2014) extracting archive: data.arc
Extracting 3,897 files, 103,184,994 bytes. Processed  0%arc.exe: user error (Unsupported compression method or error in parameters: msc)
  0%arc.exe: thread blocked indefinitely
Press any key to continue . . .

i couldn't find any msc unpacked cmd

bluer 10-08-2017 11:18

Excellent work friend Rayated, with this compilation I managed to compress my files ... but now I can not unzip, please can anyone give me a clue?
The methods used are:
- pzlib3, zcm and packet.
The output files of all of them are extension .arc
If it is an obvious question, excuse me ... and my English.

rayated 10-08-2017 16:23

Quote:

Originally Posted by bluer (Post 461611)
Excellent work friend Rayated, with this compilation I managed to compress my files ... but now I can not unzip, please can anyone give me a clue?
The methods used are:
- pzlib3, zcm and packet.
The output files of all of them are extension .arc
If it is an obvious question, excuse me ... and my English.

Thanks bluer.you can try adding the file names in the script.If u don't understand, there maybe a thread waiting just for u. And I am going to upload an update soon enough...there'll a lot off new features and an upgraded installer script.

shazzla 11-08-2017 04:12

Hi guys !

Sorry for my noob question... The situation is the following :

I have a folder with mixed type files. TXT,binary,audio(WAV),etc.
Is any way to compress it to a single .arc using SREP,TTA,LZMA/ZSTD ,etc according to filetypes ?
WAV->TTA
TXT->LZMA/ZSTD
EXE->LZMA/Dispack,etc
and after/before all this ,SREP.

How can i do it ?
What do i need to write in arc.groups ,arc.ini ,etc ?
What is the right arc.exe command line ?

I tried many ways unsuccessfully. (Yes i looked into many installers,etc,but sadly really dont understand)

Please somebody help me with a really short example. For example TTA and TXT.
Thanks in advance !

78372 11-08-2017 04:50

Quote:

Originally Posted by shazzla (Post 461625)
Hi guys !

Sorry for my noob question... The situation is the following :

I have a folder with mixed type files. TXT,binary,audio(WAV),etc.
Is any way to compress it to a single .arc using SREP,TTA,LZMA/ZSTD ,etc according to filetypes ?
WAV->TTA
TXT->LZMA/ZSTD
EXE->LZMA/Dispack,etc
and after/before all this ,SREP.

How can i do it ?
What do i need to write in arc.groups ,arc.ini ,etc ?
What is the right arc.exe command line ?

I tried many ways unsuccessfully. (Yes i looked into many installers,etc,but sadly really dont understand)

Please somebody help me with a really short example. For example TTA and TXT.
Thanks in advance !

See Masked Data Compression

shazzla 11-08-2017 05:26

OK,got it ! Sry. :)
Thanks again !

Spexxos 11-08-2017 20:11

method "max" does not work properly while testing with ray_test. It creates a freearc.tmp in the results folder. I am using V1.02.

Quote:

!!---------------------------------!!
!! METHODS !!
!!----------------------!!---------------------------------!!-------------------------!!
!! Precompressors !! Solid Compressors !! Media Compressors !!
!!-----------!----------!!-----------!----------!----------!!------------!------------!!
!! precomp38 ! pzlib1 !! lzma ! zcm ! rep !! msc ! !!
!! precomp40 ! pzlib2 !! lzma2 ! mcm ! srep !! mpz ! !!
!! precomp41 ! pzlib3 !! lzham ! zpaq ! srep64 !! ofr ! !!
!! precomp42 ! plz4 !! lzt ! zpaqd ! delta !! packmp3 ! !!
!! precomp43 ! !! lz77 ! packet ! xdelta3 !!------------!------------!!
!! precomp44 ! !! lz4 ! noodle ! exe2 !! Masks !!
!! precomp45 ! !! lz5 ! uharcmt ! !!------------!------------!!
!! precomp46 ! !! xz ! fp8 ! !! fast ! max !!
!! reflate ! !! nz ! rzm ! !! max2 ! ultra !!
!! antiz ! !! rar ! ! !! devastate ! devastate2 !!
!! Zjo ! !! zstd ! ! !! devastate3 ! Yourmethod !!
!!-----------!----------!!-----------!----------!----------!!------------!------------!!

knock the "Methods" for more!!!


Test method 01 :max

Test method 02 :

FreeArc 0.67 (March 15 2014) Creating archive: ##TestResults##\max.arc using msc+srep+delta+dispack070+4x4:lzma:max:250m, $text => dict:64mb, $deflate => precomp38+srep+delta+4x4:lzma:max:250m
Memory for compression 128mb, decompression 128mb, cache 16mb
Compressing 1 file, 29,220,333 bytes
Compressing 1.fos_org 0%
Compressing 29,220,333 bytes with MSC c -v -wav=1 -raw=1 -bmp=0 -ddsraw=0 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

MSC [media streams compressor] v0.0.6.4 by ProFrager

Settings:

[Size filters]
RAWSize=[4'096 ; -1] DXTSize=[150 ; -1] RAWMipSize=[300 ; -1]
WAVSize=[512 ; -1] MP3Size=[8'000 ; -1] BMPSize=[4'096 ; -1]

[threads]
max_threads=4

[dxt]
optimisation_lvl=1

[lzma-weighting]
lzma_compr= (hc4:lc=8:lp=2:pb=2:fb=273:mc=1000)

[raw dds & bmp compression]
bmf_compr_lvl=off bmf_vers=v.2.01

[audio compression]
tak_compression_lvl=9 tak_vers=2.3.0 32 bit
frog_compression_lvl=off frog_vers=v4.910b [2011-02-10]

[mp3 search]
mp3_search_engine=1 min_frames_number=20

[raw audio search]
raw_search_engine=1

Scanning...
Compressing/deinterleaving data...

<--------------------------- D D S ---------------------------->
Total founded DDS: 0
DDS with unknown type (not RGB and not FOURCC): 0
DDS with unknown FOURCC: 0
DDS with unsupported type (DXT2,DXT4,Volume): 0
DDS DXT,RAW filtered by size: 0

processed DXT DDS: 0 - 0(lzma reject) = 0 (0 b)
DXT1: 0 DXT3: 0 DXT5: 0 ATI2: 0
DDS RAW search was turned off

<--------------------------- B M P ---------------------------->
BMP search was turned off

<--------------------------- W A V ---------------------------->
Total founded RIFF WAVE: 0
WAV with non-supported format (not PCM): 0
WAV PCM:
with non-standard bit_per_sample (not 8 and not 16): 0
with non-standard number_of_channels (not [1;2]): 0
with non-standard sample_rate: 0
with too big header ( >65536 bytes): 0
WAV PCM filtered by size: 0

processed PCM WAV: 0 (0 bytes)

<------------------------ R A W audio ------------------------->
Total founded RAW audio blocks: 0
RAW filtered by size: 0

processed RAW audio: 0 (0 bytes)

<-------------------------- M P E G --------------------------->
Total founded MPEG streams: 0
MPEG filtered by size: 0
MPEG Layer-I: 0 (0 bytes)
MPEG Layer-II: 0 (0 bytes)
MPEG Layer-III: 0 (0 bytes)

processed MPEG Layer III: 0 (0 bytes)


Scan time: 968ms (28.787 mb/s)
Total process time: 968ms (28.787 mb/s)

All OK


Errorlevel=0

Compressing 29,220,346 bytes with srep -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
SREP 3.93a beta (October 11, 2014): input size 27 mb, memory used 19 mb, -m3f -l512 -c512 -a4/4 -hash=vmac -b8mb
100%: 29,220,346 -> 28,763,674: 98.44%. Cpu 127 mb/s (0.219 sec), real 151 mb/s (0.185 sec) = 118%. Remains 00:00
Decompression memory is 1 mb. 600 matches = 9,600 bytes = 0.03% of file

Errorlevel=0

ERROR: write error (disk full?) in compression algorithm 4x4:lzma:max:250m


---------------------------------------------------------------------------------------------------------------
------------------------------------------ Testing finished --------------------------------------------------
---------------------------------------------------------------------------------------------------------------

Started max - 12.08.2017 - 5:10:30,33
Finished max - 12.08.2017 - 5:10:31,73

rayated 11-08-2017 20:20

Quote:

Originally Posted by Spexxos (Post 461646)
method "max" does not work properly while testing with ray_test. It creates a freearc.tmp in the results folder. I am using V1.02.

how much of ram do you have?

alpha13 11-08-2017 23:42

anyone know how to unpack files using devastate???? it will freeze at the end or sometimes in the middle of decompress with nz64 (nanozip)

Code:

ERROR: write error (disk full?) in compression algorithm reflate
with 6 gb of ddr3 ram


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

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