Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 666 Bytes

DereTore.Applications.AcbMaker

ACBs are used to store audio and images in CGSS. This application can generate CGSS-compatible ACB files. Currently it only supports single live music file (in HCA format) as its content.

Usage:

AcbMaker <HCA live music file> <output ACB> [-n <song name>]

The default value of <song name> is "song_1001".

Example:

AcbMaker song_1004_conv.hca output.acb -n song_1004

Acknowledgements:

@hcs64 for his utf_view utility used in format verification.

@hyspace for playback injection tips.