Skip to content

Releases: landaire/wowsunpack

v0.18.0-alpha1

17 Feb 16:56

Choose a tag to compare

v0.18.0-alpha1 Pre-release
Pre-release

Many improvements including 3D model support

Full Changelog: v0.8.0...v0.18.0-alpha1

v0.8.0

05 Oct 02:40

Choose a tag to compare

Fixed reading GameParams and massively optimize its memory consumption/speed.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Oct 22:36

Choose a tag to compare

Add grep command for search through game file contents:

$ wowsunpack --game-dir E:\WoWs\World_of_Warships grep AaDamageConstantBubbles

Full Changelog: v0.6.1...v0.7.0

v0.6.1

01 Oct 18:05

Choose a tag to compare

  • Fixes support for WoWs 14.9.0
  • Adds new option to dump specific GameParams keys:
$ wowsunpack --game-dir E:\WoWs\World_of_Warships\ game-params --id NA GameParamsNA.json

Full Changelog: v0.6.0...v0.6.1

v0.1.3

04 Jun 20:44

Choose a tag to compare

v0.1.3 Pre-release
Pre-release
  • Documentation updates
  • Refactoring of core FileTree/FileNode to avoid safety invariants

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Jun 03:46

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Changes default extract command behavior to preserve the matched file prefix, and adds a new flag to strip the file prefix (old behavior).

      --strip-prefix  Do not preserve the matched file path when writing output files. For example, if `gui/achievements` is passed as a `files` arg and `res_unpacked` is the `out_dir`, it would normally extract as `res_unpacked/gui/achievements/`. Enabling this option will instead extract as `res_unpacked/achievements/` -- stripping the matched part which is not part of the filename or its children

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Jun 00:55

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Improved UX surrounding command output
  • Adds compat with WG's tool behavior of auto-detecting the latest game directory if the tool is placed in the game root

Full Changelog: v0.1.0...v0.1.1

Initial pre-release

03 Jun 18:36

Choose a tag to compare

Initial pre-release Pre-release
Pre-release

Supports all initial features:

  • Directly read and convert GameParams.data to JSON
  • Dump IDX file resource metadata to a serialized format (JSON or CSV)
  • Extract game assets using glob file patterns