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.

[MH4U] 3DS how to extract .arc files?

Featured Replies

  • Author
  • Localization

BadhornStadnent, posted Sat Jun 04, 2016 5:22 pm (14043)


I'm wondering if there is a script that can extract MH4U 3ds .arc files?

I've tried ARCtool it didn't work or I didn't use it right.

I tried to use python scripts, but I don't know how to use those. like mhff
  • Author
  • Localization

ThatTrueStruggle, posted Sun Jun 05, 2016 4:41 am (14053)


Code:
comtype COMP_UNZIP_DYNAMIC
idstring "ARC\x00"
get UNK short
get FCOUNT short
get NULL long
 
for i = 0 < FCOUNT
   getdstring NAME 0x40
    get NULL long
    get SIZE long
    get UNK long
    get OFFSET long
    clog NAME OFFSET SIZE SIZE
next i


This format is like the Wii U's format, but it's a little endian variation of it. You can find my original script here: http://pastebin.com/ZeZvxxxy
  • Author
  • Localization

BadhornStadnent, posted Sun Jun 05, 2016 2:16 pm (14065)


Thanks
But now I have these .tex files, so is there a script that can convert these 3ds .tex files into a image format?
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.