Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Blitz Games Wii/GC Textures

Featured Replies

These are textures from SpongeBob's Atlantis SquarePants for Wii, which uses Blitz Games' proprietary texture format that tools like TextureFinder can't seem to decipher. Any help would be appreciated.

 

TextureFinder.v21_2QozSRzbTb.png

SBAtlantis_Wii_SomeTextures.zip

Solved by piken

  • Solution

The texture here consists of 16-bit pixels 256x256 with GameCube 4x4 subtiling.

  • First, byte-swap every 8 bits per 16 bit pixel to put the low bits back into the low byte (GameCube was reversed endian).
  • Wrap the 16-bit pixels into 4x4 tiles, then wrap tiles to image width.
  • Each pixel is:
struct PixelFormat
{
    blueUnorm5 b;
    greenUnorm5 g;
    redUnorm5 r;
    alphaPremultipliedUnorm1 a;
}

TiledGGD 2.1.2.1 can handle this:

image.png.1d4b8aed40c123ba26d49b0fa066869c.png

Edited by piken
Clarity

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.