View Single Post
  #14  
Old 10-03-2023, 11:36
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,375
Thanked 89 Times in 48 Posts
Gehrman is on a distinguished road
Quote:
Originally Posted by Sebazz View Post
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>
Use mc=128
Or use 4x4:lzma:a1:mfbt4:32m:fb273:mc1024:lc8, it has a better ratio and speed.
Reply With Quote
The Following User Says Thank You to Gehrman For This Useful Post:
Sebazz (10-03-2023)