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.

Senko no Rondo 2 arc format

Featured Replies

  • Author
  • Localization

Someone12, posted Sun Aug 21, 2022 9:59 pm (73105)


Hi.

I want to get into this game's gallery art and extract them but the problem is its in a Arc format. I tried some other methods and tools out there but nothing worked. Could I have some help with this?

https://www.mediafire.com/file/to2gsiyu ... y.arc/file
  • Author
  • Localization

BloodRaynare, posted Mon Aug 22, 2022 12:51 am (73106)


It's just a pack of zlib compressed files. This BMS script should be sufficient to extract your files:

Code:
comtype zlib_noerror

get FILES long

for i = 0 < FILES
   get OFFSET long
   putarray 0 i OFFSET
next i

for i = 0 < FILES
   get ZSIZE long
   putarray 1 i ZSIZE
next i

for i = 0 < FILES
   getarray OFFSET 0 i
   getarray ZSIZE  1 i
   goto OFFSET
   get SIZE long
   reverselong SIZE
   savepos OFFSET
   math ZSIZE - 4
   string NAME p "d." i
   clog NAME OFFSET ZSIZE SIZE
next i


The extracted files is a DDS image which you can convert it with tools like XnViewMP.
  • Author
  • Localization

Someone12, posted Mon Aug 22, 2022 1:23 am (73107)


Thanks for your help I got the files I wanted. I appreciate it.
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.