Jump to content

Help extract .big file nfs carbon xbox version


ZARF
Go to solution Solved by BloodRaynare,

Recommended Posts

  • Solution
2 hours ago, ZARF said:

Yes, sorry for not posting them earlier

COPSPEECH_EN.zip 53.93 kB · 0 downloads

Here's a QuickBMS script for the IDX/BIG combo:

## EA Blackbox IDX/BIG sound extractor script by BloodRaynare

open FDDE IDX
open FDDE BIG 1

get TEST long
endian guess TEST

goto 0x54
get FILES long
for i = 0 < FILES
	get ID long
	get UNK long
	get UNK2 long
	get OFFSET long
	putarray 0 i OFFSET
next i
get TMP asize 1
math BIG_SZ = TMP
putarray 0 i BIG_SZ

for i = 0 < FILES
	getarray OFFSET 0 i
	math i + 1
	getarray SIZE 0 i
	math SIZE - OFFSET
	string NAME p "%04d.str" i
	log NAME OFFSET SIZE 1
next

Both of the IDX and BIG files must be in the same directory
Then just play the extracted str file with vgmstream.

  • Thanks 1
  • Confused 1
Link to comment
Share on other sites

23 hours ago, ZARF said:

Yes, sorry for not posting them earlier

COPSPEECH_EN.zip 53.93 kB · 3 downloads

 

20 hours ago, BloodRaynare said:

Here's a QuickBMS script for the IDX/BIG combo:

## EA Blackbox IDX/BIG sound extractor script by BloodRaynare

open FDDE IDX
open FDDE BIG 1

get TEST long
endian guess TEST

goto 0x54
get FILES long
for i = 0 < FILES
	get ID long
	get UNK long
	get UNK2 long
	get OFFSET long
	putarray 0 i OFFSET
next i
get TMP asize 1
math BIG_SZ = TMP
putarray 0 i BIG_SZ

for i = 0 < FILES
	getarray OFFSET 0 i
	math i + 1
	getarray SIZE 0 i
	math SIZE - OFFSET
	string NAME p "%04d.str" i
	log NAME OFFSET SIZE 1
next

Both of the IDX and BIG files must be in the same directory
Then just play the extracted str file with vgmstream.

Friend, thank you very much, I tried the script and it worked perfectly

Link to comment
Share on other sites

  • 9 months later...
On 11/7/2023 at 3:05 AM, BloodRaynare said:

Here's a QuickBMS script for the IDX/BIG combo:

## EA Blackbox IDX/BIG sound extractor script by BloodRaynare

open FDDE IDX
open FDDE BIG 1

get TEST long
endian guess TEST

goto 0x54
get FILES long
for i = 0 < FILES
	get ID long
	get UNK long
	get UNK2 long
	get OFFSET long
	putarray 0 i OFFSET
next i
get TMP asize 1
math BIG_SZ = TMP
putarray 0 i BIG_SZ

for i = 0 < FILES
	getarray OFFSET 0 i
	math i + 1
	getarray SIZE 0 i
	math SIZE - OFFSET
	string NAME p "%04d.str" i
	log NAME OFFSET SIZE 1
next

Both of the IDX and BIG files must be in the same directory
Then just play the extracted str file with vgmstream.

The script not export all (STR) files, only 857 audio files

Screenshot_2024-08-20-22-37-44-112_com.limelight-edit.jpg

Edited by ZANIT
Link to comment
Share on other sites

15 hours ago, ZANIT said:

I can reimport archives with script? i rename str for asf and get an error with play in game

Screenshot_2024-08-20-22-37-44-112_com.limelight-edit.jpg

The script not extract all str audios, and it is not in order

Link to comment
Share on other sites

  • 1 month later...
On 8/22/2024 at 1:08 PM, diegozmei said:

NFS Carbon Xbox versions ZDIR.BIN SOUND\SPEECH  PlayStation 2 versions  big file yes😅😏 music ast file

https://nfs-tools.blogspot.com/2018/09/nfs-disculator-v10-released.html Download

https://nfsmods.xyz/mod/2190 Download  Phone Call and Cop Speech - Importer/Exporter Toolkit NHL07ASFExporter  big file

big file.jpg

ast  music.jpg

This tool can import audio per audio, i need import all audios in BIG🫠

  • Confused 1
Link to comment
Share on other sites

On 8/22/2024 at 1:08 PM, diegozmei said:

NFS Carbon Xbox versions ZDIR.BIN SOUND\SPEECH  PlayStation 2 versions  big file yes😅😏 music ast file

https://nfs-tools.blogspot.com/2018/09/nfs-disculator-v10-released.html Download

https://nfsmods.xyz/mod/2190 Download  Phone Call and Cop Speech - Importer/Exporter Toolkit NHL07ASFExporter  big file

big file.jpg

ast  music.jpg

Basicaly, i make a "DUB" mod for NFSU2 and i import all ASF Audio Files in .BIG/.IDX. Sorry for my bad english. This Script not work 😭

Screenshot_2024-09-30-21-16-16-692_com.limelight-edit.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...