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.

Conqueror's Blade (.pkg)

Featured Replies

  • Author
  • Localization

akderebur, posted Sun Apr 28, 2019 8:19 pm (47411)


I am looking at some archive files from this online game. I will attach smaller samples, but there are also huge pkg archives. Most of them contain multiple files.

There are headers before each file with starting offset, packed/unpacked size. I don't know the compression used though. I hope someone can take a look. Thanks.
  • Author
  • Localization

aluigi, posted Wed May 01, 2019 4:58 pm (47505)


I guess it's a sort of modified UE4 archive.
Instead of editing the usual script I opted for a simple one:
Code:
# Conqueror's Blade pkg
comtype lz4
for
    savepos BASE_OFF
    get ZERO long
    if ZERO != 0
        break
    endif
    get DUMMY long
    get OFFSET longlong
    get SIZE longlong
    get ZSIZE longlong
    math OFFSET BASE_OFF
    clog "" OFFSET ZSIZE SIZE
    math OFFSET ZSIZE
    goto OFFSET
next

No filenames, the TOC is encrypted anyway.
  • Author
  • Localization

akderebur, posted Thu May 02, 2019 2:33 am (47526)


Thanks a lot. This should be enough for my needs.
  • Author
  • Localization

kotaxzz1, posted Mon Jan 10, 2022 11:02 am (68969)


Seems like they updated the package.
  • Author
  • Localization

aluigi, posted Mon Jan 10, 2022 1:36 pm (68975)


No idea.
The files start immediately with lz4 data and I don't see any table at the end.
Maybe the table is in a different file but I didn't see anything useful in the list of files on steamdb.
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.