-
Notifications
You must be signed in to change notification settings - Fork 28
ACB Maker
George Wu edited this page Dec 14, 2017
·
1 revision
ACB Maker is used to create ACB packages from HCA files. After that you can replace official ACB files with generated ACB files (with the same song name!) and CGSS will play the music you use.
AcbMaker.exe <HCA live music file> <output ACB> [-n <song name>]
- HCA file: The HCA file to use. Its content will be directly packaged into the generated ACB, so remember to choose the correct cipher mode when encoding it.
- ACB file: The generated ACB file.
- Song name: The song name to use. Song names of CGSS follow the pattern "song_xxxx" where "x" is a digit. For details please refer to the CGSS ID system. If song name is not specified, the default value "song_1001" will be used.
AcbMaker.exe some_hca.hca created_acb.acb
AcbMaker.exe C:\some_hca.hca C:\created_acb.acb -n song_5001