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.

Cart fury champioship racing ps2 .script.

Featured Replies

  • Author
  • Localization

VendorX, posted Thu Apr 21, 2022 9:41 pm (71235)


Script below will export all files from RECORDS.db
Code:
# Cart Fury : Champioship (ps2)
# script for QuickBMS http://quickbms.aluigi.org

open FDDE "db" 1
get DIR_SIZE asize 0
get DB_SIZE asize 1

xmath DIR_FILES "DIR_SIZE / 44"

for i = 0 < DIR_FILES
    getdstring FILE_NAME 32
    get FILE_CRC long
    get ZERO long
    get OFFSET long
   
    putarray 0 i FILE_NAME
    putarray 1 i OFFSET
next i

for i = 0 < DIR_FILES
    getarray NAME   0 i
    getarray OFFSET 1 i
   
    xmath NEXT_INDEX "i 1"

    if NEXT_INDEX < DIR_FILES
        getarray NEXT_OFFSET 1 NEXT_INDEX
    else
        math NEXT_OFFSET = DB_SIZE
    endif
   
    xmath SIZE "NEXT_OFFSET-OFFSET"
    log NAME OFFSET SIZE 1
next i


CMD: quickbms.exe Cart_Fury.bms RECORDS.dir Export

Note: *.ZIF files are zlib compressed - probably models
  • Author
  • Localization

Gcr27, posted Thu Apr 21, 2022 10:16 pm (71236)


thanks

download script

what is the way for me to get these scripts created on the site i'm not boring i realized that the script was created the session in the forum i tried this file on the official site nothing else and i forgot to mention that i wanted to download these types of files some are hard to find
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.