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.