8000 GitHub - klensy/wt-tools at v0.2.2.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

klensy/wt-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

War Thunder resource extraction tools

Python scripts, that help you extract resources from game: fonts, textures, FM/DM of tanks and planes, parameters of cannons and machine guns, and other interesting stuff.

Installation

  1. Download latest 3.6.* python from here, install it.
  2. Add python path to env variables, see description, (optional).
  3. Download scripts ("Download ZIP" button), extract somewhere.
  4. Run scripts from console, as described lower.

Or

Download compiled files (exe files, compressed in wt-tools.rar) from here, no python required.
Command-line using the same as for python scripts, except you should write vromfs_unpacker some_file.vromfs.bin, not python vromfs_unpacker.py some_file.vromfs.bin (for other scripts too).

Usage

python vromfs_unpacker.py somefile.vromfs.bin

Files will be extracted to somefile.vromfs.bin_u folder.

python dxp_unpack.py somefile.dxp.bin

Files will be extracted to somefile.dxp.bin_u folder, *.ddsx files inside.

python ddsx_unpack.py somefile.ddsx

File will be extracted to somefile.dds, not all files will work correct.

python blk_unpack.py somefile.blk

File will be extracted to somefile.blkx, this type of file contains settings.

Or if you use *.exe file scripts

Just drag'n'drop wt files onto exe script files.

Would you like to know more?

Read wiki.

0