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.

Initial D Extreme Stage PS3

Featured Replies

  • Author
  • Localization

black_racer, posted Wed Feb 24, 2016 2:07 am (11613)


I was able to extract the contents using this script but get .dat files((

Perhaps there is a solution for accurate research?
My goal is to get cars 3d files and tracks.

Code:
# AFS archives (used on some Xbox games) (script 0.1.1a)
# script for QuickBMS http://quickbms.aluigi.org

idstring "AFS"
get DUMMY byte  # it's usually 0 but in some files (MULTSPQ2.AFS) it may be different
get FILES long
savepos INFO_OFF

math NAME_OFF = FILES
math NAME_OFF *= 8
math NAME_OFF = INFO_OFF
goto NAME_OFF
get NAME_OFF long
goto INFO_OFF

for i = 0     get OFFSET long
    get SIZE long

   if NAME_OFF == 0
      set NAME string ""
   else
      savepos INFO_OFF
      goto NAME_OFF
      getdstring NAME 32
      getdstring DUMMY 16
      savepos NAME_OFF
      goto INFO_OFF
   endif

    log NAME OFFSET SIZE
next i


in 2d.afs file are located textures in the DDS presumably format.
This script are not able to unpack.
2d.afs file link: https://www.dropbox.com/s/vm11joib0l9kb59/2d.afs?dl=0

Image
  • Author
  • Localization

aluigi, posted Thu Feb 25, 2016 5:02 pm (11638)


The script extracts all the file correctly.

The DDS you see inside the YAB and KMR files are part of these formats and not of AFS.
Those files look like resources, you may opt to use a fileripper to dump known formats from them without parsing the format.
  • Author
  • Localization

black_racer, posted Thu Feb 25, 2016 7:17 pm (11640)


Thank you Aluigi for your assistance once again)
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.