|
|
|
#1
|
|||
|
|||
|
Arc help
I Need a little bit help with the follow Arc Line
a -r -ed -lc512 -ld512 -mt1 -w./ -msrep+delta+lzma:a1:mfbt4:d158m LC and LD ok....Compression and Decomp Memory What is DELTA and MFBT4? I've tried Simple Backup. The tool also does what it should. It packs a directory into a BIN file. The problem is then for me: How do I get the BIN file generated there unpacked again. Last edited by biotec2k8; 16-01-2021 at 11:39. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
I don't know what delta is.
For mfbt4 see this: https://documentation.help/7-Zip/method.htm#MatchFinder For unpack your bin file use the x command from arc.exe Code:
Example: arc.exe x data.bin -dp.\unpacked Edit: Quote:
__________________
Haters gonna hate
Last edited by KaktoR; 16-01-2021 at 11:59. |
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#3
|
|||
|
|||
|
Yes
I have now create a Bat who extract my Test.bin. OK What are the most popular external packers for Arc and how do I use them effectively? I would really like to learn that and have been dealing with it for a few days, but somehow I still lack a certain kick |
|
#4
|
||||
|
||||
|
"most popular external packers"? Highly depends on what you want to do actually.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
biotec2k8 (16-01-2021) | ||
|
#5
|
|||
|
|||
|
I Have FitGirls Game Shady Part Of Me...nice Game...The Compression is great.
I want to understand how it is possible to compress this game very well. I got to 1.10GB. That is a good value. Even if it takes longer to pack. But I am still missing something to get the value of FitGirl. With a -r -ed -lc2048 -ld2048 -mt1 -w./ -msrep + delta + lzma: a1: mfhc4: d158m I get an approximate value. Ok, it'll take a while. Everything OK. If I understand this compression a little more, I could also try the Inno Setup Last edited by biotec2k8; 16-01-2021 at 12:59. |
|
#6
|
||||
|
||||
|
Thread Moved, if it is not a Game Conversion then it does not belong in the Conversion forum, in future post questions in the Tutorial Sub Forum.
Also... Read the Forum Rules regarding Warez Users.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
|
#7
|
||||
|
||||
|
Well fitgirl got it down to 1gb, that's "just" 100mb smaller then yours. To reach the near same size you probably have to unpack the game files first and do a job there. I don't have the game so I can't tell you anything serious here.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
biotec2k8 (17-01-2021) | ||
|
#9
|
|||
|
|||
|
Yes exactly. Now all I need is an adapted arc.ini and these two external compressors. And then I'll test and study it here with me
Very kindly asked: Can someone please create a pack from ARC, an .ini and a pack and Unpack.bat and send it to me? Last edited by biotec2k8; 17-01-2021 at 02:56. |
|
#10
|
|||
|
|||
|
Compression ratio vs. switches use file sorting, dirs comp, solid archiving
This different results, with variable one -d??? (or without) switches:
Code:
C:\Temp>arc.exe a -r -ds -ed -s -mlzma:ultra:64mb:mfbt4:fb273:mc1024:lc8 dds001.arc ROUTES FreeArc 0.67 (March 15 2014) creating archive: dds001.arc Compressed 15 files, 29,930,240 => 6,631,977 bytes. Ratio 22.16% Compression time: cpu 31.06 sec/real 31.34 sec = 99%. Speed 0.95 mB/s All OK C:\Temp>arc.exe a -r -ed -s -mlzma:ultra:64mb:mfbt4:fb273:mc1024:lc8 dds002.arc ROUTES FreeArc 0.67 (March 15 2014) creating archive: dds002.arc Compressed 15 files, 29,930,240 => 6,646,220 bytes. Ratio 22.21% Compression time: cpu 29.16 sec/real 29.39 sec = 99%. Speed 1.02 mB/s All OK C:\Temp>arc.exe a -r -dsns -ed -s -mlzma:ultra:64mb:mfbt4:fb273:mc1024:lc8 dds003.arc ROUTES FreeArc 0.67 (March 15 2014) creating archive: dds003.arc Compressed 15 files, 29,930,240 => 6,644,465 bytes. Ratio 22.20% Compression time: cpu 29.05 sec/real 29.34 sec = 99%. Speed 1.02 mB/s All OK C:\Temp>arc.exe a -r -dses -ed -s -mlzma:ultra:64mb:mfbt4:fb273:mc1024:lc8 dds004.arc ROUTES FreeArc 0.67 (March 15 2014) creating archive: dds004.arc Compressed 15 files, 29,930,240 => 6,631,761 bytes. Ratio 22.16% Compression time: cpu 30.98 sec/real 31.33 sec = 99%. Speed 0.96 mB/s All OK The best and recommended (file sortings, solid archive) switches from compression?? -ds or -dses or -dsns or without -dxxx?? More examples contains -ep1 switches. My tests, not recommended. This minimal compression ratio differences, available in any external compressors (ex: LOLZ) and multigigabytes ranges? Tested from DLZ and get few kB's gains in few MB's compressed archive. (5466kB vs. 5432kB) without changing the DLZ compressors methods and switches. (Used: slp:d64m:lp0:fb337:cu3:cm43) |
![]() |
|
|