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.
- Download latest 3.6.* python from here, install it.
- Add python path to env variables, see description, (optional).
- Download scripts ("Download ZIP" button), extract somewhere.
- Run scripts from console, as described lower.
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).
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.
Just drag'n'drop wt files onto exe script files.
Read wiki.