Releases: landaire/wowsunpack
Releases · landaire/wowsunpack
v0.18.0-alpha1
Many improvements including 3D model support
Full Changelog: v0.8.0...v0.18.0-alpha1
v0.8.0
v0.7.0
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
- 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
- Documentation updates
- Refactoring of core
FileTree/FileNodeto avoid safety invariants
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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
- 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
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