View Single Post
  #10  
Old 17-07-2018, 16:11
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
I want to encode far cry 5 with xtool

arc.ini:

Code:
[External compressor:xprecomp]
header    = 0
packcmd   = xtool.exe e:precomp:c32mb,t4:lz4,lzo - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

pack.bat

Code:
del /q data.arc
arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp data.arc "pack\*"
pause
but ratio: 100%, please help me!


Last edited by saeid; 17-07-2018 at 23:19.
Reply With Quote