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.

Amagami .ARC (PS2)

Featured Replies

  • Author
  • Localization

Mysticus, posted Sat Nov 30, 2019 8:27 am (52318)


I need some help to extract .arc files from the game called Amagami from PS2. That probably contains images.
Is there some program?
  • Author
  • Localization

Allen, posted Sun Dec 01, 2019 3:42 pm (52334)


.arc is an archive file.
Inside the file is a collection of TIM2 images.
8BPP is the standard TIM2 format, 4BPP is a font file, the font uses 24 * 28 tiles.
  • Author
  • Localization

Mysticus, posted Sun Dec 01, 2019 5:23 pm (52337)


Thank you!
But the extracted images are bright.
Do you know an alternative way?
  • Author
  • Localization

Allen, posted Mon Dec 02, 2019 1:44 am (52348)


I found that I can view TIM2 images correctly with Noesis.
You can use the following script to unpack.
Code:
#Game: Amagami .ARC (PS2)
#By Allen 20191202
#script for QuickBMS http://quickbms.com
#unpack tim2 images

get numFiles long
get indexChunkSize long
set skipsize long numFiles
math skipsize * 4
goto skipsize 0 SEEK_CUR

for i = 0 < numFiles
get type long
get hash long
get offset long
get size long
savepos next
goto offset
getdstring fourcc 4
if fourcc == "TIM2"
   set name i
   string name ".tm2"
   log name offset size
endif
goto next
next i
  • Author
  • Localization

Allen, posted Mon Dec 02, 2019 4:51 am (52352)


Mysticus wrote:
Thank you!
But the extracted images are bright.
Do you know an alternative way?


I provide 2 methods,
1. Use quickbms script to unpack and use Noesis to view (but does not support tiles).
2. I just updated the conversion tool and it can be extracted correctly.

How to use the tool: Drag files to the program.

EDIT:
Update 4bpp tile format.

Amagami_arc2png_ps2.zip

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.