Here's the CMDL/SMDL/WMDL to obj converter.
I'd add support for skel but there's no way to match skeletons to the files currently.
It does not generate mtl files as there are no texture assignments, however it does keep the material names.
I tried looking into the texture files without much luck.
The data's formatted like GTX data is, however texconvert crashes on converting it.
It supports uvs, but sadly not normals. The normals are encoded into 64 bits and I don't know how they did it exactly. I did try some things but I didn't have a lot of luck doing so.
Source code is included, it's not perfect but it's functional and that's what matters most in this case .
I'd add support for skel but there's no way to match skeletons to the files currently.
It does not generate mtl files as there are no texture assignments, however it does keep the material names.
I tried looking into the texture files without much luck.
The data's formatted like GTX data is, however texconvert crashes on converting it.
It supports uvs, but sadly not normals. The normals are encoded into 64 bits and I don't know how they did it exactly. I did try some things but I didn't have a lot of luck doing so.
Source code is included, it's not perfect but it's functional and that's what matters most in this case .