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.

PS3GAME:[Rozen_Maiden_Wechseln_Sie_Welt_ab]How to expand a DAT/FARC file

Featured Replies

  • Author
  • Localization

Parasite, posted Tue Jan 10, 2023 6:37 pm (74957)


PS3GAME:?Rozen_Maiden_Wechseln_Sie_Welt_ab?I would like to extract the audio data stored in the DAT/FARC file.
If anyone can tell me how to extract from DAT/FARC files, I would appreciate it.
  • Author
  • Localization

BloodRaynare, posted Wed Jan 11, 2023 1:03 am (74961)


Here's bms script to extract your sample

Code:
IDString "FARC0100"
get UNK long
get ZERO long
get UNK2 long
get FILES long
get NAME_INFO_SZ long
get ZERO long
get ZERO long
savepos TMP
xmath NAME_INFO_OFF "FILES * 0x14 TMP"

for i = 0 < FILES
   get OFFSET long
   get SIZE long
   get ZERO long
   get UNK3 long
   get REL_NAME_OFF long
   if SIZE == 0
      continue
   else
      savepos INFO_OFF
      xmath NAME_OFF "NAME_INFO_OFF REL_NAME_OFF"
      goto NAME_OFF
      get NAME string
      log NAME OFFSET SIZE
      goto INFO_OFF
   endif
next i


If QuickBMS told you that there are files with the same name already just overwrite it.
You can play the extracted MSF file with vgmstream.
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.