View Single Post
  #8  
Old 24-04-2021, 09:45
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Compressing "Mad Max" with xzlib+srep+lolz gave me an output of 21.8gb (from 31.8gb), instead of the reported under 4gb compressions others were able to achieve! My arc.ini headers look like the following, any help would be greatly appreciated!

Code:
[Compression Methods]
CUSTOM     = xzlib+srep+lolz
LOLZ	   = lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096:mc1023

[External compressor:xzlib]
header    = 0
packcmd   = "Resources\XT.exe" e:precomp:t50p,c128m:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header     = 0
default    = -m3f
packcmd    = "Resources\srep_x64" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header     = 0
packcmd    = "Resources\lolz_x64" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Reply With Quote