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.

Hyperdimension neptunia re;birth 1

Featured Replies

  • Author
  • Localization

aluigi, posted Wed Feb 04, 2015 6:11 pm (3057)


I don't know what is the compression algorithm, I scanned various offsets without good results.
In the meantime this is the WORK-IN-PROGRESS script:
Code:
comtype ???
idstring "DW_PACK\0"
get ZERO long
get FILES long
get ZERO long
savepos INFO_OFF
for EXTRACT = 0 < 2
    goto INFO_OFF
    for i = 0 < FILES
        get ZERO long
        get ID long
        getdstring NAME 260
        get ZERO long
        get ZSIZE long
        get SIZE long
        get ZIP long
        get OFFSET long
        if EXTRACT != 0
            math OFFSET = BASE_OFF
            if ZIP == 0
                log NAME OFFSET SIZE
            else
                clog NAME OFFSET ZSIZE SIZE
            endif
        endif
    next i
    savepos BASE_OFF
next EXTRACT
  • Author
  • Localization

devilkkw, posted Wed Feb 04, 2015 7:09 pm (3058)


thank you for fast answer,now we only need to idendify correct comtype?
  • Author
  • Localization

aluigi, posted Thu Feb 05, 2015 9:37 am (3068)


If you find the compression algorithm, it's done.
In my opinion the algorithm is not included in quickbms.
  • Author
  • Localization

devilkkw, posted Thu Feb 05, 2015 10:51 am (3077)


And if i find them, is possible to include it on quickbms?

Because i've found some calls to DRM, and it's is a microsoft DRM pack...
  • Author
  • Localization

aluigi, posted Thu Feb 05, 2015 11:27 am (3078)


Yes, if it's a new compression algorithm I can implement it in quickbms.
Obviously I need the code (source code or binary code) of the algorithm ready to use.
  • Author
  • Localization

aluigi, posted Mon Mar 30, 2015 11:17 am (4199)


FYI, this compression algorithm will be available in quickbms 0.6.2.
  • Author
  • Localization

semory, posted Thu Apr 23, 2015 1:53 pm (4746)


Nice. Thank you Luigi.
  • Author
  • Localization

devilkkw, posted Sat May 02, 2015 1:26 pm (4979)


nice, tthankyou so much.
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.