(NFS Carbon+) need help for extracting audio file from .tmx

Codecs, formats, encoding/decoding of game audio, video and music
MacBlox
Posts: 10
Joined: Tue Oct 24, 2017 4:56 pm

(NFS Carbon+) need help for extracting audio file from .tmx

Post by MacBlox »

Hi people,
All is in the title. As I said, I really would like to extract audio file from .tmx files, that contain engine sounds. there files are used In NFS Undercover, ProStreet, and Carbon. Only, no tools exist to do this.
I know that .tmx is a updated version of .abk and .gin, and the structure codec is pretty similar to .gin ^^

Any help is welcome !

PS : thanks to id-daemon to make a tool for extracting audio from .abk files, from NFS Undercover ! <3

I uploaded somes samples, if needed.
Thanks in advance !
V12-POWER
Posts: 71
Joined: Thu Jul 02, 2015 10:43 pm

Re: (NFS Carbon+) need help for extracting audio file from .tmx

Post by V12-POWER »

I already explained to someone here who pmed me how to do it...TMX files have 2 sound formats, one of them is the GIN format and the other is unknown (to me at least) you can only extract the GIN files from the tmx.

open up a tmx file in a hex editor and go to the last section of the header, you will be able to find the offsets for the sound archives stored there, then you can manually extract them and dump it into the gin decoder made by daemon. It's not hard, it takes few minutes to get all the gin archives