Log in

View Full Version : "Storing" methode


rabbit0x1
28-07-2015, 11:55
hello i've checked compression methode of one of repacking team and it was like this.

ArcInfo
"Storing"
"srep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc 8"

if some one tell how to do it (the Storing thing)

i know it seems to be a noob question , but i'm still a beginner.

thank you

Razor12911
28-07-2015, 11:59
http://fileforums.com/showthread.php?t=95288

Razor12911
28-07-2015, 14:01
I also don't know why you want to do storing compression, it's basically, it's the same thing as no compression. Just compress a file, use -m0, and look at arc info, you will see storing method.

rabbit0x1
28-07-2015, 14:35
what i wanted to do is to compress it using -m0 -dm0 then srep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8

Inge
29-07-2015, 13:56
hello i've checked compression methode of one of repacking team and it was like this.

ArcInfo
"Storing"
"srep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc 8"

if some one tell how to do it (the Storing thing)

i know it seems to be a noob question , but i'm still a beginner.

thank you

Compressions like this I only know from FreeArc compressions, maby the "repacker" used some add-ons for Freearc or Programmed an own Compressor.

Look attachment!

rabbit0x1
29-07-2015, 14:34
what i mean.
http://i.imgur.com/l2HyqDm.png

gozarck
29-07-2015, 18:31
Hello rabbit0x1.

Well depends what's files do you need to storing.

$text
readme.*
*.txt
*.doc
$binary
*.pdf
$default
$compressed
*.7z
*.arc
*.rar
*.zip
$wav
*.wav
here an example to storing text so add "/$text=0" at the final of your method.
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8/$text=0

Also you can create your own Label for specific extension.

1-Create txt file and write your custom label.
example for bik videos.
$bink
*.bik
2-Rename your txt file with the name "arc" and "extension" groups arc.groups

3-Copy arc.groups in the same folder of "arc.exe"


4-add the label to your method.

-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8/$bink=0

so all the video files (*.bik) are storing.

rabbit0x1
29-07-2015, 20:01
thnx gozrack
i tired what u told me but it returns an error

arc: Error in array index

gozarck
30-07-2015, 07:05
Ok rabbit0x1. try with my file arc.groups open with notepad++ and add at the final of file your custom label.(copy this file in the same folder of arc.exe)

rabbit0x1
30-07-2015, 07:20
Thanx Gozrack , it Works :)

thnx to all again