Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

How do I make a hca file header that is a C8 C3 C1 file? #109

Closed huashao2019 closed 5 years ago

huashao2019 commented 5 years ago

I extracted some hca from the game, I found that their file headers are C8 C3 C1, now how do I generate such a file, the file headers I make using hcaenc are 48 43 41

Test hca download link https://www.lanzous.com/i4a3upc

Thealexbarney commented 5 years ago

Use the option --keycode <key> at the command line

huashao2019 commented 5 years ago

So how do I write the command line? VGAudioCli -b -i source -o dest --out-format hca --keycode<00000000D77A01>?

Thealexbarney commented 5 years ago

The key code should be in base 10 VGAudioCli -b -i source -o dest --out-format hca --keycode 14121473

huashao2019 commented 5 years ago

I used this command, but the file header is still 48 43 41,please help me

huashao2019 commented 5 years ago

Or how do I contact you, I want to spend to get a converter

Thealexbarney commented 5 years ago

Use the latest build https://ci.appveyor.com/api/buildjobs/wa2ie68wd0eq51sw/artifacts/VGAudioCli.exe

huashao2019 commented 5 years ago

Okay,thanks my bro