ItsBranK / BankExtractor

Wwise *.BNK File Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wwise *.BNK File Extractor (v2.3)

This is a modern C++ rewrite and extension of bnkextr originally written by CTPAX-X in Delphi. It extracts WEM files from the ever more popular Wwise BNK format.

Use ww2ogg to convert WEM files to the OGG format.

Usage

Usage: bankextractor.exe filename.bnk [/swap] [/nodir] [/index] [/info]
	/swap - Swap byte order (use it for unpacking "Army of Two").
	/nodir - Create no additional directory for the *.wem files.
	/index - Writes the internal bnk id for the extracted *.wem file names.
	/info - Prints extra/detailed info to the console while extracting files.

Screenshots

About

Wwise *.BNK File Extractor

License:MIT License


Languages

Language:C++ 100.0%