LazyBone152 / XV2-Tools

A set of tools for modifying DBXV2 files
MIT License
42 stars 15 forks source link

Unable to make the nessisary changes to perfectly replicate the .acb and .awb files from Chunithm New (or later) #83

Open ChocoboGamer opened 9 months ago

ChocoboGamer commented 9 months ago

It seems like the acb file defines a second cue for the song preview in game, but either the program can't read it correctly or it's using features you don't support yet. It can decode and replace the audio fine, but manipulating the preview seems impossible cueFile.zip here is a zipped version of a working cuefile.

My best guess is that it has something to do with commands being defined for the second cue? Because using another program to look at the @utf fields, it seems like these fields are controlling the looping, although I can't figure out how it works image

ChocoboGamer commented 6 months ago

I have been working to recreate the original project file for the game to be able to re-encode the audio binaries with official software. If this is fruitful I'll update this issue with details about the specifics of the project's settings.