Rockstar Games Presents Table Tennis - .RPF sample files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Rockstar Games Presents Table Tennis - .RPF sample files

Post by AnonBaiter »

The sample is in the attachment. In fact, this is the only Rockstar game as of the seventh generation that the archive files weren't encrypted before Grand Theft Auto IV.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by AnonBaiter »

Thanks! But the problem is how to decode .raw audio...

EDIT: I just found those .xeck/.wiick files...
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by aluigi »

Mah... "stuff"
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by aluigi »

Regarding the raw audio, the coefficients (necessary for the audio on Nintendo) are those sequences of bytes after the offset/size table in SPT.
I have updated the script to version 0.1.1 for building a playable genh file :)
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by AnonBaiter »

Cool! Thanks for the update.
I'm probably going to edit this post once I find out the rest of the files this game uses, but I think that's enough now.

EDIT: And here are two .xsb/.xwb files. Sure, they do work with unxwb but the tool detects some audio data that has 0 channels.
And that's it for me. I've found no file that resembled an archive file in any way.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by AnonBaiter »

Is there any way to at least parse this?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by aluigi »

Isn't RIFF 0x166 the XMA2 codec?
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by AnonBaiter »

Yeah but your unxwb tool shows it as just "XMA".

Code: Select all

- open file         E:\ROCKSTAR_LEL\ROCKSTAR_GAMES_PRESENTS_TABLE_TENNIS\Xbox360\assets\audio\X360Banks\femusic_01.xwb
- the tool will try to add a header to the extracted files

  length      fmt   freq c b  filename
=====================================================================
  1419264     XMA  22050 1 16 00000000.wav

- finished (1 files)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Rockstar Games Presents Table Tennis - .RPF sample files

Post by aluigi »

XMA, XMA2, whatever :)
Ask in the Audio section.