View Single Post
  #2  
Old 04-08-2020, 12:43
Atakanbasturk Atakanbasturk is offline
Registered User
 
Join Date: Dec 2012
Location: istanbul
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Atakanbasturk is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You have to write the mask groups in lowercase

Code:
$MscSolid => $mscsolid
Don't ask me why, but it works.
Thanks man, it works and perfect. My code will get better in time. I suggest you can write lowercase thing to wiki.

Quote:
Originally Posted by KaktoR View Post
precomp is always used by xtool (well, the command precomp, not the tool). You can't call xtool without precomp command (precomp = precompression). That's what xtool is for. You can only change used codecs or options.
Now I get it. I think precomp option ise precomp.exe build in xtool. Precomp.exe and xtool.exe different precompressors. If I want to use precomp, I will just change xzlib.

Quote:
Originally Posted by KaktoR View Post
For uncompressable files use $void mask group (or your own). Open arc.groups with a text editor and add files to $void mask (by filename (+ subfolder) or by file extension (*.abc). You can define files for every other mask group or make a new group ($groupxyz).
Yeah I did that absolutely but, lowercase thing. Now it stores.
Reply With Quote