Skip to content

Releases: bnnm/wwiser

v20240526

26 May 16:43
Compare
Choose a tag to compare
  • parser: improve some edge cases and v112 issues
  • parser: adjust some name priorities
  • generator: allow auto volume with added values: -gv *+3.0db
  • generator: allow multiple langs in the same call: --txtp-lang en jp
  • generator: allow output path variables {bank} and {lang}: -go txtp/{bank}~{lang} (experimental)
  • names: extra wwnames flags (see docs)
  • names: improve wwnames list output and simplify options
  • names: fix reading buses from companion lists
  • names: ignore some unreversable names (needs init.bnk loaded)
  • docs: info about encrypted banks
  • other cleanup and minor fixes
  • create autobuilds (by thethiny)

v20240826-nightly

26 May 16:40
03dd6be
Compare
Choose a tag to compare
v20240826-nightly Pre-release
Pre-release
Merge pull request #38 from thethiny/master

Add GitHub Actions workflow

v20231005

04 Oct 22:58
Compare
Choose a tag to compare
  • gui/cli: fixed some localized bank and path issues from previous version
  • generator: fixed missing txtp variations in rare cases
  • generator: minor improvements
  • parser: added v150-beta and fix v145 plugin

v20230911

10 Sep 23:02
Compare
Choose a tag to compare
  • gui/cli: allow loading a base folder with .bnk in any subfolders
  • gui/cli: autodetect .wem/bnk location when making .txtp based on base folder
  • gui/cli: simplify some options
  • gui/cli: add a cleanup button
  • generator: fix minor issues
  • parser: fix some plugins/etc

v20230102

02 Jan 19:29
Compare
Choose a tag to compare
  • parser: add v141 and v145 banks
  • writer: fix .xml view in Chrome
  • generator: apply combos in stingers
  • generator: improve bank filters
  • generator: misc fixes

v20220821

21 Aug 17:19
Compare
Choose a tag to compare
  • generator: option to skip unreachable statechunks
  • generator: fix odd use of aux buses in rare cases
  • parser: support for partially encrypted banks
  • names: flags to sort variables
  • generator: fix crash in older versions
  • generator: allow external RAM .wem for UE4

v20220703

03 Jul 11:17
Compare
Choose a tag to compare
  • generator: improve volume simulation including buses (needs init.bnk) and actor-mixers
  • generator: apply fade curves
  • generator: multi txtp per gamevar (ex. "bgm_rank=1.0,5.0,-,max")
  • generator: pass "statechunks" manually and variable handling improvements
  • generator: allow reused IDs like Wwise
  • generator: associate stingers to parent event
  • generator: fix rare single segment .txtp being skipped
  • generator: fix move wem option in some cases
  • parser: add version v26 (no txtp support)
  • parser: fix some field descriptions
  • dumper: hide offset by default in small xsl
  • gui: new style and options
  • gui: option to redump clean wwnames.txt
  • general code cleanup

v20220416

16 Apr 21:07
Compare
Choose a tag to compare
  • set auto-volume by default for txtp
  • improve generation of txtp with volume states
  • minor generator fixes
  • extra parser descriptions

v20211206

06 Dec 00:06
Compare
Choose a tag to compare
  • fix missing txtp in games with multi-actions and variables

v20211130

30 Nov 16:35
Compare
Choose a tag to compare
  • parser: add v126-B, v129-B, 135-B
  • txtp: fix missing txtps with some subtrack cases
  • txtp: fix missing txtps int trees without values
  • txtp: fix removed loops in some cases
  • txtp: add auto-adjusted volume by using * as master volume
  • txtp: add wwconfig.txt option to CLI for easier config
  • txtp: add renamer option for fine tune .txtp names
  • txtp: skip txtp option, when renamer changes some text to <skip>
  • txtp: add RTPC control + gamevars option to simulate volume changes like games do
  • txtp: add filter for internal objects and by bank index number
  • txtp: add filter for unused objects and various related options
  • txtp: fix various !tags.m3u creation issues
  • various misc fixes and improvements
  • cleanup