Venomalia / DolphinTextureExtraction-tool

Dumps GC and Wii textures, compatible with the Dolphin texture hash.
MIT License
30 stars 4 forks source link

Initial Rune Factory games support #6

Closed iwubcode closed 2 years ago

iwubcode commented 2 years ago

Requires non-multithreaded option to be turned on. Supports both Tides of Destiny and Frontier. I'm sure there is more that can be done (the official texture pack for Frontier has ~5000 textures while this has ~3500 and Tides is missing all its town textures). Still a good first step!

Venomalia commented 2 years ago

Very interesting, wonder what is going on with the palette textures? have you ever tried to read the palette_data in Endian.Little? sometimes they are stored backwards.

iwubcode commented 2 years ago

Very interesting, wonder what is going on with the palette textures?

Palette textures are fixed. I updated the header and have unmarked this as a draft