Skip to content

Releases: hpxro7/wwiseutil

wwiseutil 1.1

17 Oct 07:42
Compare
Choose a tag to compare

This is a minor update containing performance improvements and UI changes.

Changes

  • Saving large .nbnk and .npck files now takes much less time.
  • Replacing a .wem with a smaller .wem will now decrease the total size of the file. Previously, the smaller .wem would simply be padded to match the original size.
  • The GUI now displays the ID of each wem.
  • The command line tool now displays the ID of each wem.

Please see MH:W Audio Modding Instructions for a full case study of using the tool to mod MH:W's audio.

If you'd like to use the command line tool, please take a look at the usage instructions.

If you find any issues with the tool or have any requests please don't hesitate to file a bug here.

wwiseutil 1.0

12 Oct 10:20
cdbd03c
Compare
Choose a tag to compare

This is the first major release of wwiseutil (previously called bnkutil).

Changes

  • Added a GUI version of the tool
  • Added support for unpacking and replacing .pck files in the command line tool and GUI.
  • Added support for editing basic sound effect loops. (Currently only supported in GUI)
  • The bnk and pck Go packages now have rudimentary end-to-end tests.

Bug Fixes

  • Using the library to write a SoundBank or File Package instance twice no longer fails.

Note that some flags have changed, so please take a look at the Command Line Usage page for updated instructions.

Please see MH:W Audio Modding Instructions for a full case study of using the tool to mod MH:W's audio.

If you find any issues with the tool or have any requests please don't hesitate to file a bug here.

bnkutil v0.2

03 Oct 08:06
742ee10
Compare
Choose a tag to compare

Changes

  • repack has been renamed to replace as that better describes its functionality.
  • Added a -v(erbose) flag. This outputs more information about the SoundBank, including offsets and padding for each wem.
  • The tool now supports replacing .wem files that are larger than the original embedded wem.

Bug Fixes

  • SoundBanks without any embedded wems now cause an error message, instead of crashing.
  • Replace's output file is now always truncated/removed before writing to it.

Note that some flags have changed, so please take a look at the main page for updated instructions. If you find any issues with the tool or have any requests please don't hesitate to file a bug here.

bnkutil v0.1

01 Oct 08:14
c8e4355
Compare
Choose a tag to compare

This is the initial release of the bnktool. Please see the main page for more more information on how to use the tool.

The tool still has not been thoroughly tested. If you find any issues, please file a bug here.