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
  #46  
Old 07-08-2015, 14:55
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
Quote:
Originally Posted by Stor31 View Post
Bizard !!!!!
nobody knows
the method .....
not rocket science
Fazip0.3 x64 replace the old lzma-x64 version its his evolution. you can set more dict size. "each 1 GB of dictionary requires 10 GB"

edited

i was forgot this parameter in the code -dm0

Code:
bin\arc.exe a -s12g --cache1024  -maxs -dm0 -di+$ -ep1 -r -ed -i0 -lc1024 -ld1024 -mt2 -w./ dat_01.bin -msrep+exe+delta+lzma:1024m:mfbt4:250m:mc1000
in lzma parameter:
1024m =is the buffer compression
mfbt4=is match finder(make the compression faster an better ratio)
250m=dictionary (250*10=2500 RAM)
Attached Files
File Type: 7z fazip0.3.7z (1.34 MB, 323 views)
__________________
-the science of the useless-

Last edited by gozarck; 09-08-2015 at 11:03. Reason: i forgot of this code, and some info.
Reply With Quote
The Following 8 Users Say Thank You to gozarck For This Useful Post:
1234567890123 (09-08-2015), arkantos7 (10-08-2015), buttignol (09-08-2015), punchao (10-08-2015), RamiroCruzo (21-08-2015), Razor12911 (07-08-2015), Simorq (10-08-2015), Stor31 (10-08-2015)
Sponsored Links
  #47  
Old 09-08-2015, 16:27
1234567890123 1234567890123 is offline
Registered User
 
Join Date: Aug 2014
Location: ankara
Posts: 92
Thanks: 124
Thanked 36 Times in 19 Posts
1234567890123 is on a distinguished road
i think fazip is very usefull thank you gozarck
(and sorry for my messages it's not true)
Reply With Quote
  #48  
Old 09-08-2015, 20:32
romulus_ut3 romulus_ut3 is offline
Registered User
 
Join Date: Dec 2014
Location: Bangladesh
Posts: 71
Thanks: 169
Thanked 13 Times in 12 Posts
romulus_ut3 is on a distinguished road
If someone would be so kind as to write a detailed tutorial on all of these compression methods used, and their best possible usage scenarios in details, I think it would prove useful to a lot of us, including people like me who are new to this. Some of the compression tutorials found in this forum is so vague..
Reply With Quote
  #49  
Old 10-08-2015, 00:35
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by romulus_ut3 View Post
If someone would be so kind as to write a detailed tutorial on all of these compression methods used, and their best possible usage scenarios in details, I think it would prove useful to a lot of us, including people like me who are new to this. Some of the compression tutorials found in this forum is so vague..
If you don't want to mess with Freearc command line compression, you can use UltraARC GUI from razor12911, BB script support it and it's really easy to use.
Reply With Quote
The Following 3 Users Say Thank You to toto621 For This Useful Post:
gozarck (10-08-2015), RamiroCruzo (22-11-2015), romulus_ut3 (10-08-2015)
  #50  
Old 10-08-2015, 06:57
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
Exclamation

Quote:
Originally Posted by gozarck View Post
Fazip0.3 x64 replace the old lzma-x64 version its his evolution. you can set more dict size. "each 1 GB of dictionary requires 10 GB"

edited

i was forgot this parameter in the code -dm0

Code:
bin\arc.exe a -s12g --cache1024  -maxs -dm0 -di+$ -ep1 -r -ed -i0 -lc1024 -ld1024 -mt2 -w./ dat_01.bin -msrep+exe+delta+lzma:1024m:mfbt4:250m:mc1000
in lzma parameter:
1024m =is the buffer compression
mfbt4=is match finder(make the compression faster an better ratio)
250m=dictionary (250*10=2500 RAM)
after testing 3.61 GB = 2.28 GB pretty
but an error for Decompressed
Reply With Quote
The Following User Says Thank You to Stor31 For This Useful Post:
gozarck (10-08-2015)
  #51  
Old 10-08-2015, 12:09
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 Stor31 add some lines.

Code:
#define fazip
[FILES]
#ifdef fazip
Source: "Files\arc.ini"; DestDir: "{tmp}"; Flags: "dontcopy";
Source: "Files\fazip.exe"; DestDir: "{tmp}"; Flags: "dontcopy";
;below code goes in code section
#ifdef fazip
      
      ExtractTemporaryFile('arc.ini');
      ExtractTemporaryFile('fazip.exe');
#endif
i think that's all.
Attached Files
File Type: 7z script_test_fazip.7z (972.6 KB, 193 views)
__________________
-the science of the useless-
Reply With Quote
The Following 3 Users Say Thank You to gozarck For This Useful Post:
punchao (10-08-2015), RamiroCruzo (21-08-2015), Stor31 (10-08-2015)
  #52  
Old 29-08-2015, 20:53
nhinchihap3 nhinchihap3 is offline
Registered User
 
Join Date: Feb 2014
Location: VietNam
Posts: 13
Thanks: 4
Thanked 2 Times in 2 Posts
nhinchihap3 is on a distinguished road
Quote:
Originally Posted by _EZEKiEL_ View Post
Try this methode:
arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "G:\Far Cry 4 - Gold Edition"


25GB ==> 12,8GB

I test with BFBC2
6.58GB > 5.32GB
How to compress like u ?

Last edited by nhinchihap3; 29-08-2015 at 21:09.
Reply With Quote
  #53  
Old 29-08-2015, 21:07
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
some games just compress better then others. You can try adding precomp BUT that will increase the compression & decompression times considerably.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
nhinchihap3 (29-08-2015)
  #54  
Old 29-08-2015, 22:03
nhinchihap3 nhinchihap3 is offline
Registered User
 
Join Date: Feb 2014
Location: VietNam
Posts: 13
Thanks: 4
Thanked 2 Times in 2 Posts
nhinchihap3 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
some games just compress better then others. You can try adding precomp BUT that will increase the compression & decompression times considerably.
How to adding precomp , plz help me
Reply With Quote
  #55  
Old 31-08-2015, 06:07
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile Using of Precomp

Quote:
Originally Posted by nhinchihap3 View Post
How to adding precomp , plz help me
hi bro,
if you use precomp then time for compression and decompression is more.

I don't post any new things. if you try Black_Box_Script_By_Kurutucu_V1.8 compressor and others That may use precomp for compression.

In the linked attach file ,uses two powerfull compression technique.
1.Precomp+srep+Arc
2.srep+arc

open compress.bat in notepad And edit as your need.

For thread information

If you need any information please refer the respective thread.

Last edited by ffmla; 12-11-2017 at 07:29.
Reply With Quote
  #56  
Old 14-09-2015, 23:28
eduart eduart is offline
Registered User
 
Join Date: Sep 2015
Location: brasil
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eduart is on a distinguished road
ola use google translate para traduzir pr lang nativo us aqui do brasil fiz um repack com black box script e fico top far cry 4 ultimete v1.9 de 38GB cai para 15.4 taxa de compreenSSão 48% fica uma boa dica se quiser usar deixo todos arquivos usados






DOWLOAD LINK http://www.4shared.com/archive/ukdiQ...la-pt-br.html?

Last edited by eduart; 14-09-2015 at 23:33.
Reply With Quote
  #57  
Old 14-09-2015, 23:36
eduart eduart is offline
Registered User
 
Join Date: Sep 2015
Location: brasil
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eduart is on a distinguished road
@echo Working Arc+Precomp+Srep+Arc
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-3.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Reply With Quote
  #58  
Old 14-09-2015, 23:51
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
Quote:
Originally Posted by eduart View Post
ola use google translate para traduzir pr lang nativo us aqui do brasil fiz um repack com black box script e fico top far cry 4 ultimete v1.9 de 38GB cai para 15.4 taxa de compreenSSão 48% fica uma boa dica se quiser usar deixo todos arquivos usados






DOWLOAD LINK
We'll use google translate after you.
Reply With Quote
  #59  
Old 20-11-2015, 03:05
edward99 edward99 is offline
Banned
 
Join Date: Aug 2015
Location: India
Posts: 58
Thanks: 4
Thanked 12 Times in 6 Posts
edward99 is on a distinguished road
does anyone want corepack data password of all games
i will give

Last edited by edward99; 20-11-2015 at 03:07.
Reply With Quote
  #60  
Old 21-11-2015, 06:32
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
Quote:
Originally Posted by edward99 View Post
does anyone want corepack data password of all games
i will give
your post doesn't help to make an extreme compression. Don't post a crap.
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
RamiroCruzo (21-11-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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Best Compression Format DRAGoN.X Chit Chat 11 07-09-2017 23:13
Mechwarrior 4: Vengeance + Black Knight + Mercenaries + Mechpacks Ssnake PC Games - CD/DVD Conversions 0 14-05-2006 23:55
Black Thorn - Black Thorn - Black Thorn Darklighter PC Games 0 10-02-2002 11:27



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


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