Shadowth117 / Aqua-Toolset

A series of tools primarily for PSO2 which also support some other things.
GNU General Public License v3.0
21 stars 5 forks source link

Bone name truncated #13

Closed TempContainer closed 1 month ago

TempContainer commented 1 month ago

I use this tool to unpack c5100.chrbnd.dcx (Guardian Ape from Sekiro) into fbx format. When I import it into DCC software like Blender, I find that some bone names are truncated, which causes mojibake when the bone names are in Japanese. I don't know whether this result is intentional. When importing the model into UE will occur errors, and it may causes skinning issues with the imported animations (I'm not certain, but have encounted that).

Shadowth117 commented 1 month ago

PSO2 had a limit of 0x20 characters per bone name essentially. Probably should have had some kind of handler for that like I do for other strings, but I just never did it for bones I guess. I'll go and add it.

Shadowth117 commented 1 month ago

Latest release should handle this appropriately. Enjoy!