soopercool101 / BrawlCrate

BrawlBox/BrawlTools Fork, Wii File Editor
https://discord.gg/s7c8763
GNU Lesser General Public License v3.0
144 stars 38 forks source link

Skyward sword HD Texture Loading Issue #85

Closed keesoudwater34 closed 3 months ago

keesoudwater34 commented 8 months ago

Describe the bug Skyward Sword HD files having issue being read.

To Reproduce (Pack extracted from XCI With Hactoolnet)

  1. Open the ObjectPack.arc
  2. For examle i used Alink.arc. the models seem to load just fine for most of em. But checking the textures a bunch of em are 1 pixel sized or black. Most effect textures are still in tact.

Expected behavior Textures to be readable.

Screenshots image

Desktop (please complete the following information):

Additional context This is just a guess but i wouldnt be supriced if they added a couple of other texture formats into the files. Either that or the header/footer being different.

Please attach any relevant files you were working on.

Alink.zip

CovenEsme commented 3 months ago

SSHD decided to change how they "did" textures. In the Wii version of the game, the texture data was bundle in with the BRRES: image

In HD, there's a new model.xtx file that contains all the texture data instead (image from Switch Toolbox): image

soopercool101 commented 3 months ago

I believed this was the case but didn't have SSHD myself to confirm, thanks for the confirmation. Closing