You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use hcainfo.exe to check the hca file version, which is actually reading the 5th and 6th data of hex. There is a game whose file header is 48 43 41 00 01 03, and the hca file version is 1.3. I modified my own audio and there is no sound when I import it into the game. I found that the file header after my modification is 48 43 41 00 02 00, and the hca file version is 2.0. So how can I generate file version 1.3? I tried to change 02 00 to 01 03, but the result showed that the file header was damaged and it could not be played in the game.
My hca file is not encrypted, and I can directly hear the music using CriAtomPlayer.exe.
Sample file link https://wwhi.lanzoux.com/icusy2gvhtzg
Please help me, can you give me some ideas?
The text was updated successfully, but these errors were encountered:
You can use hcainfo.exe to check the hca file version, which is actually reading the 5th and 6th data of hex. There is a game whose file header is 48 43 41 00 01 03, and the hca file version is 1.3. I modified my own audio and there is no sound when I import it into the game. I found that the file header after my modification is 48 43 41 00 02 00, and the hca file version is 2.0. So how can I generate file version 1.3? I tried to change 02 00 to 01 03, but the result showed that the file header was damaged and it could not be played in the game.
My hca file is not encrypted, and I can directly hear the music using CriAtomPlayer.exe.
Sample file link https://wwhi.lanzoux.com/icusy2gvhtzg
Please help me, can you give me some ideas?
The text was updated successfully, but these errors were encountered: