View Single Post
  #3  
Old 26-01-2016, 01:34
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 565
Thanks: 116
Thanked 882 Times in 320 Posts
panker1992 is on a distinguished road
you can remove it in arc.ini here it is

[External compressor:msc]
header = 0
packcmd = MSC c -v -f -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

i will warn you tho, this can become unstable if you force it with -f switch

@amsal i used -moptimal for assassin creed its pretty straight technique

add these lines in arc.ini and replace lzt

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -p2 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 26-01-2016 at 01:36.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)