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.

Trapt (PS2) Help extracting .arc Files

Featured Replies

  • Author
  • Localization

Biohazard4x, posted Fri Jan 01, 2021 12:33 am (61421)


Hello,

Im trying to extract the .arc files inside the PS2 game, Trapt (Kagero II: Dark Illusion). These .arc file are stored inside the game.dat which I was able extract. This game seems to be not very popular and in my opinion underrated so I cant ANY INFORMATION regarding the game files. So most likely a tool does not exist.

I have found within these .arc files there are multiple files stored inside as expected, as backedup as it shows through hex. Though i am unable to find a tool or any information to help extract them.

So I am reaching out here to your guys expertise in hoping of helping form a BMS script or another method of extracting them.

Below I have attached several samples. Thanks
  • Author
  • Localization

BloodRaynare, posted Fri Jan 01, 2021 1:22 am (61422)


Here's the BMS script for those files:

Code:
IDString "RPS\x00"
get FILES long
get FSTART_OFF long
get ARC_SIZE long
get ARC_SIZE2 long
get ZERO long
for i = 0 < FILES
   get SIZE long # There's a double occurence of the size field
   get SIZE2 long
   get NAME_OFF long
   get OFFSET long
   get ZERO long # Last files of the archive doesn't have a 4byte zeroes after it
   math OFFSET FSTART_OFF
   savepos CUR_POS
   goto NAME_OFF
   get NAME string
   goto CUR_POS
   log NAME OFFSET SIZE
next i
  • Author
  • Localization

Biohazard4x, posted Sat Jan 02, 2021 1:52 am (61433)


You sir, are a prophet! Thank You!
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.