Need for Speed: Hot Pursuit (BNDL)

Textures, recreate headers, conversions, algorithms and parsing of image files
InKviZ
Posts: 124
Joined: Fri Oct 24, 2014 2:55 pm

Need for Speed: Hot Pursuit (BNDL)

Post by InKviZ »

Who can help with editing fonts to the game Need for Speed: Hot Pursuit (PC version)
Tools to NFS MW 2012 is not working....
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Need for Speed: Hot Pursuit (BNDL)

Post by Acewell »

zlib compressed data, you could use offzip like this

Code: Select all

offzip -1 -a -m 16 yourfile.BNDL c:\offzip\extracted


but i made a bms script that decompresses and appends just the header and image data (2 of 3 compressed blocks) :D
NFSHotPursuit_PC_bndl.zip


you can then open those *.bndl_dec files in Noesis with this python script :)
tex_NFSHotPursuit_PC_bndl_dec.zip
InKviZ
Posts: 124
Joined: Fri Oct 24, 2014 2:55 pm

Re: Need for Speed: Hot Pursuit (BNDL)

Post by InKviZ »

Thanks!