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.

[Xbox 360] Lost Odyssey .fpd

Featured Replies

  • Author
  • Localization

makc_ar, posted Mon Aug 20, 2018 9:02 pm (37725)


Image

Coalesced container?
Image
  • Author
  • Localization

Graveyard, posted Tue Aug 21, 2018 10:35 pm (37754)


I can not remember where I got this script, but it works in the .fpd files.

Code:
get ARCHIVE_END asize
set FName string "File_"
set COUNTER 0

#locate first header
findloc RES_START string "z*?A\0*"
goto RES_START
savepos RES_START
#read some bytes some I can use findloc to search for next header
getdstring DUMMY 0x9
for
    set RES_NAME FName
    math COUNTER = 1
    findloc HEADER_OFS string "z*?A\0*"
   
    # for the last Resource file, use EOF as offset
    if HEADER_OFS == 0 then
        set HEADER_OFS ARCHIVE_END
    endif
    goto HEADER_OFS
   
    savepos RES_OFFSET
    math RES_OFFSET -= RES_START
    string RES_NAME = COUNTER
    log RES_NAME RES_START RES_OFFSET
   
    savepos RES_START
    getdstring DUMMY 0x9
next
  • Author
  • Localization

makc_ar, posted Wed Aug 22, 2018 7:06 am (37760)


This is a bad script for archives. It doesn't unpack all files. Compressed data it skips.
Image
  • Author
  • Localization

Delutto, posted Wed Aug 22, 2018 9:54 am (37765)


Your samples don't have localization files, just the engine configurations files.
  • Author
  • Localization

makc_ar, posted Wed Aug 22, 2018 10:11 am (37766)


@Delutto
Here text
Image
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.