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.

Tokyo Xtreme Racer Zero CDDATA.000 (Assumed TIM2)

Featured Replies

  • Author
  • Localization

Argonaut, posted Mon Sep 29, 2014 7:04 pm (591)


This should be easier than the last one due to the extremely obvious TIM2 header at the start of the archive a bunch of uncompressed text descriptions in the archive..

Sample files: https://www.dropbox.com/s/4wq51ui0yxkap ... s.zip?dl=0
CDDATA.LOC: https://www.dropbox.com/s/29byeo1xbpwr9 ... A.LOC?dl=0

Sample Screenshot:
http://i.imgur.com/4OjKust.jpg


Also: Happy 101 threads :!:
  • Author
  • Localization

aluigi, posted Mon Sep 29, 2014 8:32 pm (592)


Code:
open FDSE "CDDATA.LOC"
open FDSE "CDDATA.000.DAT" 1

get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get BLOCKS long
    math OFFSET *= 0x800
    math BLOCKS *= 0x800
    log "" OFFSET SIZE 1
next i
  • Author
  • Localization

Argonaut, posted Mon Sep 29, 2014 9:12 pm (594)


aluigi wrote:
Code:
open FDSE "CDDATA.LOC"
open FDSE "CDDATA.000.DAT" 1

get FILES long
for i = 0     get OFFSET long
    get SIZE long
    get BLOCKS long
    math OFFSET *= 0x800
    math BLOCKS *= 0x800
    log "" OFFSET SIZE 1
next i


Short and sweet, eh? Works perfectly, cheers :) ! I should probably begin to learn BMS, seems like something I could do..
  • Author
  • Localization

Argonaut, posted Thu Oct 02, 2014 10:10 pm (698)


Unlike the D1 Gran Prix game, TXR Zero still might have some hope left in it in the form of some .DAT archives with common car title strings littered in the 44MB file.. hopefully there is some in there.

(also apologies for reposting a reply, my tablet screwed up for the nth time and I had to rewrite :oops: )

Sample files:

https://www.dropbox.com/s/icclhqr3ljw02 ... o.zip?dl=0
  • Author
  • Localization

aluigi, posted Thu Oct 02, 2014 10:18 pm (700)


It's a simple sequence of offsets but I don't know what compression it's used, I tried the scanner with the data from offset 4 (byte 0x01 big endian SIZE) and from offset 0x14 but no results:
Code:
get FILES long
    get OFFSET long
for i = 1 <= FILES
    if i == FILES
        get NEXT_OFFSET asize
    else
        get NEXT_OFFSET long
    endif
    xmath SIZE "NEXT_OFFSET - OFFSET"
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
next i
  • Author
  • Localization

Argonaut, posted Thu Oct 02, 2014 10:20 pm (701)


aluigi wrote:
It's a simple sequence of offsets but I don't know what compression it's used, I tried the scanner with the data from offset 4 (byte 0x01 big endian SIZE) and from offset 0x14 but no results:
Code:
get FILES long
    get OFFSET long
for i = 1     if i == FILES
        get NEXT_OFFSET asize
    else
        get NEXT_OFFSET long
    endif
    xmath SIZE "NEXT_OFFSET - OFFSET"
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
next i


Thanks for your consistent output aluigi.. I've got some easier ones lined up soon that I probably could do myself if I *hint* had a Linux system.

Ah Genki.. why u no be normal and have like no compression, if you squint hard enough it could probably still fit on a PS2 disc. Probably.. :|
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.