Skip to content

dimavs/bnkextr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Wwise *.BNK File Extractor

This is a C++ rewrite 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

bnkextr filename.bnk [/swap]
    /swap - swap byte order (use it for unpacking 'Army of Two')

Build

g++ bnkextr.cpp -std=c++11 -static -O2 -s -o bnkextr.exe

About

Wwise *.BNK File Extractor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.9%
  • Pascal 47.1%