11-24-2016, 09:52 PM
(11-24-2016, 06:53 PM)Chaze Wrote:(11-22-2016, 03:14 PM)gdkchan Wrote: I've been working on a new tool to view/export and (at some point) import models from/to all the 3ds Pokémon model formats. It is already better than Ohana3DS in some parts (more accurate rendering, material animation support for Sun/Moon, more smooth animations, and other issues are fixed aswell).
This is an animation of Plumeria playing on it:
Since this is a lot of work to do, I would love some help from anyone with a bit of knowledge in programming/C#, stuff like a GUI and exporters/importes needs to be done etc. And I'm already losing the motivation to work on it (always happen when I work on a project for some time). So if anyone is willing to help, this is the repo: https://github.com/gdkchan/SPICA
Also sorry RTB if this isn't the right place for this, but I guess it's ok since the thread is about Pokémon model ripping and since everyone here wants to get the models ripped I guess its the best place to try getting contributors too!
Can I ask a question? Why you handcode all of the form both Ohana and SPICA instead using the VS built in form designer ?
I do use the designer. If you're asking why I write custom controls its because I don't like the system default ones. I also don't like bright UI cause they get uncomfortable to look at after some time, so I prefer the dark ones.