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.

Crimson Tears (PS2) DAR file archives

Featured Replies

  • Author
  • Localization

Mario123311, posted Tue Jan 10, 2023 3:04 am (74948)


So, with progress on the game's core model format finally cracking on XenTax: I can confirm the DAR files are archives. All the data for the stage geometry and even enemies are in there, including textures and even sounds are in them. Figured I'd post this here to see if anyone could potentially understand how to unpack these. Same game engine and formats were used for Appleseed EX, a game by the same developer.

https://www.mediafire.com/file/h7yay9y7 ... 0.dar/file
  • Author
  • Localization

BloodRaynare, posted Tue Jan 10, 2023 3:31 am (74949)


Here's BMS script to unpack your sample file:

dreamfactory_dar.bms

Code:
IDString "DAR\x0"
get UNK long # Version?
get FILES long
get ZERO long
for i = 0 < FILES
   get OFFSET long
   putarray 0 i OFFSET
next i

for i = 0 < FILES
   getarray OFFSET 0 i
   math i 1
   if i == FILES
      get DAR_SZ asize
      xmath SIZE "DAR_SZ - OFFSET"
   else
      getarray NEXT_OFFSET 0 i
      xmath SIZE "NEXT_OFFSET - OFFSET"
   endif
   string NAME p "d." i
   log NAME OFFSET SIZE
next
  • Author
  • Localization

Mario123311, posted Tue Jan 10, 2023 4:35 am (74950)


Just gave this script a try. It's spewing out a bunch of unknown .DAT files...

EDIT: Nevermind, it just spat out some additional DARs and some TM2 files for one of the archives? Gotta keep testing.
  • Author
  • Localization

BloodRaynare, posted Tue Jan 10, 2023 5:20 am (74951)


Unfortunately, the DAR archive itself doesn't carry any filenames so you won't get any.
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.