|
#1
|
|||
|
|||
|
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 ![]() 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? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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
__________________
~ Greetz to anyone teached me anything ~ |
| The Following User Says Thank You to aswadd For This Useful Post: | ||
oltjon (01-11-2016) | ||
|
#4
|
||||
|
||||
|
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
__________________
~ Greetz to anyone teached me anything ~ |
|
#5
|
|||
|
|||
|
Thanks pakrat2k2
Yes, I know this, and tried in every way to no avail |
|
#6
|
|||
|
|||
|
Quote:
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 ![]() 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 for unpack game As you know nz Takes Long Time in extract
|
|
#7
|
||||
|
||||
|
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
__________________
~ Greetz to anyone teached me anything ~ |
|
#8
|
||||
|
||||
|
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 ![]() 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 :]
__________________
~ Greetz to anyone teached me anything ~ |
| The Following User Says Thank You to aswadd For This Useful Post: | ||
CAT8K (01-11-2016) | ||
|
#9
|
||||
|
||||
|
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 Following User Says Thank You to Razor12911 For This Useful Post: | ||
CAT8K (01-11-2016) | ||
|
#10
|
|||
|
|||
|
Quote:
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?
|
|
#11
|
|||
|
|||
|
Quote:
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 |
![]() |
|
|