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.

Sega Rally 2 DC BZR File

Featured Replies

  • Author
  • Localization

domingo, posted Thu Aug 17, 2017 7:58 pm (25650)


I need to extract this file, it seems to have some kind of compression






Thanks
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 8:16 pm (25652)


The following script can extract the files but I agree with you regarding something strange in the files.
I'm not sure if it's compression, they have a sort of 16bit step that makes me think to images but then there is some confusion in this "step".
Anyway there is no uncompressed size so I doubt about compression.
Code:
get FILES long
for i = 0 < FILES
    get ID long
    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
  • Author
  • Localization

domingo, posted Thu Aug 17, 2017 8:40 pm (25654)


Supposedly in this file must find the menus of the online game, the Japanese version of sega rally 2, these textures are not in the other files of the game, I just need to find out if they are here, :)


Thanks for the script Aluigi, tomorrow I will try
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.