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.

Final Fantasy X Europe Demo (PS2) - sample thread

Featured Replies

  • Author
  • Localization

AnonBaiter, posted Tue Dec 05, 2017 2:04 am (30507)


So, I decided to give it a try at extracting these archives from said demo through way of writing a .bms script, but I wasn't quite sure about what to even do with these .FID/.MGD files in the the first place...

In any case, here are the samples related to the demo.
  • Author
  • Localization

AnonBaiter, posted Sat Jan 20, 2018 2:24 pm (31735)


okay, so i simply decided to figure out these files already.

from what i know, the cdrom.mdg file goes like this:
Code:
getbits AAA1 20 # file offset divided by 0x800
getbits AAA2 4 # file flag
getbits AAA3 8 # remaining "zero" bytes of a file
with that in mind, i decided to write a script that could "extract" these files from the cdrom.mdg file so long as ffxdemo.bin is present.
one thing to note though is that this ".mdg" file can involve the entire contents of the disc if necessary, in fact this has been the case for Chrono Cross(some two-disc game) and Dewprism/Threads of Fate(some one-disc game) whose contents were stored with a similar structure.

for now, this script can only load both ffxdemo.bin and cdrom.mdg and it's not suited for reimporting by this point so take this with a grain of salt

EDIT1:
so, i decided to update this script just to make a few small changes in it. not that it would make any difference on the extraction process anyway, but if you're curious i removed the "next offset" xmath calculation since it made the previous xmath calculation(the "offset" one) look completely redundant in the grand scheme of things.

that leaves the "offset", "size" and "remaining bytes" xmath calculations, not to mention the "size" xmath calculation itself has been redone so it can now subtract only these two untouched variables from each other and then multiply "that" up by 2048. the script is also looking slightly-better as a result of all these changes.

ffxdemo.bms

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.