NicknineTheEagle / Frostbite-Scripts

Python scripts for extracting Frostbite Engine assets
Other
87 stars 14 forks source link

It does not extract all Nfs 2016 songs #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, I wanted to inform you that the [dumper] script from the [frostbite3] folder does not extract all the songs from Need For Speed 2016. I miss four songs are:

Aero Chord - Break Them (feat. Anna Yvette) Clement Marfo & The Frontline - Get Rowdy CP feat. Danny Cainco - Do not Stop Dirty South - The Unknown (feat. FMLYBND)

Is it possible to solve this problem?

The words you are reading are explained by Google -> Translator

NicknineTheEagle commented 5 years ago

Perhaps you are not looking in the right place then, Frostbite games have a lot of sounds scattered around different folders. Assuming these songs actually play in-game and aren't a part of a video.

ghost commented 5 years ago

I searched and found nothing I even typed the words individual to ( Search ) in Windows and found nothing unless the scribe does not unpack the various files and bypasses. Do you do something about it?

The words you are reading are explained by Google -> Translator

NicknineTheEagle commented 5 years ago

SoundWaveAsset is the only sound asset type used by this game. Either these tracks has a non-indicative names or you're not looking in the right place.

NicknineTheEagle commented 5 years ago

CP feat. Danny Cainco - Do not Stop is named Party_Camelphat_Stop. Like I said, they appear to have confusing names.

ghost commented 5 years ago

Ok, this song I omitted my mistake CP feat. Danny Cainco - Do not Stop

NicknineTheEagle commented 5 years ago

The rest of these aren't even listed in GenenisMusicAsset.ebx. Where are those songs used? In cutscenes?

NicknineTheEagle commented 5 years ago

https://nfssoundtrack.com/nfs2015/

This page confirms these songs are only used in cutscenes. Which means they're a part of movie audio tracks and you're out of luck. Do your research next time before blaming my scripts for not working properly.

ghost commented 5 years ago

I did not mean to offend you only to say that something is wrong with the script.

ghost commented 5 years ago

does that mean that songs 3 are in movies in the game anyway?

NicknineTheEagle commented 5 years ago

Like I said, they're probably in movie audio tracks mixed in with the rest of cutscene audio. You can check ui/movies directory, MovieTextureAsset assets will you get VP6 files that you can convert and listen to.

ghost commented 5 years ago

ok, I'll check it right now.

ghost commented 5 years ago

MovieTextureAsset is a program?

NicknineTheEagle commented 5 years ago

No, it's one of Frostbite asset types handled by ebxtoasset scripts.

ghost commented 5 years ago

ok

ghost commented 5 years ago

How should I change in the script to extract movies?

NicknineTheEagle commented 5 years ago

Please, learn how to read instructions already. All scripts are explained in README and comments in the script itself.

ghost commented 5 years ago

ok sorry

ghost commented 5 years ago

ok thanks for help you can already close the topic.