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.

KeyboardMania (Arcade) .zcc Texture Files

Featured Replies

  • Author
  • Localization

HIKARUfw, posted Tue Jun 16, 2020 12:55 am (57214)


Hello.
Currently trying to view these texture files ripped from KeyboardMania.
It seems to be similiar to the .gcz files featured in ParaParaParadise, even featuring a similiar header "GCCF" starting from the fifth byte.
Any help would be greatly appreciated.
  • Author
  • Localization

Allen, posted Tue Sep 08, 2020 4:17 pm (58576)


Yes, very similar.
Try this script. Support split image.
LZSS compression, 0x00 padding. :)

Updated:
swap r and b channel.

*The image is not in RGB555, is BGR555 format.*

tex_KeyboardMania(Arcade)_zcc.zip

  • Author
  • Localization

HIKARUfw, posted Tue Sep 08, 2020 9:30 pm (58581)


It worked like a charm!
However, it seems the red and blue channels are swapped (an error that can be easily undone in an image editing program)
  • Author
  • Localization

Allen, posted Tue Sep 08, 2020 11:57 pm (58587)


Okay, I updated the script. It is easy to repair.
Just change
Code:
rapi.imageDecodeRaw(pixel,width,height,"r5g5b5p1")
to
Code:
 rapi.imageDecodeRaw(pixel,width,height,"b5g5r5p1")
.
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.