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.

PS2 Battle Stadium D.O.N

Featured Replies

  • Author
  • Localization

Shine, posted Mon Mar 21, 2016 6:15 pm (12170)


Can you help me to extract these datas, please.
They are from the game Battle Stadium D.O.N(PS2) data.afs
Then it's like another archives and I am lost
  • Author
  • Localization

aluigi, posted Wed Mar 23, 2016 10:51 am (12202)


Code:
comtype PRS_8ING
get ZERO long
get FILES long
get INFO_OFF long
get DAT_SIZE long
for i = 0 < FILES
    getdstring NAME 0x24
    get OFFSET long
    get ZSIZE long
    get SIZE long
    clog NAME OFFSET ZSIZE SIZE
next i

Just curious, what script you used to extract those files you provided?
  • Author
  • Localization

Shine, posted Wed Mar 23, 2016 11:56 am (12204)


Thank you for your help
I use this one to extract files from dta.afs
Code:
idstring "AFS\0"
get NUMRES long
for i = 0 < NUMRES
   get OFS long
   get SIZE long
   log "" OFS SIZE
next i
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.