Skip to content

Releases: klensy/wt-tools

wt-tools v0.2.2.8-dev

11 Aug 20:55
Compare
Choose a tag to compare

vromfs_unpacker: fixed bug with file path inside vromfs

wt-tools v0.2.2.7-dev

05 Aug 18:53
Compare
Choose a tag to compare

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

11 Jun 11:42
Compare
Choose a tag to compare

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

28 May 06:58
Compare
Choose a tag to compare
wt-tools v0.2.2.5-dev Pre-release
Pre-release

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

03 May 20:07
Compare
Choose a tag to compare
wt-tools v0.2.2.4-dev Pre-release
Pre-release

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

15 Apr 13:59
Compare
Choose a tag to compare
wt-tools v0.2.2.3-dev Pre-release
Pre-release

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

11 Apr 09:12
Compare
Choose a tag to compare
wt-tools v0.2.2.2-dev Pre-release
Pre-release

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

10 Apr 23:09
Compare
Choose a tag to compare
wt-tools v0.2.2.1-dev Pre-release
Pre-release

Added basic support of Cuisine Royale

warthunder v0.2.2-dev

18 Mar 16:16
Compare
Choose a tag to compare
warthunder v0.2.2-dev Pre-release
Pre-release

Builded fresh version, should work with warthunder v1.97, but unpacking ddsx images wouldn't work, yet.

wt-tools v0.2.1.3-dev

19 Jul 09:22
Compare
Choose a tag to compare
wt-tools v0.2.1.3-dev Pre-release
Pre-release

Standalone executable files (Win), python not required.
Support War Thunder v 1.79