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.

Riding Star RS3.DAT

Featured Replies

  • Author
  • Localization

lemurboy12, posted Mon Oct 26, 2020 1:54 pm (59785)


PS2 version:
  • Author
  • Localization

Ekey, posted Mon Oct 26, 2020 5:10 pm (59792)


Code:
# Riding Star 3 (DAT format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "Riding Star 3"
goto 32
get FILES long
goto 64
for i = 0 < FILES
   getdstring NAME 104
   get OFFSET long
   get ZSIZE long
   get FLAG long
   get DUMMY long #0
   get SIZE long
   get DUMMY long #0
   
   if FLAG == 1
       log NAME OFFSET ZSIZE
   else
       log NAME OFFSET SIZE
   endif
next i


Some files are compressed, but due to the fact that cutted parts are with a small size, I can't tell which algorithm is used and they will be extracted in a compressed form.
  • Author
  • Localization

aluigi, posted Tue Nov 17, 2020 10:10 am (60358)


@lemurboy12
Can you provide the whole file or a bigger sample so we can solve the doubt about the compression?
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.