View Full Version : i want some help, please About arc+nz.exe
hi to all
all i need unpack 3 file At same time i uesd many tools like
Masked Data Compressor 2.5 , BlackBox_2.5.1 Masked Compression Archive
And not newbie in Compressor file game but how can do this look to picture
https://s18.postimg.org/b7xd7eoef/3_X1.png
And if it too hard or possible can extract 3x1 file At same time like this
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
// if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
// if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
data1.bin . data2.bin . data3.bin extract At same time?
1- the 3 nz.exe is not meant that nz is unpacking 3 files at the same time
this means it uses 3 threads to unpack one file :)
2- to use 3 nanozip at the same time you must have a good pc 'cause I see from the pic 1 nz is talking around 75% of your cpu so 3 will extremely crash your pc or making it stuck !! uless you change nz settings in arc.ini to use only one thread so you can use at the same time 3 nanozip for 3 files :)
3- For inno I don't know :D
pakrat2k2
01-11-2016, 06:35
for inno no 1 at a time
that's why i don't love to use inno 'cause it has its limits you can't be free enough to do whatever you want
for inno no 1 at a time
Thanks pakrat2k2
Yes, I know this, and tried in every way to no avail
that's why i don't love to use inno 'cause it has its limits you can't be free enough to do whatever you want
Thanks aswadd
no bro 1 nz not talking around 75% of my cpu
when take picture in the time i Limited only 4core in win and 3 nz uesd 75 only from 4 core
but i have 8 core amd fx 8300 and this picture 8 core normal win
https://s14.postimg.org/rluefch3l/1pc.png
i think FitGirl when Compressor this file setup-fitgirl-01.bin she uesd 1 core and she not put -t in arc.ini just uesd \unpackcmd = nz x $$arcpackedfile$$.nz
I have solution But not my preference i can make 3x1 Setup.exe :D for unpack game As you know nz Takes Long Time in extract
I don't think fitgirl will use nz with max settings 'cause it will talk too much time
so if you used a lower compression method for nz it will give you a good ratio & also a good speed :)
but if you want something like nz with a good speed try zcm it has a good ratio & provide a good speed :)
I forgot to tell you something
don't separate the files or make a 3 individual archives each one will contain some files that's the biggest mistake you will make
The base of Compressing is collecting similar Data & make it one data so separating data is the worthest decision 'cause the ratio won't be good
use a Separated data only when compressing similar data types
EX:
vedios & exe & dll & media ===> setup1.bin msc+srep+exe+lzma
main data files ======> setup2.bin precomp+srep+lzma
& for nz I don't know why you want to launch 3 nz for 3 files in the same time :D
you can basically compress the 3 files with nz into one archive then using the same number of threads that you will use to unpack the 3 files at the same time :]
Razor12911
01-11-2016, 14:56
You can use TTimers to unpack several archives at the same time or import multi threading functions.
The TTimer approach is simpler because a timer indirectly creates a thread. So make your ontimer your unpacking function then start all at the same time to execute multiple archives unpacking.
I forgot to tell you something
don't separate the files or make a 3 individual archives each one will contain some files that's the biggest mistake you will make
The base of Compressing is collecting similar Data & make it one data so separating data is the worthest decision 'cause the ratio won't be good
use a Separated data only when compressing similar data types
EX:
vedios & exe & dll & media ===> setup1.bin msc+srep+exe+lzma
main data files ======> setup2.bin precomp+srep+lzma
& for nz I don't know why you want to launch 3 nz for 3 files in the same time :D
you can basically compress the 3 files with nz into one archive then using the same number of threads that you will use to unpack the 3 files at the same time :]
You mean best Compressing. collecting similar Data "type"?
like this
imagefile1.pak imagefile92.pak = 19gb and make all in one file?
From very recently I do this When Setup many of reapck game Especial FitGirl
I observed this to be best. but here in Call of Duty Advanced Warfare see picture
i have data+sound in same "type" and very big 7.55 + 19 = 26.55 gb
What do you recommend me?
https://s21.postimg.org/59497c31z/image.png
You can use TTimers to unpack several archives at the same time or import multi threading functions.
The TTimer approach is simpler because a timer indirectly creates a thread. So make your ontimer your unpacking function then start all at the same time to execute multiple archives unpacking.
The Great Razor12911
So Thanks
( The TTimer approach is simpler because a timer indirectly creates a thread. So make your ontimer your unpacking function then start all at the same time to execute multiple archives unpacking)
I hope, that shows me how do this by picture or edite Game Script.iss \BlackBox_2.5.1 or 2.5.0
it would be good to teach to use this function, since the new reflate only allows decompressing 1.8 GB
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.