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.

The Mythical Realm 2(*.pak)

Featured Replies

  • Author
  • Localization

The soul of light, posted Wed Sep 13, 2017 1:24 pm (26462)


Hi ~ aluigi.
The game's resource compression format is PAK, I do not know what BMS script can extract these files, can you help me? Thank you~! :P
  • Author
  • Localization

The soul of light, posted Thu Sep 14, 2017 3:12 am (26486)


MerlinSVK wrote:
http://aluigi.altervista.org/bms/phone_game.bms

:P Thank you very much, my friend, the perfect job.
  • Author
  • Localization

The soul of light, posted Thu Sep 14, 2017 9:32 am (26495)


I try to use script to extract the files, but an error has occurred, the script on the part of the file work is normal, but most files an error occurred, can you help me take a look at where the problem is?Thank you ~
Sample:https://share.weiyun.com/7b2b3161ad681ea70a80fb1812686066
  • Author
  • Localization

MerlinSVK, posted Thu Sep 14, 2017 11:20 am (26497)


That .pak contains uncompressed files, that's why was there an error. Try this script.

Code:
# Phone Game (script 0.2)
# script for QuickBMS http://quickbms.aluigi.org

idstring "kcap"
get VER long
get DUMMY long
get FILES short
get ARCHIVE_SIZE long
getdstring ZEROES 0x12
math BASE_OFF = 0x44002
for i = 0 < FILES
    get DUMMY longlong
    get SIZE long
    get OFFSET long
    get TYPE byte

    math OFFSET BASE_OFF
    savepos TMP
    goto OFFSET

    get NAMESZ byte
    get ZSIZE long
    get SIZE long
    getdstring NAME NAMESZ
    savepos OFFSET
   if SIZE == ZSIZE
      log NAME OFFSET SIZE
   else
      clog NAME OFFSET ZSIZE SIZE
   endif
    goto TMP
next i
  • Author
  • Localization

The soul of light, posted Thu Sep 14, 2017 1:31 pm (26499)


Wow Oh ~! Perfect work ~! Thank you! MerlinSVK. :P
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.