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, The .arc files

Featured Replies

  • Author
  • Localization

Andre Romhacker, posted Mon Aug 28, 2017 9:22 pm (26011)


I want to extract the files from the game The Sims 2 of PS2,
These are of the .arc format, I tried extracting them with
the sin_punishment_2.bms script but it did not work out.

  • Author
  • Localization

StreamThread, posted Tue Aug 29, 2017 4:37 pm (26025)


Code:
get FAT long

goto FAT
get files long

print "TOTAL FILES: %files%\n--------------------------------------\n--------------------------------------\n"

for i = 1 to files
get unk1 long
get fat_offset long
get fat_size long
get fat_name string
get unk2 long
get unk3 long
savepos fat_cur

goto fat_offset
goto 0xC 0 seek_cur
get nameSz long
getDString fname nameSz
#get fname string
get size long
savepos offset

print "FILE %i%:\n Unknown: %unk1%\n FAT_offset: %fat_offset|h%\n Fullsize: %fat_size%\n FAT_name: %fat_name%\n Unknown: %unk2%\n Unknown: %unk3%\n Name: %fname%\n Size: %size%\n Offset: %offset|h%\n"
if fat_name != fname
print "Filename and FAT_Name not similar!\n"
endif

log fname offset size

print "--------------------------------------\n"

goto fat_cur
next i
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.