gdkchan / Ohana3DS-Rebirth

WIP new version of Ohana3DS in C#.
176 stars 40 forks source link

Batch extraction #49

Open TruePikachu opened 7 years ago

TruePikachu commented 7 years ago

Something I'm really missing right now is the ability to mass extract data from files.

TruePikachu commented 7 years ago

Missing it so much I just tried getting UI automation to do it (I'm not familiar enough with C# to try to code the functionality in). I can't manage to click on the "Expand" buttons on the side panel via automation, though (because they are actually panes).

gdkchan commented 7 years ago

which format are you trying to batch extract?

TruePikachu commented 7 years ago

Models, textures, and animations.

ProgrammierPatrick commented 5 years ago

I implemented somethis like this and made a pull request: https://github.com/gdkchan/Ohana3DS-Rebirth/pull/67