FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Extreme Black Box compression - how ? (https://fileforums.com/showthread.php?t=96465)

chum 21-06-2015 02:46

Quote:

Originally Posted by LuzhinE (Post 441580)
CoreGames

How did he do it? 11.1 GB

They dont share their methods. But in most cases you can only use srep+lzma and will achieve good results for FC4.

I get mine with 1.9+ all DLC's to around 14gb using only SREP+lzma, so no big deal here. Of course i removed all foreign audio languages and keep only english+my own. The other audio files were around 7gb space wasted.
Audio and Video are not compressed so you should get rid of audio files you dont need.

rabbit0x1 11-07-2015 12:43

i dunno if this gonna help but sometimes you can replace media files like .bik from an xbox360 game , it's wayyyy smaller than the pc version.
it isn't my idea , it's MartinzPL's (if i'm correct)

Stor31 11-07-2015 15:28

?????
 
Bizard !!!!! :confused::confused:
nobody knows
the method .....
not rocket science :D:D:D:D

ravencrow 17-07-2015 13:00

Quote:

Originally Posted by 1234567890123 (Post 441905)
send your game's setup.exe i'll show your data password.I've cracked just cause 2

why don't you do something of you own instead of stealing someone else's work? those files are password protected due to a reason.do you have any idea how much effort they put on making repacks?

encourage them to continue their work

pakrat2k2 17-07-2015 13:32

I've DELETED all of 1234567890123's useless posts that do nothing for this topic.
Anymore posts like that will result in ban.

Use the Conversions as they are posted, or simply go elsewhere. Don't care if you've managed to get a password from someone else's work, DO NOT POST anymore garbage
like that.

gozarck 07-08-2015 14:55

1 Attachment(s)
Quote:

Originally Posted by Stor31 (Post 441898)
Bizard !!!!! :confused::confused:
nobody knows
the method .....
not rocket science :D:D:D:D

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)

1234567890123 09-08-2015 16:27

i think fazip is very usefull thank you gozarck
(and sorry for my messages it's not true)

romulus_ut3 09-08-2015 20:32

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..

toto621 10-08-2015 00:35

Quote:

Originally Posted by romulus_ut3 (Post 442469)
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.

Stor31 10-08-2015 06:57

Quote:

Originally Posted by gozarck (Post 442408)
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
http://nsa38.casimages.com/img/2015/...5936287219.jpg

gozarck 10-08-2015 12:09

1 Attachment(s)
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.

nhinchihap3 29-08-2015 20:53

Quote:

Originally Posted by _EZEKiEL_ (Post 436259)
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

http://img4.hostingpics.net/pics/899...2014141406.png

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

pakrat2k2 29-08-2015 21:07

some games just compress better then others. You can try adding precomp BUT that will increase the compression & decompression times considerably.

nhinchihap3 29-08-2015 22:03

Quote:

Originally Posted by pakrat2k2 (Post 442923)
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 :(

ffmla 31-08-2015 06:07

Using of Precomp
 
Quote:

Originally Posted by nhinchihap3 (Post 442925)
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.

eduart 14-09-2015 23:28

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
http://dc253.4shared.com/img/M6DJMi6...56458/Capturar

http://dc253.4shared.com/img/sWcO0vB...8398/Capturar3

http://dc253.4shared.com/img/1A7u-J2...7bc8/Capturar2

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

eduart 14-09-2015 23:36

@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

Razor12911 14-09-2015 23:51

Quote:

Originally Posted by eduart (Post 443240)
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
http://dc253.4shared.com/img/M6DJMi6...56458/Capturar

http://dc253.4shared.com/img/sWcO0vB...8398/Capturar3

http://dc253.4shared.com/img/1A7u-J2...7bc8/Capturar2

DOWLOAD LINK:)

We'll use google translate after you.

edward99 20-11-2015 03:05

does anyone want corepack data password of all games
i will give

ChronoCross 21-11-2015 06:32

Quote:

Originally Posted by edward99 (Post 444723)
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.

CoreGames 22-11-2015 04:09

Quote:

Originally Posted by ChronoCross (Post 444750)
your post doesn't help to make an extreme compression. Don't post a crap.


That guy need to learn, they hide their compression switches in arc.ini which you can't see using ArcInfo with FreeARC, and their compression isn't universal, it changes according to games.

edward99 22-11-2015 13:17

i mean does anyone want to know corepack data password of all games because i have a trick to see corepack password

gozarck 22-11-2015 15:41

ChronoCross some times you need to see the good intentions of the users. They share his own info about compression. Any kind of contribution about compression here make the little world of compression more bigger.

CoreGames 22-11-2015 22:58

Quote:

Originally Posted by gozarck (Post 444800)
ChronoCross some times you need to see the good intentions of the users. They share his own info about compression. Any kind of contribution about compression here make the little world of compression more bigger.

And what "info about compression" did he actually give ? Its called stealing mate, I am talking about "edward99" guy just above.

RamiroCruzo 22-11-2015 23:48

Quote:

Originally Posted by CoreGames (Post 444805)
And what "info about compression" did he actually give ? Its called stealing mate, I am talking about "edward99" guy just above.

You repack games in E:/ drive????? :D

Quote:

i mean does anyone want to know corepack data password of all games because i have a trick to see corepack password
Its good that you have that password but as I have observed the secret of CorePacks small repacks aren't in their direct compression......With password you can only see how the .cpack file was compressed but not the total compression......... So, its better to work & explore the finite possibilities of compression than just to copy.......

LOL.....Such big lecture...I must be becoming a leader....

CoreGames 23-11-2015 00:43

Quote:

Originally Posted by RamiroCruzo (Post 444806)
You repack games in E:/ drive????? :D

Nope, not just in E, also in D and F drive.

RamiroCruzo 23-11-2015 01:28

Quote:

Originally Posted by CoreGames (Post 444807)
Nope, not just in E, also in D and F drive.

Well at least GTA 5 & MadMax were repacked there :p

1234567890123 23-11-2015 06:43

i think precomp+srep+delta+lzma codes can be improve if they hide in arc.ini.
edward99: the cpack password is useless we should focus on precomp+srep+delta+lzma they are using this compressors.

Andrey167 23-11-2015 06:52

msrep+delta+lzma:a1:mfbt4:d512m:fb273:mc8192:lc8
12.4 gb

ShadowEagle 23-11-2015 07:53

Quote:

Originally Posted by Andrey167 (Post 444813)
msrep+delta+lzma:a1:mfbt4:d512m:fb273:mc8192:lc8
12.4 gb

Nothing special.

GTA V CorePack for example, they used Reflate. Every big file (excepting a few ones) were reflated, compressed with Precomp and after that compressed again with SREP+LZMA.

Cheers

Andrey167 23-11-2015 08:03

Quote:

Originally Posted by ShadowEagle (Post 444815)
Nothing special.

GTA V CorePack for example, they used Reflate. Every big file (excepting a few ones) were reflated, compressed with Precomp and after that compressed again with SREP+LZMA.

Cheers

Precomp -brute0
reflate can not handle more than 4GB of files, use the precomp in brute mode result is the same but the unpacking faster! But do not forget that the usual hdd packing becomes duty!
ps do not spoil your hard disk by using reflate in their repack! SSD can withstand a number of small files, no hdd after recording 2-3 times drive to the dump!

ChronoCross 23-11-2015 09:07

My apologies edward99.

RamiroCruzo 23-11-2015 09:29

Quote:

Originally Posted by Andrey167 (Post 444816)
Precomp -brute0
reflate can not handle more than 4GB of files, use the precomp in brute mode result is the same but the unpacking faster! But do not forget that the usual hdd packing becomes duty!
ps do not spoil your hard disk by using reflate in their repack! SSD can withstand a number of small files, no hdd after recording 2-3 times drive to the dump!

Reflate is the fastest deflate software you can find....The only big differece b/w reflate & precomp is that precomp keeps compiling all processed deflate streams in one .pcf file whereas reflate keeps it separate...

There are many ways with which you can even fast up your decompression in reflate. For example use multiple threads for hif to raw conversion......

As for size limit, I never experienced a single error on that :confused:...... Also you can change solid block size to overcome that problem......

ShadowEagle 23-11-2015 12:57

Quote:

Originally Posted by Andrey167 (Post 444816)
Precomp -brute0
reflate can not handle more than 4GB of files, use the precomp in brute mode result is the same but the unpacking faster! But do not forget that the usual hdd packing becomes duty!
ps do not spoil your hard disk by using reflate in their repack! SSD can withstand a number of small files, no hdd after recording 2-3 times drive to the dump!

What`s the best command line for using precomp 0.43 in brute mode?

RamiroCruzo 23-11-2015 23:05

Quote:

Originally Posted by ShadowEagle (Post 444825)
What`s the best command line for using precomp 0.43 in brute mode?

Code:

precomp -brute0 -cn -t+zgn -d0
Or if you wanna avoid PNG multi parsing (brute mode will catch the streams inside PNGs, but act like reflate for multis), use this:

Code:

precomp -brute0 -cn -t+zg -d0

edward99 24-11-2015 01:11

if anyone wants to know corepack password give me any game of corepack installer (setup.exe)

edward99 24-11-2015 01:15

this password cp.,gtv,2ex.pre is for corepack gta 5 (31gb)

ShadowEagle 25-11-2015 01:34

Quote:

Originally Posted by RamiroCruzo (Post 444831)
Code:

precomp -brute0 -cn -t+zgn -d0
Or if you wanna avoid PNG multi parsing (brute mode will catch the streams inside PNGs, but act like reflate for multis), use this:

Code:

precomp -brute0 -cn -t+zg -d0

Thanks. But why these parameters?

Quote:

-cn -t+zgn -d0

george047 26-11-2015 02:21

Quote:

Originally Posted by edward99 (Post 444835)
if anyone wants to know corepack password give me any game of corepack installer (setup.exe)

Can you give password for Batman Arkham Knight.

Mini 26-11-2015 02:45

it isn't a shame in general? super hackers :D


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

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