Page 1 of 1

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

Posted: Sat Sep 01, 2018 3:25 pm
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 at https://drive.google.com/open?id=19U3l2 ... epqdPzwnFP
Thanks in advance !

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

Posted: Mon Sep 10, 2018 2:17 am
by nosfornos
a .tmx file contains two ginsu20 hexes (files). (it contains two ginsu20 (.gin) files for acceleration and decceleration.)
now you can extract them with hexeditor.

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

Posted: Tue Sep 11, 2018 9:47 pm
by mono24
nosfornos wrote:a .tmx file contains two ginsu20 hexes (files). (it contains two ginsu20 (.gin) files for acceleration and decceleration.)
now you can extract them with hexeditor.
He/all of us know that, question is how do you get them out, its not easy to look for the right offset where they belong, more information is needed, you already stated what is already known.

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

Posted: Thu Aug 31, 2023 8:10 am
by UB833
I'm probably a few years late but someone made a tutorial on how to create custom tmx sound for Prostreet/Undercover.

video: https://www.youtube.com/watch?v=uzNfTK6c9-g

Also a person called The_Unpunished is probably making a tmx tool with encoding and extracting it so it may take some time. He also made a gintool with id-daemon's source code EDIT(probably coded with Java): https://github.com/TheUnpunished/gintool

He also said that he extracted The Run's tmx with no errors and the tool is probably in more testing stage.
so yeah.

EDIT: (probably coded and also modified it with Java)

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

Posted: Tue Sep 05, 2023 4:06 am
by UB833
tool is out, you can use it to extract, encode whatever: https://nfsmods.xyz/mod/4999

EDIT: Kudos to The_Unpunished for making this tool