FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ZCM with Freearc (https://fileforums.com/showthread.php?t=98323)

felice2011 30-09-2016 16:09

Ha Ha not have lunch with that one there ... ok ok but since you like speed and power, I also like a ...

http://i65.tinypic.com/wuijro.jpg


... like this ...;)

~MAK~ 30-09-2016 18:12

Quote:

Originally Posted by Razor12911 (Post 452300)
Here's CLS, only ran one test.

It shows progress as well.


was a little bit quicker than you. :p

Thanks matey for helping :)

ChronoCross 30-09-2016 18:14

Works perfect!
Less size of chunks decompress more faster?
And thanks aswad you make this possible with your question. LOL.

~MAK~ 01-10-2016 01:29

Quote:

Originally Posted by ChronoCross (Post 452318)
Works perfect!
Less size of chunks decompress more faster?
And thanks aswad you make this possible with your question. LOL.

haha, thanks to razor for accepting my request :P

Atleast by opening this thread, finally ZCM is compatible with FreeArc :P

1234567890123 01-10-2016 06:32

is there a way to use it with -t0 it will be very fast and thank razor

aswadd 01-10-2016 09:25

Quote:

Originally Posted by 1234567890123 (Post 452325)
is there a way to use it with -t0 it will be very fast and thank razor

I don't recommend you to use threads during compressing , I tried it on shadow of mordor 60 GB Folder & 2 times it failed while the 3rd time it succeeded with no threads ,

other thing , use threads in decompression :) it's working fine & about the t0 I find it useless it took 100% of my cpu , so discover the most suited threads number for you :)
in my case i have i3 3.3GHZ I'm using only 2 threads , 80~ of my cpy :D :D

aswadd 01-10-2016 09:35

auto threads usage for zcm ~ instead of t0 [bat File]
Quote:

@shift
@echo off
setlocal enabledelayedexpansion
color 0a
SET threads=%NUMBER_OF_PROCESSORS%
IF "%threads%"=="" (SET threads=1)
IF "%threads%"=="3" (SET threads=2)
IF "%threads%"=="5" (SET threads=4)
IF "%threads%"=="7" (SET threads=6)
IF /I %threads% GTR 8 (SET threads=8)

IF %threads%==1 (
zcm.exe a -s -v -r -m7 archive.zcm *
) ELSE (
IF %threads%==2 (
zcm.exe a -s -v -r -m7 archive.zcm *
) ELSE (
IF %threads%==4 (
zcm.exe a -s -v -r -m7 -t2 archive.zcm *
) ELSE (
IF %threads%==6 (
zcm.exe a -s -v -r -m7 -t4 archive.zcm *
) ELSE (
IF %threads%==8 (
zcm.exe a -s -v -r -m7 -t6 archive.zcm *
)))))
pls note this will work fine without any problems because i replaced the path of files with * // this is the safest way
so to use it Just copy this batch file & zcm.exe to game folder then launch the batch & it will auto detect threads & compress by threads :)
the speed of zcm with threads is almost the same as lzma max settings with large dictionary size so it will be good idea to use it :)


All times are GMT -7. The time now is 00:45.

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