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.
Zero Tolerance for Disrespect

[PS2] ?????? 01 -Syutokou Battle 01- (Tokyo Xtreme Racer 01) ".dat .toc" arc

Featured Replies

  • Author
  • Localization

nky, posted Tue May 19, 2015 8:17 am (5298)


Hello

XBOX360 edition but wanted to rip the proposed the PS2 version that appeared to differ in file format because it is impossible status quo

Car 3Dmodel is low polygon, but the course is sufficient as so often than conventional data

Image

"BUILD.DAT" File 1.67 GB
No Upload
"BUILD.TOC" File 529 KB
http://www.2shared.com/file/Fzy8CSrg/SyutokouBattle_01_buildtoc_fil.html

Code:
comtype xmemdecompress
endian big
open FDDE "toc"
open FDDE "dat" 1
get FILES long
getdstring DUMMY 12
for i = 0     get OFFSET long
    get ZSIZE long
    get SIZE long
    get ZERO long
    math OFFSET * 0x800
    if SIZE == 0
        log "" OFFSET ZSIZE 1
    else
        clog "" OFFSET ZSIZE SIZE 1
    endif
next i

this code chekced screenshot (sorry error or nonerror is unknown)
Image


http://zenhax.com/viewtopic.php?p=5291#p5291
This topic "filecutter.bms" script dump files
http://www.2shared.com/file/a28bGftx/SB01_builddat_files.html


and "BUILD.DAT" start block hex
Image


Sorry im not speak English ^^;
English of this article, we translate Japanese to English by "Google Translate"
  • Author
  • Localization

aluigi, posted Tue May 19, 2015 2:55 pm (5303)


Try this:
Code:
open FDDE "toc"
open FDDE "dat" 1
get FILES long
getdstring DUMMY 12
for i = 0 < FILES
    get OFFSET long
    get DUMMY2 long
    get SIZE long
    get DUMMY4 long
    get DUMMY5 long

    math OFFSET * 0x800
    math SIZE * 0x800
    log "" OFFSET SIZE 1
next i
  • Author
  • Localization

nky, posted Tue May 19, 2015 4:23 pm (5308)


thanks script

umm...
Image
script run is complete

27109 files dump
Image

this 27109 files is unknown file format
hex start block is unknown and archive expand tools dont opened
(archive expand tool check is "Noesis" and "Game Extractor v2.01" and "3D Object Converter v6.0")

and some of the "dat" file was "UCL" file

Sample Files
http://www.2shared.com/file/UL-MLvSy/SB01_builddat_files_001.html


"BUILD.DAT" File dumped in one file only 800MB
this 800MB file is "offzip.exe" in search run
Image
not all expanded
  • Author
  • Localization

aluigi, posted Tue May 19, 2015 7:06 pm (5313)


I guess the game uses various custom formats.
It's bad to not having a solution for the UCL compressed files.
  • Author
  • Localization

nky, posted Wed May 20, 2015 12:50 pm (5319)


ok very very thank you ^^
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.