Shadowth117 / PSO2-Aqua-Library

A library for handling PSO2 Aqua formats, with a focus on models. Now functional in grabbing model data from the game's format. Aqua Model Tool provides a basic GUI for doing minor changes to certain model structs.
GNU General Public License v3.0
41 stars 14 forks source link

Texture filenames in FromSoft FBX exports have the wrong extension (TGA, but should be DDS) #5

Closed Akira13641 closed 1 year ago

Akira13641 commented 1 year ago

I should note this is basically the only flaw I can see in your software as far as FromSoft handling, it is otherwise far superior in that regard to any alternative (since it actually produces correctly rigged FBX files and even copies the aforementioned DDS textures straight out of the compressed DCX archives into the same folder as the exported mesh, and so on).

Shadowth117 commented 1 year ago

That's something I definitely could do. The interesting thing here is that the TGA isn't me, that's just what the models actually store internally in a lot of cases. DDS is what always comes out though so it probably should be used. image

Shadowth117 commented 1 year ago

And, added with the latest commit and release. Good suggestion!

Akira13641 commented 1 year ago

Thanks a lot!