#1
|
||||
|
||||
ZArc (Alternative of Freearc)
Seems like Freearc 0.70 ain't coming.
Working on this. Progress: 5% |
The Following 43 Users Say Thank You to Razor12911 For This Useful Post: | ||
0xffaded (16-06-2017), 78372 (23-04-2017), aljassim12345 (02-05-2017), amgad_800 (07-05-2016), Amsal (14-05-2016), Andrey167 (07-05-2016), arkantos7 (07-05-2016), BLACKFIRE69 (12-09-2019), Bulat (18-05-2016), Carldric Clement (07-05-2016), COPyCAT (06-03-2017), coveiro (07-05-2016), danswano (11-03-2017), Gehrman (03-03-2022), GTX590 (21-06-2016), JRD! (21-02-2017), JustFun (08-05-2016), kassane (07-05-2016), Lin Ming (30-06-2017), Lucas65 (23-05-2016), MD.Athar.Sharif (06-01-2018), Mini (07-05-2016), minivj (21-05-2016), nasir ahmad (27-05-2016), NexusIV (07-05-2016), nickwazhere2012 (09-05-2016), Nizar3003 (28-01-2017), oltjon (07-05-2016), Prince4 (15-07-2016), RamiroCruzo (07-05-2016), ravencrow (01-05-2017), rez3vil (28-09-2016), Sarvagya (25-06-2016), Shadow Delta (20-06-2016), Simorq (07-05-2016), Stained (07-05-2016), Stor31 (29-06-2016), TheDevilrider (19-01-2017), truerepacks (13-05-2016), vint56 (15-05-2016), ZAZA4EVER (30-04-2017), zirkhaki (09-12-2016), zouzouni (21-05-2017) |
Sponsored Links |
#2
|
||||
|
||||
Pipes work great, all i need to do is convince Zee to put some compression power on it.
Default will be the Store Method ...
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following 5 Users Say Thank You to panker1992 For This Useful Post: | ||
Amsal (14-05-2016), Carldric Clement (07-05-2016), Jiva newstone (30-04-2017), Razor12911 (07-05-2016), Sarvagya (25-06-2016) |
#3
|
||||
|
||||
Progress 10%
Managed to do stdin stdout (pipes) for 2 or more exe, it was awfully difficult but only left with optimising the code to break that 12 seconds on top of that, I'm not even checking file hash or anything like that, so yea, that gap is bad. Anyways, here is a program that needs testing, haven't slept for almost 2 days working on this and other projects. What needs testing here is simple, just use the method brute+srep+lzma and compare the file sizes of this and the ones from Freearc, if you're lazy to set up brute+srep+lzma then just run this on certain files and report back errors. BTW, Splitting feature can be done but tricky. but once I'm able to split, then putting the file back will be easy. There will be no temps to merge the file back like I did with UltraARC. Gonna be difficult but hopefully not that difficult. How to test? Just put data.tar near ZArc.exe and run the exe, it will work and show summary, output will be placed in the same directory. |
The Following 10 Users Say Thank You to Razor12911 For This Useful Post: | ||
aljassim12345 (01-05-2017), Amsal (18-05-2016), Andrey167 (15-05-2016), chum (22-05-2016), kenzo34 (16-05-2016), Mini (15-05-2016), RamiroCruzo (15-05-2016), Sarvagya (25-06-2016), Simorq (15-05-2016), zouzouni (21-05-2017) |
#4
|
||||
|
||||
How to test on files ? I mean directory of files etc. What should I do
__________________
¬ BRAIN Can Do ANYTHING iF USE ;) ¬ |
The Following User Says Thank You to SAM2712 For This Useful Post: | ||
Sarvagya (25-06-2016) |
#5
|
|||
|
|||
Mad Max
game24.bin - 812mb data.unp - 140mb (449s) Quote:
|
The Following 5 Users Say Thank You to Mini For This Useful Post: | ||
Amsal (16-05-2016), GTX590 (21-06-2016), Razor12911 (16-05-2016), Sarvagya (25-06-2016), Simorq (15-05-2016) |
#6
|
||||
|
||||
GTA V x64b.rpf
Brute: 143 MB > 308 MB Srep: 308 MB > 204 MB Lzma: 204 MB > 115 MB Took: 187 seconds Done |
The Following 3 Users Say Thank You to Simorq For This Useful Post: | ||
#12
|
||||
|
||||
Test 2 uploaded
Added splitting feature test, just add files in input folder and run exe |
The Following 8 Users Say Thank You to Razor12911 For This Useful Post: | ||
Amsal (20-05-2016), arkantos7 (21-05-2016), felice2011 (21-05-2016), Mini (21-05-2016), nasir ahmad (27-05-2016), Sarvagya (25-06-2016), Simorq (21-05-2016), vint56 (21-05-2016) |
#13
|
||||
|
||||
You are always really creative and I wish you always lasting success Razor12911
|
The Following 2 Users Say Thank You to AHMED SAMI For This Useful Post: | ||
Razor12911 (14-06-2016), Sarvagya (25-06-2016) |
#15
|
||||
|
||||
What to test?
Well I added 2 test this time in 1 restoration test: All you do is place a file, "INPUT.dat" then run ZArc, compression will start then afterwards decompression, you'll have 2 new files, OUTPUT.dat is the compressed file and RESTORED.dat is the unpacked file, to test if file was restored properly, just compare CRC for INPUT.dat and RESTORED.dat, if it the same then I'm on the right track. splitting test: All you do here is add files in input directory, if possible just use the same input you used in restoration test so that you can check if the size of the content in output direct is roughly the same, CRC must be the same because headers aren't really included in the splitting process if it isn't then shame, will have to look at the custom stream sources and do modifications. What's remaining? * No stdin and/or stdout compressor support (Currently busy with this) * Add header information, date of files, CRC, file names, file sizes etc * Make ZArc use ZArc.ini * Command line version, drag and drop etc * Restoration of splitted archives (Already have a strategy of how to complete this task) * Add Groups/Masks * Make GUI @ChronoCross Yep, correct. I haven't added headers yet. |
The Following 11 Users Say Thank You to Razor12911 For This Useful Post: | ||
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Doom 3 BFG Edition | Fabioddq | PC Games - CD/DVD Conversions | 6 | 03-03-2019 13:39 |
some kind of algorithm problem in freearc 0.67 | rafikhan | Conversion Tutorials | 0 | 05-07-2014 04:02 |
Trine Collection: Trine + Trine 2 (DVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 21 | 30-06-2013 15:38 |
Sniper Elite V2 (2xDVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 14 | 27-09-2012 19:06 |
how to use FreeArc with precomp+srep+tak | BerSerKFMA | Software | 0 | 16-12-2011 01:17 |