Skip to content

wt-tools v0.2.2.3-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@klensy klensy released this 15 Apr 13:59
· 13 commits to master since this 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.