Help needed figuring out the X3D Files from the Precure games. - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html) +---- Thread: Help needed figuring out the X3D Files from the Precure games. (/thread-35435.html) |
Help needed figuring out the X3D Files from the Precure games. - KurainoOni - 04-19-2019 Hi guys, I've started figuring out the X3D Files from the 3DS Precure games( Smile Precure and Happiness Charge Precure; Doki Doki Precure is using BCMDL Files instead). So far I've only managed to get the Vertices out of every file I've tested. I'm struggling with getting the Face Index and the UV coordinates. Code: CINFP Block This is all I found out about the Files so far. The Files can be found here. I also added a smaller archive with fewer samples. It would be great, if you could help me figure this format out or could give some advice on how to figure the rest out myself. Update: I did manage to get the Face Index and the UV Offsets in most models. The only Models, where I don't get the Face Index right are the Head Models. These use at least two face groups, namely the Eyes, and the rest of the head. The Faces for the Left eye are fairly simple to get, starting the same offset( exactly 16 bytes after the end of the Vertex Block), as in other x3d files. Am I missing something obvious? |