View Single Post
  #13  
Old 10-03-2023, 11:33
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
Canīt Compress Halo Infinite

Hello, I tried to make a repack of Halo Infinite game, an its stuck at 60% ... i donīt know why. It's the only game that this happens to me.

Here is my arc.ini settings, i use srep+lzma2

Code:
[External compressor:srep]
header    = 0
packcmd   = srep -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d - - <stdin> <stdout>

[External compressor:lzma2]
header    = 0
packcmd   = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mx9 -mmt=on -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
Reply With Quote