Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-07-2015, 11:55
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
"Storing" methode

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:l c8"

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
Reply With Quote
The Following User Says Thank You to rabbit0x1 For This Useful Post:
gozarck (30-07-2015)
Sponsored Links
  #2  
Old 28-07-2015, 11:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
http://fileforums.com/showthread.php?t=95288
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
gozarck (30-07-2015), rabbit0x1 (28-07-2015)
  #3  
Old 28-07-2015, 14:01
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
gozarck (30-07-2015)
  #4  
Old 28-07-2015, 14:35
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
what i wanted to do is to compress it using -m0 -dm0 then srep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8
Reply With Quote
The Following User Says Thank You to rabbit0x1 For This Useful Post:
gozarck (30-07-2015)
  #5  
Old 29-07-2015, 13:56
Inge's Avatar
Inge Inge is offline
Die Hard Member
 
Join Date: Jun 2012
Location: Germany
Posts: 420
Thanks: 203
Thanked 633 Times in 201 Posts
Inge is on a distinguished road
Quote:
Originally Posted by rabbit0x1 View Post
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:l c8"

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!
Attached Images
File Type: png Freearc -m8.png (65.2 KB, 155 views)
File Type: png Coverter by Razor.png (68.7 KB, 155 views)
Reply With Quote
The Following User Says Thank You to Inge For This Useful Post:
gozarck (30-07-2015)
  #6  
Old 29-07-2015, 14:34
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
what i mean.
Reply With Quote
The Following User Says Thank You to rabbit0x1 For This Useful Post:
gozarck (30-07-2015)
  #7  
Old 29-07-2015, 18:31
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Hello rabbit0x1.

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

Quote:
$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.
Code:
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8/$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.
Code:
$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.

Code:
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8/$bink=0
so all the video files (*.bik) are storing.
__________________
-the science of the useless-

Last edited by gozarck; 29-07-2015 at 19:06. Reason: Update
Reply With Quote
The Following 4 Users Say Thank You to gozarck For This Useful Post:
78372 (18-08-2017), Alash Als (04-08-2015), mubbii (28-11-2018), RamiroCruzo (19-09-2015)
  #8  
Old 29-07-2015, 20:01
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
thnx gozrack
i tired what u told me but it returns an error

Code:
arc: Error in array index

Last edited by rabbit0x1; 29-07-2015 at 20:12.
Reply With Quote
The Following User Says Thank You to rabbit0x1 For This Useful Post:
gozarck (30-07-2015)
  #9  
Old 30-07-2015, 07:05
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
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)
Attached Files
File Type: 7z file0001.7z (1.7 KB, 36 views)
__________________
-the science of the useless-
Reply With Quote
The Following 2 Users Say Thank You to gozarck For This Useful Post:
Alash Als (04-08-2015), rabbit0x1 (30-07-2015)
  #10  
Old 30-07-2015, 07:20
rabbit0x1 rabbit0x1 is offline
Registered User
 
Join Date: Feb 2015
Location: japiran
Posts: 8
Thanks: 2
Thanked 5 Times in 5 Posts
rabbit0x1 is on a distinguished road
Thanx Gozrack , it Works

thnx to all again
Reply With Quote
The Following User Says Thank You to rabbit0x1 For This Useful Post:
gozarck (31-07-2015)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Splinter Cell Chaos Theory- MiniImage not work! Maurone PC Games 3 14-04-2005 02:37
for Anno 1503 best copy methode ! madman PC Games 3 17-12-2002 09:53



All times are GMT -7. The time now is 03:14.


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