Need for Speed Most Wanted 2012 (.BNDL)
- clarkx211205
- n00b
- Posts: 17
- Joined: Sat Sep 14, 2019 7:37 am
- Has thanked: 1 time
Re: Need for Speed Most Wanted 2012 (.BNDL)
as translate text in .bndl file. Give programe. On Google Drive download program
- clarkx211205
- n00b
- Posts: 17
- Joined: Sat Sep 14, 2019 7:37 am
- Has thanked: 1 time
-
GRiNDERKILLER
- veteran
- Posts: 86
- Joined: Thu Jul 12, 2012 12:24 pm
- Has thanked: 12 times
- Been thanked: 29 times
Re: Need for Speed Most Wanted 2012 (.BNDL)
Simply... You can't. Fonts are textures not a ttf. Use offzip and raw texture cooker. Have no idea how to pack it back. There is for sure offset and comp/decomp size flags.

Someone just posted on zenhax tool for texts if you are interested.

Someone just posted on zenhax tool for texts if you are interested.
Code: Select all
https://zenhax.com/viewtopic.php?f=12&t=13506Re: Need for Speed Most Wanted 2012 (.BNDL)
its been 8 years since this post was started and I'm still wondering if anyone has made any progress on the whole extracting audio files from the .BNDL files. since it is outdated now I doubt it but I have to at least try.
-
mono24
- ultra-veteran

- Posts: 605
- Joined: Sat Nov 06, 2010 12:27 am
- Has thanked: 306 times
- Been thanked: 129 times
Re: Need for Speed Most Wanted 2012 (.BNDL)
The entire game files can be unpacked and packed back: viewtopic.php?p=153182#p153182
It supports PC and consoles of.
NFSHP 2010
NFSMW 2012
BP and BPR
Re: Need for Speed Most Wanted 2012 (.BNDL)
I have succesfully extracted BNDL files with Noesis and a plugin, but now I am left with .dat files.... any clue as to how to convert that to mp3 or wav or at least is there a program which can correctly play .dat files? I am trying to extract the Engine sounds from MW so I can use that to make sound mods for other games.mono24 wrote: ↑Sat Jun 27, 2020 6:22 amThe entire game files can be unpacked and packed back: viewtopic.php?p=153182#p153182
It supports PC and consoles of.
NFSHP 2010
NFSMW 2012
BP and BPR
-
mono24
- ultra-veteran

- Posts: 605
- Joined: Sat Nov 06, 2010 12:27 am
- Has thanked: 306 times
- Been thanked: 129 times
Re: Need for Speed Most Wanted 2012 (.BNDL)
Re: Need for Speed Most Wanted 2012 (.BNDL)
It is not entirely clear what that guys answer is doing really.... I removed the first 4 bits of the header like he said in the corresponding files and then gave it the .gin extension (or I am doing something totally wrong), but all i get is a loud noise in audacity, and if you listen very very very closely you might just make out an engine sound under that noise. Now I am a total noob with all of this and been looking for a solution for days now as I have yet to find someone who claims he succesfully extracted the engine audio files from Most Wanted 2012. Specifically do I want that engine recording of the Aston Martin DBS, as the sound is near damn perfect and accurate.mono24 wrote: ↑Wed Jul 15, 2020 12:53 amUse search function and you will find what your looking for.
viewtopic.php?p=158868#p158868
Any further help and feedback would be hugely appreciated. If you need anything from me just let me know.
Re: Need for Speed Most Wanted 2012 (.BNDL)
I only realise now it was your answer and not someone else (lol). So how do I do this exactly? Because as far as I know the engine sounds are not located in the sounds folder but thus located in the _low.bndl files right? And after unpacking you get numerous folders all with different numbers, and the folder with the 80 at the start has the engine sounds in it as you mentioned. In there are .dat files, and if I understood correctly, with a Hex Editor I delete the first 4 bytes, and then save with a .gin (so change .dat to .gin) extension? Because I did this and and made sure foobar2000 has the vgmstream component, but it still says it is an unsupported format... I am doing something wrong and i do not know what it is.
Re: Need for Speed Most Wanted 2012 (.BNDL)
Little update, I got it to play now, bc the MW files have more than 4 bytes before gnsu starts in hex, only problem is that you only hear a loud crackling noise when playing the files. I also tried it with Hot Pursuit, and there it worked flawlessly, so somehow the most wanted files are a bit different
-
mono24
- ultra-veteran

- Posts: 605
- Joined: Sat Nov 06, 2010 12:27 am
- Has thanked: 306 times
- Been thanked: 129 times
Re: Need for Speed Most Wanted 2012 (.BNDL)
Indeed for MW2012 for GIN engine sounds you need to cut first 8bytes, the header starts with Gnsu30, while the SPS are still 128bytes.
Just sent a sample to one of the vgmstream devs, hoping we might see in a few weeks an update to be supported.
Just sent a sample to one of the vgmstream devs, hoping we might see in a few weeks an update to be supported.
-
TheUnpunished
- ultra-n00b
- Posts: 3
- Joined: Wed May 12, 2021 11:58 am
- Been thanked: 1 time
Re: Need for Speed Most Wanted 2012 (.BNDL)
Hey, I was looking at the solution to extract those engine sounds myself. I managed to remove the crackling noise. Literally registered to send a reply, because thought this might be helpful.Lunardo wrote: ↑Thu Jul 16, 2020 7:35 pmLittle update, I got it to play now, bc the MW files have more than 4 bytes before gnsu starts in hex, only problem is that you only hear a loud crackling noise when playing the files. I also tried it with Hot Pursuit, and there it worked flawlessly, so somehow the most wanted files are a bit different
First of all, I extracted the _HI version of .bndl file from VEHICLES. The sounds, as you know, are located in 80_00_00_00 folder. Removing 8 first bytes will make a Gnsu30 header, but we need to convert it to Gnsu20. It's pretty easy.
If you're using Hex Workshop, navigate to text and replace 3 with 2, so it the text will be Gnsu20 now.
Navigate to offset 32 (if you didn't remove first 8 bytes from the .dat file, it's offset 40), and remove 4 bytes containing zeros.
Then navigate to offset 236 (if you didn't remove first 8 bytes from the .dat file, it's offset 244). And replace 01 with 00.
And now it can be opened by foobar2000 vgmstream combo.
-
XxsimonexX
- beginner
- Posts: 31
- Joined: Thu Dec 17, 2015 11:17 pm
- Has thanked: 8 times
Re: Need for Speed Most Wanted 2012 (.BNDL)
I've tried to follow your guide but i need some more detail since i've never used an hex editor before, first of all, how do i remove the first 8 bytes form the .dat file?
Secondly, using Hex Workshop, i couldn't find any 01 in offset 244, but i did change Gnsu30 into Gnsu20 and the same for the 4 bytes located in offset 40.
Last thing, is it possible to do the same with police chatters' voicelines? it's been years since im trying to get those!
Secondly, using Hex Workshop, i couldn't find any 01 in offset 244, but i did change Gnsu30 into Gnsu20 and the same for the 4 bytes located in offset 40.
Last thing, is it possible to do the same with police chatters' voicelines? it's been years since im trying to get those!

