LazyBone152 / XV2-Tools

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

Skill Merger sound issues #35

Open haldir307 opened 2 years ago

haldir307 commented 2 years ago

I'm merging skills with their SE and VOX files, everything is merging well, but the only problem is that the vox ones doesn't sound in game, only the se ones sound in game. i'm merging skills with their SE and VOX files, everything is merging well On some skills the se sounds right on each skill, but other merged skills they don't sound right, like the second skill's se sounds on the first skill and reverse.

LazyBone152 commented 2 years ago

This could be 2 things:

  1. The skill may simply not be loading a VOX file. The U_0E flag value in the CUS determines what files a skill should load.
  2. The skill/moveset merger is also quite outdated at this point and does have some issues. I plan to update it at some point but its just not a high priority right now.
haldir307 commented 2 years ago

I use the File Load Tool for that, i tick the skills's file types plus the se and vox, if the value was wrong then there would be infinite loading screen. Once the skills are merged, the se and vox are merged too, i rename them so they will not overwrite any of the vanilla se and vox, then i copy their custom names and paste them in the CUS tab. So why the skill does load the se and not the vox? I can dm you on discord one of the merged skills to check it out if you want, i can't attach it here because its not a supported file.

LazyBone152 commented 2 years ago

Missing ACB files wont actually cause infinite loading. Have you checked the log to see if they are being loaded?

VOX files need to be named in a specific way in the CUS ACB field. Maybe you've already accounted for this but if not you can find information about it in Eternity's skill guide.

Of course the problem could very well just be a skill merged bug. As I said it does have some known issues, especially with ACB stuff as it was my first time working with those files and doesn't include all the improvements I've made for ACE.

haldir307 commented 2 years ago

I reed eternity's tutorials a lot of times and did as he explains, an updated release of your tool with those ACE improvements would be nice to try again.