Skip to content

Releases: bnnm/wwiser

v20250928

Choose a tag to compare

@github-actions github-actions released this 28 Sep 20:08
  • parser: add v154
  • parser: fix dialogue trees in some custom v134
  • gui: fix loading banks in read-only dirs
  • generator: fix rare cases of an auxbus indirectly using itself
  • generator: detect 'unreachables' in music tracks
  • generator: improve dupe skip for bnk with cloned wems
  • generator: improve 'unused' filter
  • cleaner: fix paths with [ ]

v20241210

Choose a tag to compare

@github-actions github-actions released this 09 Dec 23:23
  • parser: v150 fixes,
  • parser: v152 support
  • parser: improve repeat bank handling and extra options
  • generator: fix rare volume issues with OutputBusVolume
  • generator: allow {bnk} and {path} as txtp output dir vars
  • generator: fix minor issues and tweaks

v20240526

Choose a tag to compare

@github-actions github-actions released this 26 May 16:43
  • 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)

v20260628-nightly

v20260628-nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 May 16:40
03dd6be
Merge pull request #38 from thethiny/master

Add GitHub Actions workflow

v20231005

Choose a tag to compare

@bnnm bnnm released this 04 Oct 22:58
  • 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

Choose a tag to compare

@bnnm bnnm released this 10 Sep 23:02
  • 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

Choose a tag to compare

@bnnm bnnm released this 02 Jan 19:29
  • 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

Choose a tag to compare

@bnnm bnnm released this 21 Aug 17:19
  • 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

Choose a tag to compare

@bnnm bnnm released this 03 Jul 11:17
  • 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

Choose a tag to compare

@bnnm bnnm released this 16 Apr 21:07
  • set auto-volume by default for txtp
  • improve generation of txtp with volume states
  • minor generator fixes
  • extra parser descriptions