NicknineTheEagle / Frostbite-Scripts

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

It only creates guidtTable.bin when I run the script #18

Closed sfb22ua closed 4 years ago

sfb22ua commented 4 years ago

Evidence: https://imgur.com/L3W8jJq

NicknineTheEagle commented 4 years ago

gameDirectory var should point at the root game directory (where exe is).

sfb22ua commented 4 years ago

Isn’t there a way to modify the script to dump certain folders? I used to use some old scripts that were made for BF3 and they let me do that. I want to dump some X360 DLC .sb files with these scripts cause the old ones didn’t dump them correctly into .ebx so I hope including xbdecompress.exe does the job.

NicknineTheEagle commented 4 years ago

There's no such functionality due to technical specifics of how the script works.