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.

NSW: Asatsugutori (story.dat, common_story.dat)

Featured Replies

  • Author
  • Localization

effole, posted Fri Nov 26, 2021 5:04 am (67699)


The text area of "story.dat & common_story.dat" file seems to be compressed.

It seems that it may be a lz4 compression algorithm because of the "lz4.nro & lz4.nrr" file, but it looks different from the general lz4 compression.

Can anyone give me a hint or how to decompress it?

A file that is guessed to be compressed.
story.dat = main story?
common_story.dat = common text?

The image below is part of story.dat.
Image

The font is used utf-8
  • Author
  • Localization

aluigi, posted Fri Dec 03, 2021 3:28 pm (67850)


I think this is the format of the DAT file (except script.dat which is something else):
Code:
# NSW: Asatsugutori DAT
get DATA_OFF long
get FILES long
for i = 0 < FILES
    get DUMMY long
    get OFFSET long
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next

There are no filenames, the DID file is totally useless, no idea what's format of the extracted files.
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.