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.

[Android] Dungeon Gems (.pak)

Featured Replies

  • Author
  • Localization

Irastris, posted Sat Oct 03, 2015 10:42 pm (7988)


Hello, I'm trying to extract the .pak files from the Android game Dungeon Gems.

I have included a zip below, the meshes .pak and the textures .pak for the Dungeon map. Please ask if you need more .pak archives.

I noticed there are QuickBMS scripts for the Gameloft .gla archives, and Dungeon Gems are a Gameloft game, so maybe the archives are similar? Just an uneducated guess.

Huge thanks to anyone that can help.
  • Author
  • Localization

aluigi, posted Sat Oct 03, 2015 10:50 pm (7991)


It's a zip archive with obfuscated information, except the last one (PK 05 06).
Luckily all the content is not obfuscated and so you can extract it with offzip -z -15 -a
  • Author
  • Localization

Irastris, posted Sat Oct 03, 2015 11:46 pm (7997)


aluigi wrote:
Luckily all the content is not obfuscated and so you can extract it with offzip -z -15 -a


I'm sorry, can you tell me the exact command? I tried
Code:
offzip -z -15 -a meshes_dungeon.pak
and I get an error message saying:

Code:
- open input file: -15

Error: No such file or directory
  • Author
  • Localization

aluigi, posted Sun Oct 04, 2015 8:30 am (8006)


You have to add the output folder (use . for the current one) and the starting offset of the scanning (0), I have added also -q just to limit the possible warning messages:
Code:
offzip -z -15 -a -q meshes_dungeon.pak c:\output_folder 0
  • Author
  • Localization

Irastris, posted Sun Oct 04, 2015 9:24 pm (8070)


aluigi wrote:
You have to add the output folder (use . for the current one) and the starting offset of the scanning (0), I have added also -q just to limit the possible warning messages:
Code:
offzip -z -15 -a -q meshes_dungeon.pak c:\output_folder 0


Thanks a ton! Sorry for the trouble, I'm just a noob in this so I wasn't sure how to use offzip.
  • Author
  • Localization

aluigi, posted Sun Oct 04, 2015 11:11 pm (8072)


Don't worry, the usage of offzip is not simple :)
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.