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.

Just Dance 2014 (Wii) .tga.ckd/png.ckd

Featured Replies

  • Author
  • Localization

DiiMashups, posted Tue Aug 08, 2017 2:47 pm (25321)


Hello, recently i've been extracting Just Dance games for Wii and i found out some (probably dds?) textures and i couldn't open them. They seem to have their header reversed so i don't know how to open them. Could anyone help me?
  • Author
  • Localization

DiiMashups, posted Fri Aug 11, 2017 2:29 pm (25390)


Anyone?
  • Author
  • Localization

aluigi, posted Fri Aug 11, 2017 3:30 pm (25393)


Not useful but at least it's a starting point (the stored dds is in big endian):
Code:
endian big
get DUMMY long
idstring "TEX\0"
get OFFSET long
get SIZE asize
math SIZE - OFFSET
encryption reverselong ""
get NAME basename   # .tga
get NAME basename   #
string NAME ".dds"
log NAME OFFSET SIZE
Please note that this is not my field so wait the replies of other users.
  • Author
  • Localization

DiiMashups, posted Thu Aug 17, 2017 7:10 pm (25649)


aluigi wrote:
Not useful but at least it's a starting point (the stored dds is in big endian):
Code:
endian big
get DUMMY long
idstring "TEX\0"
get OFFSET long
get SIZE asize
math SIZE - OFFSET
encryption reverselong ""
get NAME basename   # .tga
get NAME basename   #
string NAME ".dds"
log NAME OFFSET SIZE
Please note that this is not my field so wait the replies of other users.

Is there anything for stored dds in Little Endian? This is what happens if i open the big endian file in GetPaint.Net...
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 9:03 pm (25657)


The dds is stored as big endian so the script automatically swaps all the 32bit fields without knowing the format (just raw basic swapping).
If you don't want it then remove the 'encryption reverselong ""' line
Guest
This topic is now closed to further replies.

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.