View Single Post
  #2  
Old 12-03-2017, 13:17
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
the mask has nothing to do with precompmt, just not to go out of the question


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests
Thanks but I solved my problem in a simple way:

I edited my arc.ini:

- I removed this part of the code:

Code:
[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
- And changed this:

Code:
ultral24x4	  = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max
with this

Code:
ultral24x4	  = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precompmt+srep+delta+4x4:lzma:max
And all is working now But I don't understand the difference from "-mprecompmt" and "-precompmt". Is there some difference ?

Last edited by L0v3craft; 03-02-2021 at 12:19.
Reply With Quote