Cart fury champioship racing ps2 .script.

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Gcr27
Posts: 3
Joined: Thu Apr 21, 2022 1:21 am

Cart fury champioship racing ps2 .script.

Post by Gcr27 »

Hello its possible create a quickbms from game tô extract models provide files can find a internet disc iso

https://www.mediafire.com/file/kt1ttci3e242xtt/iso%20files.zip

i can,t attach in the post files something link
VendorX
Posts: 9
Joined: Fri Apr 15, 2022 11:41 am

Re: Cart fury champioship racing ps2 .script.

Post by VendorX »

Script below will export all files from RECORDS.db

Code: Select all

# 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
Gcr27
Posts: 3
Joined: Thu Apr 21, 2022 1:21 am

Re: Cart fury champioship racing ps2 .script.

Post by Gcr27 »

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