ZARF Posted November 6, 2023 Share Posted November 6, 2023 Hello, I would like to know if it is possible to extract the copspeech.big file from need for speed carbon from the original xbox version, thank you 1 Link to comment Share on other sites More sharing options...
michalss Posted November 6, 2023 Share Posted November 6, 2023 post a sample.. Link to comment Share on other sites More sharing options...
ZARF Posted November 7, 2023 Author Share Posted November 7, 2023 5 hours ago, michalss said: post a sample.. Sorry for not posting a sample, all I have is the file, I have used different programs and scripts for quickbms but nothing has worked for me I hope you can help me https://drive.google.com/file/d/1V4fR4sGnzwwRcI0lKxt6Ik-RynV6tCzM/view?usp=drivesdk Link to comment Share on other sites More sharing options...
BloodRaynare Posted November 7, 2023 Share Posted November 7, 2023 (edited) This is a bigfile for speeches. Usually there should be a IDX/CSI/EVT companion file with the same name. Can you upload the IDX or the CSI/EVT file too? Edited November 7, 2023 by BloodRaynare Link to comment Share on other sites More sharing options...
ZARF Posted November 7, 2023 Author Share Posted November 7, 2023 1 hour ago, BloodRaynare said: This is a bigfile for speeches. Usually there should be a IDX/CSI/EVT companion file with the same name. Can you upload the IDX or the CSI/EVT file too? Yes, sorry for not posting them earlier COPSPEECH_EN.zip Link to comment Share on other sites More sharing options...
Solution BloodRaynare Posted November 7, 2023 Solution Share Posted November 7, 2023 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. 1 1 Link to comment Share on other sites More sharing options...
ZARF Posted November 8, 2023 Author Share Posted November 8, 2023 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 More sharing options...
ZANIT Posted August 21 Share Posted August 21 (edited) 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 Edited August 21 by ZANIT Link to comment Share on other sites More sharing options...
ZANIT Posted August 21 Share Posted August 21 15 hours ago, ZANIT said: I can reimport archives with script? i rename str for asf and get an error with play in game The script not extract all str audios, and it is not in order Link to comment Share on other sites More sharing options...
diegozmei Posted August 22 Share Posted August 22 (edited) 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 Edited August 22 by diegozmei 1 Link to comment Share on other sites More sharing options...
ZANIT Posted September 30 Share Posted September 30 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 This tool can import audio per audio, i need import all audios in BIG🫠 1 Link to comment Share on other sites More sharing options...
ZANIT Posted October 1 Share Posted October 1 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 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 😭 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now