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.

Entergram's LZSS variation ("LZLR" magic)

Featured Replies

  • Author
  • Localization

TheUkrainianBard, posted Fri Dec 23, 2022 7:24 pm (74723)


Games used in:
  • KonoSuba: Cursed Relic and the Perplexed Adventurers / ?????????????!~??????????????~
  • Umineko: Golden Fantasia / Ougon Musou Kyoku / ?????

Looks like a LZSS variant with separated flags/data.
Something like this:
Code:
0x00: LZLR - magic
0x04: uint32 - uncompressed filesize
0x08: uint32 - dataStart
0x0C-dataStart: flags/codewords
dataStart-EOF: literals


Found some very old tool for Umineko but without the available source - the repo was deleted some time in/after 2018. After some scouring, I have found the binaries.

As I am extremely unskilled when it comes to debugging and disassembly - I ask You for Your help (explanation of flags/literals/codeword in this implementation), to port for using in a Noesis script for KonoSuba graphic files.
Samples (compressed and decompressed) from the recent KonoSuba dungeon crawler/VN.

seacat_fight_tools.7z

  • Author
  • Localization

TheUkrainianBard, posted Mon Jan 02, 2023 11:58 am (74830)


Thanks for the link to the repo.

I've tried implementing it, but to avail as of yet.
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.