Venomalia / DolphinTextureExtraction-tool

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

Add support for Super Swing Golf Season 2 #47

Closed iwubcode closed 1 year ago

iwubcode commented 1 year ago

This adds support for Super Swing Golf Season 2 (and likely the first game as well). Going from 0 textures to 11'722!

iwubcode commented 1 year ago

Still palette data is not quite right. Big thanks to @Venomalia for all the help with it. Marking as draft for now.

Venomalia commented 1 year ago

I think we still need a mipmap flag. You should be able to find it easily, if you check after adding the texture if the stream is at the end and set a breakpoint. when it hits, this texture will have mips and you only need to find the flag that is different.

or you use format.GetMipmapsFromSize()

iwubcode commented 1 year ago

@Venomalia - I tested mips, seemed to work ok