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.

Kin'iro script.arc (PS Vita)

Featured Replies

  • Author
  • Localization

ccc, posted Sat May 21, 2022 6:24 pm (71629)


I'm trying to extract the files from script.arc so that I can port the english translation over on pc to the vita but I can't get the file to unpack. Tried many of the arc tools I found online (arc_conv, arc_unpacker, etc) but none of them have worked. After taking a peek in a hex editor, it seems that it has the script file names at the very beginning and then what seems to be the text inside the script files at the very end of the file. Would anyone be able to create a script to unpack the file? Thanks
Here's the file: https://drive.google.com/file/d/1oqsd3d ... sp=sharing
  • Author
  • Localization

Paddel06, posted Sat May 28, 2022 3:41 am (71704)


I have looked into the Kinkoi files myself a while ago, and most of the files used in it and other games with the same engine are pretty simple.
So here's a script for extracting the .ARCs. Reimporting is probably not possible with this, though it shouldn't be too difficult to do, even manually if needed.
Code:
codepage 932
endian little

get INDEX_LEN long
get FILES long
for i = 0 < FILES
    getdstring NAME 0x40
    get SIZE long
    get OFFSET long
    savepos TMP
    goto OFFSET
    log NAME OFFSET SIZE
    goto TMP
next i
  • Author
  • Localization

ccc, posted Thu Jun 02, 2022 1:32 am (71796)


Paddel06 wrote:
I have looked into the Kinkoi files myself a while ago for reasons other than translation mainly, so I know a bit about most of the games' file types. So here's a script for extracting the .ARCs. Reimporting is probably not possible with this, though it shouldn't be too difficult to do. The ARCs are very basic and straightforward.

Thank you! I'll try and find a way to reimport the files.
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.