Skip to content

Batch Converter for HCA in ACB

George (Tong) Wu edited this page Oct 25, 2018 · 1 revision

A console application that converts all HCAs in an ACB to wave audio.

It can handle some decryption failures that cannot be solved with only HCAs. For details please read this issue.

Usage

acb2wavs <input ACB> [options]

  -a, --key1      (Default: f27e3b22) Key 1 (8 hex digits)
  -b, --key2      (Default: 00003657) Key 2 (8 hex digits)

  value pos. 0    Required. Input file name

Examples

acb2wavs C:\bgm.acb -a 12345678 -b 90abcdef
Clone this wiki locally