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 Amazing Spider-Man

Featured Replies

  • Author
  • Localization

anil523, posted Sat Feb 08, 2020 4:54 pm (53861)


Image Image

How can i export .pak file to .txt file and reimport .pak file? :)
  • Author
  • Localization

aluigi, posted Wed Feb 26, 2020 9:54 am (54258)


Try this script, it works also in reimport mode if you want to edit the strings (with some limitations, check the quickbms.txt manual):
Code:
goto 0x228
get STRINGS long
for i = 0 < STRINGS
    get CRC long
next i
get STRINGS long
savepos TMP
xmath BASE_OFF "TMP (STRINGS * 0x10) 4 4 4"
for i = 0 < STRINGS
    get DUMMY long
    get OFFSET long
    get ZERO long
    get DUMMY float
    math OFFSET * 2
    math OFFSET BASE_OFF
    slog "" OFFSET -1 unicode
next i
  • Author
  • Localization

extrme_sports, posted Wed Feb 26, 2020 4:36 pm (54263)


aluigi wrote:
Try this script, it works also in reimport mode if you want to edit the strings (with some limitations, check the quickbms.txt manual):
Code:
goto 0x228
get STRINGS long
for i = 0 < STRINGS
    get CRC long
next i
get STRINGS long
savepos TMP
xmath BASE_OFF "TMP (STRINGS * 0x10) 4 4 4"
for i = 0 < STRINGS
    get DUMMY long
    get OFFSET long
    get ZERO long
    get DUMMY float
    math OFFSET * 2
    math OFFSET BASE_OFF
    slog "" OFFSET -1 unicode
next i

Missing texts after exporting file and not exporting this file belonging to same game:
https://cdn.discordapp.com/attachments/ ... gFirst.pak
  • Author
  • Localization

LolHacksRule, posted Wed Feb 26, 2020 5:13 pm (54267)


Anonymous caller does not have storage.objects.get access to discord/attachments/635950332932784138/682264960792788993/VOLoadingFirst.pak.
  • Author
  • Localization

extrme_sports, posted Wed Feb 26, 2020 5:21 pm (54268)


LolHacksRule wrote:
Anonymous caller does not have storage.objects.get access to discord/attachments/635950332932784138/682264960792788993/VOLoadingFirst.pak.
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.