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.

Tomb Raider Angel of Darkness (PC) - .CLZ

Featured Replies

  • Author
  • Localization

AnonBaiter, posted Sat Oct 29, 2016 7:22 pm (18455)


So I'm trying to write a script based on the .clz compressed files used on the oh-so-infamous Core Design game.
Code:
comtype zlib_noerror

get EXT extension
if EXT == "CLZ"
   get SIZE asize
   get ZSIZE long
   set OFFSET long 0x4
   math SIZE - OFFSET
   putarray 0 i OFFSET
   putarray 1 i SIZE
   get NAME basename
   if ZSIZE == 0
      log NAME OFFSET SIZE
   else
      log NAME OFFSET ZSIZE SIZE
   endif
else
   break
endif
Here is a sample.
  • Author
  • Localization

AnonBaiter, posted Sat Oct 29, 2016 8:47 pm (18460)


Ah, I probably forgot about this .CLZ file too, this time using a different format.
PARIS1.GMX.CLZ
  • Author
  • Localization

aluigi, posted Sat Oct 29, 2016 9:38 pm (18461)


ok, I have handled clz separately now and added support for gmx.
Script 0.2.1
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.