Releases: bnnm/wwiser
Releases Β· bnnm/wwiser
v20241210
v20240526
- 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)
v20241230-nightly
Merge pull request #38 from thethiny/master Add GitHub Actions workflow
v20231005
v20230911
- 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
v20220821
- 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
- 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