FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Helping thread :) (https://fileforums.com/showthread.php?t=98274)

minivj 27-09-2016 00:23

Best external compressor for *.iwd files for Call of Duty Modern Warfare???

aswadd 29-09-2016 13:28

guys I have a little problem with zcm , it doesn't understand the paths like this
I:\Shadow of mordor\Repack\ .. even i addedd the quotation mark like this
"I:\Shadow of mordor\Repack\ttt" or I:"Shadow of mordor"\Repack\ttt
================================================== =======
I:\Shadow of mordor\Repack\ttt>zcmx64 a -m8 archive.me "I:\Shadow of mordor\Repa
ck\ttt"
ZCM Archiver v.0.93

Archive is I:\Shadow of mordor\Repack\ttt\archive.me
WARNING: No files Compressed 0 bytes to 0 bytes

I:\Shadow of mordor\Repack\ttt>zcmx64 a -m8 archive.me I:"Shadow of mordor"\Rep
ack\ttt
ZCM Archiver v.0.93. Demo version.
copyright (C) 2011-2015 By Nania Francesco Antonio
Archive is I:\Shadow of mordor\Repack\ttt\archive.me
WARNING: No files Compressed 0 bytes to 0 bytes

mikey26 29-09-2016 13:49

what happens if you put the files in just one folder without quotation marks

eg: c:\shadowofmordor

try not leave any spaces i had a very similar issue a few days ago with a compressor just cant remember which one.

Razor12911 29-09-2016 16:57

Quote:

Originally Posted by minivj (Post 452146)
Best external compressor for *.iwd files for Call of Duty Modern Warfare???

Try using this.
http://fileforums.com/showthread.php?t=98317

ChronoCross 29-09-2016 17:00

First read the help from the zcm.exe.
and then use -r (recursive path)
ZCM a -r -m8 -t6 path\*

aswadd 29-09-2016 20:13

Quote:

Originally Posted by mikey26 (Post 452225)
what happens if you put the files in just one folder without quotation marks

eg: c:\shadowofmordor

try not leave any spaces i had a very similar issue a few days ago with a compressor just cant remember which one.

it works fine only folders which have spaces doesn't work on it :confused:

aswadd 29-09-2016 20:19

Quote:

Originally Posted by ChronoCross (Post 452242)
First read the help from the zcm.exe.
and then use -r (recursive path)
ZCM a -r -m8 -t6 path\*

doesn't work :( & -r is just for compressing files in subdirectories
& another question
zcmx64 a -s -r -v -m8 -t2 shadowofmordor.test I:\Shadow of mordor\Repack\test\
the output archive will be I:\shadow\ :confused::confused::confused:
also I can't extract to a folder which have spaces

~MAK~ 29-09-2016 22:13

Quote:

Originally Posted by aswadd (Post 452246)
doesn't work :( & -r is just for compressing files in subdirectories
& another question
zcmx64 a -s -r -v -m8 -t2 shadowofmordor.test I:\Shadow of mordor\Repack\test\
the output archive will be I:\shadow\ :confused::confused::confused:
also I can't extract to a folder which have spaces

checkout this - http://www.fileforums.com/showthread.php?p=452248

Specially made for you ;)

ChronoCross 01-10-2016 08:42

I need help here in 7z.exe
i want to know what means this code
Quote:

-mb0s0:1 -mb0s1:2 or -mb1s0:3 -mb1s1:4
what is the benefits to use this code in the chain of methods?
Quote:

7z.exe a -t7z -bd -mcrc=0 -m0=bcj2 -m1=lzma:d26:fb64 -m2=lzma:d19:fb64 -mb0s0:1 -mb0s1:2 ^-m3=lzma:d19:fb64 -m4=lzma:d19:fb64 -mb1s0:3 -mb1s1:4 ^ "data" test.7z

aswadd 02-10-2016 09:42

I have a small question ... what is the fastest program for storing files ? 7z or arc or winrar
& can I use srep on Multi files ? or srep is used only on 1 file ??

gozarck 03-10-2016 06:41

1 Attachment(s)
Hello Aswadd.
All those tools can store any folder quickly. the speed depends of your HDD.
About srep maybe you already know the answer :)
Unpack Code:
Quote:

@echo off
for %%f in (*.001,*.7z) do 7z.exe x -bd -y "%%f" -so | srep64.exe -d - - | 7z.exe x -bd -y -si -ttar >nul
pause >NUL

Ichiraku2001 03-10-2016 07:54

Quote:

Originally Posted by RamiroCruzo (Post 451922)
Yeah..Whenever we ask him how he's so good, he tells someone else's name and say he rarely does the thing...Leaving us with the question, "Is he from future or something? -_-"

Anyways, welcome to the forum matey ^_^

Razor bro, had a conflict with Val and blah blah stuff, so am gone....So don't worry.. ;)

starting off with what this thread is xD
how did u compress the crew to 12.3 GB ;_;

aswadd 03-10-2016 13:22

Quote:

Originally Posted by gozarck (Post 452400)
Hello Aswadd.
All those tools can store any folder quickly. the speed depends of your HDD.
About srep maybe you already know the answer :)
Unpack Code:

yeb , I know other methods to make srep work on all files but I thought there was an option to do that :D
I used this :)
Quote:

dir /s /b *.pcf |ppx2 -P 20 -L 1 srep64 -m3f -a2 "{}"
not for speed :D Just for rematching is taking much time
:D:D 20X Srep64 // 20 rematching
or
Quote:

for %%C in (dir /s /b) do (
srep64 -m3f -a2 %%C
)

coveiro 08-10-2016 21:49

What is the best method to compress Mafia III, for a smaller size ?

~MAK~ 08-10-2016 22:13

Quote:

Originally Posted by coveiro (Post 452612)
What is the best method to compress Mafia III, for a smaller size ?

I didn't repacked it, but as far as by seeing game data, I think it will use reflate+srep+lzma in simple way. Reflate will work on .sds files and except other audio and other data will be repacked with srep+lzma ;)


All times are GMT -7. The time now is 21:30.

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