gdkchan / Ohana3DS-Rebirth

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

Sun and Moon texture import error. #36

Closed trainboy2019 closed 8 years ago

trainboy2019 commented 8 years ago

When I try to import a texture into a sun and moon model, nothing happens. The texture doesn't change at all.

gdkchan commented 8 years ago

Data importing is not supported by this tool.

trainboy2019 commented 8 years ago

I could change X and Y's textures just fine. Is it just an issue with Sun and Moon's data structure?

CrimsonMaple commented 8 years ago

Sun and Moon is not supported at this time. As far as I know.

gdkchan commented 8 years ago

It does have a BCH texture replacer, but like the name implies it only works for BCH, and Sun/Moon uses a different format. Replacing textures on Sun/Moon format would be way easier than bch because the format is simpler and the texture have its own section, but its just not a priority atm.

trainboy2019 commented 8 years ago

I see, thank you!