#1
|
||||
|
||||
CLS-Nanozip: Preview
Hi guys, you might have noticed I have been creating a lot of CLS plugins for Freearc, it seems like for any compressor that I have in mind, well I have been trying on nanozip the only problem is the overall result hasn't been that effective, either the final size is affected badly or progress via Inno Setup or CMD window takes long to reflect dude to the fact that nanozip gives back false data when I try to steal(take) data from it while it is processing then end up with CRC error.
I gave it one last chance today then Panker told me something tragic, the creator is no longer with us which is why it isn't getting further updates however we decided that we must not give up on trying to make cls even if it doesn't work the way it is supposed to. Which is why I came up with the idea to try and give the message through to the user about the progress of the installation/unpacking process. (Not really sad because of no more updates, which is what most repackers would be sad of) What I did was since it takes long to make reflections of the progress of nanozip was to make a cls that displays a GUI that shows the progress because at least I was able to figure out its progress. So far progress is: 90%, the 10% is because after Inno Setup has used the CLS it crashes but anyways, I uploaded a few screenshots to show you guys how it looks like. Last edited by Razor12911; 07-07-2016 at 04:13. |
The Following 26 Users Say Thank You to Razor12911 For This Useful Post: | ||
-XCX- (30-12-2016), Amsal (10-06-2016), Andu21 (08-07-2016), arkantos7 (14-06-2016), CAT8K (06-11-2016), coveiro (10-06-2016), danswano (02-08-2017), EzzEldin16 (09-11-2016), Gehrman (08-07-2022), gozarck (23-03-2017), Harsh ojha (15-06-2019), JRD! (06-09-2016), kassane (11-06-2016), kenzo34 (10-06-2016), mausschieber (10-06-2016), Mini (10-06-2016), NickX700K (05-06-2019), RamiroCruzo (10-06-2016), romulus_ut3 (22-04-2017), SAM2712 (10-06-2016), sewerok (22-03-2017), Simorq (11-06-2016), st0rm (04-11-2018), Stor31 (05-09-2016), truerepacks (14-06-2016), vint56 (10-06-2016) |
Sponsored Links |
#2
|
|||
|
|||
CLS-Nanozip What will it be ready?
|
#3
|
|||
|
|||
So what method it'll have when it is done,How effective it'll be than other zips?
|
#4
|
||||
|
||||
a very good idea, but I am concerned about the issue can somehow speed up the unpacking? currently unpacking without cls operates at a speed of 1-2 mb seconds
|
#5
|
||||
|
||||
Excelent idea! You are becoming the master of cls.
__________________
"There are three things that sages fear... The tormented sea, a moonless night and the wrath of a gentleness man." - The fear of the Sages. |
The Following User Says Thank You to kassane For This Useful Post: | ||
Razor12911 (14-06-2016) |
#6
|
||||
|
||||
CLS uploaded
It's just a test people, it fails sometimes at the end, have to research on how to make it stop showing that error at the end. Quote:
http://nanozip.net/ Speed is the same, all I did is try to add GUI to show progress. Last edited by Razor12911; 14-06-2016 at 02:10. |
#7
|
||||
|
||||
and how can it accelerate?
|
#8
|
||||
|
||||
What do you mean, how to accelerate it? What algorithm does Nanozip use?
|
#9
|
||||
|
||||
I used the example of masked data compressed. in this example, the decompression speed is about 1-2 MB sec when using 8 cores,which is very slow when using large data
|
#10
|
||||
|
||||
Yeah but still, what algorithm does nanozip use? How is that algorithm in terms speed?
|
#11
|
||||
|
||||
packcmd = nz a -r -v -cc -m8g -br512m -bw512m -p4 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
|
#12
|
|||
|
|||
i'm using -cO it's more faster than -cc but a small bad ratio
|
#13
|
||||
|
||||
This is how it work's for compress:
Code:
[External compressor:nanozip] header = 0 packcmd = nanozip a -cO $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp packedfile = $$arcpackedfile$$.tmp.nz Code:
[External compressor:nanozip] header = 0 unpackcmd = nanozip x $$arcpackedfile$$.tmp packedfile = $$arcpackedfile$$.tmp.nz |
#14
|
||||
|
||||
CRC Checksum failed
|
#15
|
||||
|
||||
Alpha version uploaded
Take note: This may be buggy. Plus if you want to change skin of this, you just gotta apply codejock styles. |
The Following 5 Users Say Thank You to Razor12911 For This Useful Post: | ||
Andrey167 (07-07-2016), arkantos7 (08-07-2016), gozarck (23-03-2017), RamiroCruzo (07-07-2016), Simorq (19-07-2016) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Advanced Compressor (Nanozip) | panker1992 | Conversion Tutorials | 17 | 15-10-2021 15:11 |
Preview Animated Installer v0.0.1 | JRD! | Conversion Tutorials | 50 | 06-11-2018 20:02 |