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.

Tomodachi Life (3DS) .bin files

Featured Replies

  • Author
  • Localization

Times New Woman, posted Tue Nov 13, 2018 10:25 am (40328)


Yep, it's me again. The annoying one.

Someone left a message in a discord server I'm in about how to mod the files of Tomodachi Life. I looked into it...

...every single file is inside a .bin file. Every model, every message data file, everything.
SPICA doesn't read the ones containing the models, I can't import custom textures with Ohana, Karameru does absolutely nothing and I haven't got any tools to extract/repackage the archives themselves.

Do any preexisting scripts for other games open the files (example file attached) or would it need a new script entirely?
  • Author
  • Localization

aluigi, posted Tue Nov 13, 2018 5:04 pm (40334)


decompressing script for quickbms:
Code:
comtype lz77wii
get SIZE asize
get NAME basename
clog NAME 0 SIZE SIZE
  • Author
  • Localization

Times New Woman, posted Tue Nov 13, 2018 9:23 pm (40346)


So I assume I just decompress with BatchLZ77 now? Or what? Because the files ripped appear to be .lz files, but they have no extensions.
Edit: BatchLZ77 doesn't work with them, plus the header reads "CGFX".
  • Author
  • Localization

aluigi, posted Tue Nov 13, 2018 9:44 pm (40347)


I guess that CGFX is a container for graphic data, maybe try to search it on google or post in the Graphics section.
  • Author
  • Localization

Times New Woman, posted Sun Nov 25, 2018 9:49 pm (40364)


...Also, reimport refuses to work when used with the .bin script. So that happened.
  • Author
  • Localization

aluigi, posted Sun Nov 25, 2018 10:05 pm (40750)


Do you need to create a compressed bin?
Try this script:
Code:
comtype DS_LZX_COMPRESS
get SIZE asize
get NAME filename
string NAME ".bin"
clog NAME 0 SIZE SIZE

I'm not sure if it the compressed bin will work with your game because that compression algorithm is a bit "complicated" :)
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.