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.

Sims 2 ds "Rom.bin"

Featured Replies

  • Author
  • Localization

GomoMMD, posted Thu Jun 15, 2017 3:20 am (24126)


Hello! I am in dire need of trying to extract the model files from this sims 2 ds game (Dont ask me why i want them) but if someone can assist me in extracting the "Rom.bin" archive I will be grateful!

Here is the link to the "Rom.Bin" file https://www.dropbox.com/s/xmcomheoymuaibu/rom.rar?dl=0 It is in a rar file for purposes I cannot remember.
  • Author
  • Localization

aluigi, posted Thu Jun 15, 2017 5:49 pm (24142)


I think the files are compressed in some way but the Nintendo compression fails with them:
Code:
get FILES long
goto 0
math FILES / 4
for i = 0 < FILES
    get OFFSET long
    putarray 0 i OFFSET
next i
math FILES - 1
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next
  • Author
  • Localization

GomoMMD, posted Fri Jun 16, 2017 4:28 am (24153)


aluigi wrote:
I think the files are compressed in some way but the Nintendo compression fails with them:
Code:
get FILES long
goto 0
math FILES / 4
for i = 0 < FILES
    get OFFSET long
    putarray 0 i OFFSET
next i
math FILES - 1
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next



well I used it, and they are all dat files so I am not sure what to do with all of the dat files from this point forward...
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.