scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
160 stars 19 forks source link

Only extracting Textures? #41

Closed SameplayerDE closed 2 years ago

SameplayerDE commented 2 years ago

Is there a way, a plan to add it in the future, to only extract textures (sprites, textures, ui)

scurest commented 2 years ago

I don't see the point. Can't you just extract normally and then delete animation files? I don't plan to add any new features.

SameplayerDE commented 2 years ago

Because UI textures are not used with any models and I cant convert the nsbtx files without it being used in any nsbmd file. :(

scurest commented 2 years ago

Oh, you mean convert. You can pass --more-textures to get unused textures, but it still won't convert textures where it can't guess what palette it should use. There's a bunch of issues about this already.

You can also use this for viewing textures. It lets you swap the palettes too.

SameplayerDE commented 2 years ago

.\apicula.exe convert --output --more-textures like this?

SameplayerDE commented 2 years ago

or do I have to do it like this .\apicula.exe convert * --output --more-textures