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.

Featured Replies

  • Author
  • Localization

Miles2345, posted Fri Oct 17, 2014 10:21 pm (969)


This archive uses ZLIB compression. Offzip can get some files, but not everything is extracted. Textures are modified DDS. 3DFormat also wrote a script for this game's archive, but it only extracts files with a "MSHb" header.
  • Author
  • Localization

lemurboy12, posted Mon Oct 20, 2014 1:25 am (1081)


I'm also interested in this game.
  • Author
  • Localization

aluigi, posted Tue Oct 21, 2014 11:21 am (1104)


In my opinion there is an index file somewhere because data.farc contains only data.
It starts with a MUS file, it contains chunked files (offzip returns uncompressed sizes of max 0x8000) and the last file is at the end of the archive (it's a raw image I guess).
So there is for sure an index file.

I checked the blurayguids.map file but it's not referred to data.farc.
  • Author
  • Localization

Miles2345, posted Tue Oct 21, 2014 12:54 pm (1110)


So blurayguids.map isn't an index file? I was thinking it was related. There's more files in the game I could look at after classes.
  • Author
  • Localization

aluigi, posted Tue Oct 21, 2014 1:05 pm (1111)


It's an index file but its fields have no relation with data.farc (possible offsets and/or sizes).

I leave here the parser of the map file just for study:
Code:
endian big
get DUMMY long
for
    get DUMMY long
    get NAMESZ long
    getdstring NAME NAMESZ
    get DUMMY long
    get DUMMY long
    get TSTAMP longlong
    getdstring DUMMY 16
next
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.