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.

Star Wars Racer PC - out_textureblock.bin etc.

Featured Replies

  • Author
  • Localization

64fanatic, posted Tue Jan 31, 2017 9:15 am (20545)


Most of the game data is stored in this format. PC in-game menu is .tga so no problem there, and music/sounds are all .wav however the actual models, sprites, textures are likely straight from the n64 in these .bin files. Haven't found a way to get into them.

Image

6MB:
https://mega.nz/#!w4s2GarK!WM2CvnS-Gjnn ... FYXjEIzHwU

Hoping for a way to extract/import textures/sprites if its possible.
  • Author
  • Localization

aluigi, posted Tue Jan 31, 2017 10:57 am (20546)


Code:
endian big
get FILES long
for i = 0 < FILES
    get OFFSET long
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
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.