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.

D1 Grand Prix (PS2) Textures

Featured Replies

  • Author
  • Localization

AMG, posted Wed Jan 18, 2017 1:18 pm (20273)


Hello everyone. After a little research I've found out the car models of this game are openable in ZModeler 2 in apparently good shape.
The format is .BIN but if renamed as .DFF it becomes importable in ZModeler 2, here's a sample:
http://www44.zippyshare.com/v/OkEwo71Z/file.html

Now, the question is, where are the textures? :P
The UV map seems perfect, so only textures are missing. I think these are included in the .BIN file, as a package along with the 3D model, but I'm not really sure.

Image
  • Author
  • Localization

AMG, posted Wed Jan 18, 2017 5:22 pm (20275)


In case needed, here's another sample: it's an unpacked .BIN package:
http://www110.zippyshare.com/v/R1vYtd4L/file.html

I've unpacked it using this aluigi QuickBMS script:
Code:
set NAME string ""
get BIN_SIZE asize
for OFFSET = 0 < BIN_SIZE
    get TYPE long
    get SIZE long
    get DUMMY1 short    # 0xf or 0x37
    get DUMMY2 short    # 0x1c02
    if DUMMY2 != 0x1c02
        print "ERROR"
        cleanexit
    endif
    savepos OFFSET
    if TYPE == 0x2
        getdstring NAME SIZE
    elif TYPE >= 0x100
        getdstring DUMMY SIZE
    endif
    if TYPE == 1
        log NAME OFFSET SIZE
        set NAME string ""
        math OFFSET = SIZE
        goto OFFSET
    endif
    savepos OFFSET
next
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.