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.

Dragons Dogma PCK format

Featured Replies

  • Author
  • Localization

michalss, posted Mon Jan 11, 2016 1:56 pm (10793)


Hi all,

There is a new format for text, im working on it now, but there is a few tricky parts, so if anyone interested, free to help me out, just need struct, not tools... :)

Code:
https://mega.nz/#!6kYigRhJ!K5GLKkYRI0CvR610rdhtugHlmfLLUjq-buiEoaIOojE


Thx Mike
  • Author
  • Localization

aluigi, posted Mon Jan 11, 2016 8:55 pm (10796)


The format seems quite simple:
Code:
get EXT extension

if EXT == "pck"

    get DUMMY long
    get FILES long
    for i = 0 < FILES
        get DUMMY long
        get OFFSET long
        get SIZE long
        log "" OFFSET SIZE
    next i

elif EXT == "gmd"

    idstring "GMD\0"
    get DUMMY long
    get DUMMY long
    get DUMMY long
    get DUMMY long
    get DUMMY long
    get STRINGS long
    get DUMMY long
    get SIZE long
    get NAMESZ long
    getdstring NAME NAMESZ
    get NAME basename
    string NAME ".txt"
    for i = 0 < STRINGS
        slog NAME -1 -1
    next i

endif
  • Author
  • Localization

michalss, posted Mon Jan 11, 2016 11:34 pm (10798)


Thx :)
  • Author
  • Localization

CriticalError, posted Wed Jan 13, 2016 4:45 pm (10813)


many thanks for the wonderful work luigi, this is for 360 version?
  • Author
  • Localization

Haoose, posted Wed Jan 13, 2016 8:30 pm (10817)


CriticalError wrote:
this is for 360 version?

This is PC
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.