-
Notifications
You must be signed in to change notification settings - Fork 28
Album Jacket Creator
George (Tong) Wu edited this page Apr 17, 2018
·
3 revisions
Help & update needed
Album Jacket Creator is used to create album jackets. After replacing the original jackets (with the same song name!), you can enjoy jackets with custom images.
After CGSS version 3.0.3, the version of Unity used is updated but it can still recognize created jackets.
JacketCreator.exe --image <image file> -o <output bundle> [--song <song ID>] [--path_id_m <ID>] [--path_id_s <ID>]
- Image file: The image file you are using. It is suggested to use square images (BMP, JPG, PNG, TGA), larger than 250×250 pixels. Alpha channel does not work.
- Output bundle file: The Unity3D bundle file generated.
- Song ID: The song ID. It is a 4-digit number. If not specified, its value is 1001.
- Path ID (M), Path ID (S): Path IDs for medium- and small-size images. Experiments show that the path IDs of bundle file in CGSS are unique and relate to the song ID (so you have to acquire these values to use the utility). However some reported that the path IDs can be ignored. The default value is 6088356806638907541 (medium-size image) and -1353847534061986986 (small-size image), for song 1001 (お願い!シンデレラ).
JacketCreator.exe --image jacket.png -o jacket_2021.unity3d --song 2021 --path_id_s 1234567890123 --path_id_m 55555555555555