Skip to content

Releases: barnabwhy/TFVPKTool

v0.3.1

13 Jul 20:41
Compare
Choose a tag to compare
  • Disable source map
  • Parse acache on VPatcher init
  • liblzham built with VS2022
  • Use enum for acache load flags
  • Enable compression when packing
  • Clone file list during copy to prevent mutation
  • Fix file naming in VPacker
  • Update CLI test

v0.3.0

06 Jul 00:43
5f58062
Compare
Choose a tag to compare

Repack support

Adds both packing new vpks and patching existing vpks

v0.2.0

30 Jun 20:31
Compare
Choose a tag to compare

Added:

  • Option to disable WAV header patching

A compiled build of the release can be found below:

v0.1.2

30 Jun 15:47
Compare
Choose a tag to compare

Fixes:

  • Remove unnecesary log

A compiled build of the release can be found below:

v0.1.1

30 Jun 12:24
Compare
Choose a tag to compare

Mostly minor fixes.
Changed how importing is done, it should now be easier.

A compiled build of the release can be found below:

v0.1.0

30 Jun 02:13
4dcae42
Compare
Choose a tag to compare

Initial release

Adds:

  • VPK tree reading
  • VPK file reading
  • Multi-threaded unpacking
  • WAV header creation
  • etc.