View Single Post
  #9  
Old 08-10-2018, 21:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by masen485 View Post
new ztool can you give it to us?

it is possible to use every method I see in the picture.

People who use the tools I make sometimes...

This is the cmd output of xtool

Code:
XTool version 0.9

Created by Razor12911

Commands:
  e - encode
  d - decode

Operations and codecs available:
  precomp - data precompression
    zlib     : not loaded
    crilayla : not loaded
    lz4      : loaded
    zstd     : not loaded
    lzo      : not loaded
    oodle    : not loaded

Options:
  precomp - data precompression
    c# : chunk size (default 16mb)
    t# : number of threads, use p for percentage
    dm#: decoding memory [1(low) .. 3(max)]
    dt#: diff tolerance (default 0.1)
    v  : skip verification

Usage   : XTool [command]:[operation]:[options]:[codecs] [input] [output]
Example : XTool e:precomp:c32mb,t4:zlib,lz4 Textures.tfc Textures.tfc.xtl
or am I missing something?
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShivShubh (24-11-2019)