Releases: klensy/wt-tools
wt-tools v0.2.2.8-dev
wt-tools v0.2.2.7-dev
ddsx_unpack: fixed flag parser
update_differ: new tool: compare yup files to view what changed between game releases
blk_unpack: added --sort
option to view blk json output sorted, could be useful to compare changes
blk_unpack: added --format=json_2
to output in new json version: all values always in arrays
wrpl_unpacker: fixed again
update_checker: new tool: check versions online via --check_versions
option, download via --download_yup
with tag, for example --download_yup dev
. For download current version, use default
tag. File yup
can be loaded as torrent file to download files.
wt-tools v0.2.2.6-dev
Changes
- blk_unpack: don't skip empty blk when unpacking (empty blk is valid blk anyway)
- blk_unpack: check if file already in blk format before trying to unpack it (previously that blk was skipped)
- blk_minify: updated grammar
- most of tools: updated cli interface
- vromfs_unpacker: added option to set custom output location via
-O, --output
- vromfs_unpacker: added option
--metadata
to output only filelist with {name: md5_hash} for files without unpacking - vromfs_unpacker: added option
--input_filelist
to pass file with file names as json array you want to unpack,["buildtstamp", "gamedata/units/tankmodels/fr_b1_ter.blk"]
for example. - updated dependencies
wt-tools v0.2.2.5-dev
blk_unpack: fixed quotation in variable names and values
blk_minify: updated grammar to support more blks
blk_minify: changed default behavior:
if run blk_minify with only input file, it will be minified to input file with '.min' addition in name: blk_minify some.blk
will be minified to some.min.blk; otherwise output filename can be specified via -O
parameter: blk_minify some.blk -O newname.blk
updated deps, excluded bz2 from bundle
wt-tools v0.2.2.4-dev
blk_minify:
- added option to strip comments
- fixed object name parsing
- fixed nested empty object removing
- added option to remove disabled objects
blk_unpack:
- added support to BBz blk type (WT/cache/binary*/regional.vromfs.bin for example)
ddsx_unpack:
- added support to zstd compressed textures
wt-tools v0.2.2.3-dev
added ability to minify blk file, useful if you want to create big mission (CDK) and already near cap at 512kb for file. Should shrink size to ~70-80%: not great not terrible.
usage: blk_minify.exe mission.blk minified_mission.blk
,
or
blk_minify.exe --strip_empty_objects mission.blk minified_mission.blk
for a little more, but it removes some empty objects, don't really know if they are needed or not, so its optional.
wt-tools v0.2.2.2-dev
added support of oodle texture compression: should unpack new
textures.
To turn on this feature, you should place oo2core_6_win64.dll
file to wt-tools directory, near ddsx_unpack.exe
md5 oo2core_6_win64.dll 1131442d1c7c6f9c3c248c8d1ea4afb5
wt-tools v0.2.2.1-dev
Added basic support of Cuisine Royale
warthunder v0.2.2-dev
Builded fresh version, should work with warthunder v1.97, but unpacking ddsx images wouldn't work, yet.
wt-tools v0.2.1.3-dev
Standalone executable files (Win), python not required.
Support War Thunder v 1.79