Frostbite 2 sound extraction research

Get help on any and all audio formats, or chip in and help others!
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

The "new" scripts to dump and decode frostbite 2 games:

dumper, ebxtotxt, fb2audio

All .dlls and ealayer3 included
You do not have the required permissions to view the files attached to this post.
User avatar
Vosvoy
veteran
Posts: 127
Joined: Fri Feb 18, 2011 4:58 pm
Has thanked: 15 times
Been thanked: 15 times

Re: Frostbite 2 sound extraction research

Post by Vosvoy »

Oh man, you know your shit. Multitask guy heh?

Jokes apart, script works with BF3OpenBeta. Thanks mate.
Vosvoy
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

Vosvoy wrote:script works with BF3OpenBeta. Thanks mate.
Good. Was it extracted before?

Also note that i forgot about this line in the script:

Code: Select all

                if not "sound/" in entry.elems["name"].content: continue
So it only extracts .ebx files that have "sound" in its name. If you need to extract all, just remove it.
User avatar
Vosvoy
veteran
Posts: 127
Joined: Fri Feb 18, 2011 4:58 pm
Has thanked: 15 times
Been thanked: 15 times

Re: Frostbite 2 sound extraction research

Post by Vosvoy »

daemon1 wrote:Good. Was it extracted before?
Yes, the old script worked with the BF3OpenBeta. The one provided by OrangeC didn't work I think because it was specially made for BF4 and BFH.

I also noticed that you added the mpeg library to the process. Why is that?
Vosvoy
User avatar
durandal217
veteran
Posts: 95
Joined: Tue Jul 17, 2012 3:52 am
Has thanked: 16 times
Been thanked: 12 times

Re: Frostbite 2 sound extraction research

Post by durandal217 »

Sorry to bump but I'm having a hard time getting the dumper script to dump the chunk data from the Battlefront alpha can somebody have a look and see if the script can extract the data from the alpha?

I keep getting

Code: Select all

Unpatched cat not found.
Patched cat not found.
>>> 
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

you should change folder names in the script
User avatar
durandal217
veteran
Posts: 95
Joined: Tue Jul 17, 2012 3:52 am
Has thanked: 16 times
Been thanked: 12 times

Re: Frostbite 2 sound extraction research

Post by durandal217 »

I hate doing this to you but i'm not following. Can you give me an example? by changing folder names in the script are we talking throughout the script or only the directories?
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

yes i mean directories in the beginning. It's also possible that this script just doesn't work with this alpha.
User avatar
durandal217
veteran
Posts: 95
Joined: Tue Jul 17, 2012 3:52 am
Has thanked: 16 times
Been thanked: 12 times

Re: Frostbite 2 sound extraction research

Post by durandal217 »

I changed the directories and am still getting the same message.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

Are there any .toc files in game? The script work is all based on these TOC files. It seems they changed something in this new engine version. But i've heard some people already working with it, so maybe soon they can extract sounds too. At least I checked CAS files and they contain the same old good XAS sounds.
wantafanta
ultra-n00b
Posts: 2
Joined: Sun Aug 09, 2015 9:08 pm

Re: Frostbite 2 sound extraction research

Post by wantafanta »

thanks to the creator of the new bf3 dumper! this needs to be shared in its own thread or something because i spent a very long time looking for this (started looking right after the bfeditor forums went down, never grabbed it while i had the chance) and im sure it'd save others alot of time searching.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

wantafanta wrote:thanks to the creator of the new bf3 dumper! this needs to be shared in its own thread or something because i spent a very long time looking for this (started looking right after the bfeditor forums went down, never grabbed it while i had the chance) and im sure it'd save others alot of time searching.
yeah, i was going to put that all together and publish. Too many scripts, too many options.
kilik
mega-veteran
mega-veteran
Posts: 195
Joined: Sat Dec 08, 2012 11:14 am
Has thanked: 31 times
Been thanked: 4 times

Re: Frostbite 2 sound extraction research

Post by kilik »

Someone get tuts please i'am little lost
look easy just bad path directory
or somethink's like that's looking
for only sound
wantafanta
ultra-n00b
Posts: 2
Joined: Sun Aug 09, 2015 9:08 pm

Re: Frostbite 2 sound extraction research

Post by wantafanta »

daemon1 wrote:
wantafanta wrote:thanks to the creator of the new bf3 dumper! this needs to be shared in its own thread or something because i spent a very long time looking for this (started looking right after the bfeditor forums went down, never grabbed it while i had the chance) and im sure it'd save others alot of time searching.
yeah, i was going to put that all together and publish. Too many scripts, too many options.
hmm do you have the BC2 scripts? i cant seem to be able to get the MG3 normal maps no matter what i do... i dont even know where the files are at inside the game directory i assume the async/weapons/ folder but there is more than one MG3 and they dont have textures stored there(im using the BC2Mod tools v3 so i dont know if its actually working or if i have some other issue but this has been a huge issue i havent been able to solve
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2566
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 62 times
Been thanked: 2661 times

Re: Frostbite 2 sound extraction research

Post by daemon1 »

wantafanta wrote:hmm do you have the BC2 scripts?
I don't know what is BC2, but on my experience textures sometimes can have rather unexpected names or locations.
Post Reply