The VG Resource

Full Version: how rip CART Fury: Championship Racing models
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
B) plz
provide file samples
Moved to Model Ripping Help.
Code:
# Cart Fury- Future Car "RECORDS"
# Written by Anex For QuickBMS

open FDSE "RECORDS.db" 0
open FDSE "RECORDS.dir" 1
get ARKSIZE asize 1
xmath FCOUNT "ARKSIZE / 0x2C"

for i = 0 < FCOUNT
    getdstring NAME 0x20 1
    get HASH long 1
    get SIZE long 1
    get OFFSET long 1
    log NAME OFFSET SIZE 0
next i