Thread: Battlefield V
View Single Post
  #10  
Old 13-12-2018, 13:19
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
Quote:
Originally Posted by KaktoR View Post
Open your eyes

Code:
[External compressor:xZSTD]
header    = 0
;packcmd   = _PE\XTool e:precomp:t75p:zstd Input <stdout>
packcmd   = _PE\XTool e:precomp:t75p:zstd - - <stdin> <stdout>
unpackcmd = _PE\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input
It is right there.

Change to this
Code:
packcmd   = _PE\XTool e:precomp:t75p,c128m:zstd - - <stdin> <stdout>

I didnt have that section in fa.ini thats why I couldnt see it ...
Reply With Quote