NicknineTheEagle / Frostbite-Scripts

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

Frostbite-Scripts [frostbite3] #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello I have a problem with unpacking files in NFS Rivals After changing the path in the [dumper] file and after running it throws me an error. 1

NicknineTheEagle commented 5 years ago

You've pointed the script at the wrong path, you need to set the var to the game root.

ghost commented 5 years ago

how to do it ?

NicknineTheEagle commented 5 years ago

Just fix the the game path you're using in the script.

ghost commented 5 years ago

I changed the path and there is also an error

gameDirectory = r"D:\Electronic Arts\Need for Speed Rivals" targetDirectory = r"D:\NFSR\dump"

2

NicknineTheEagle commented 5 years ago

Please, read README, it clearly states the scripts require Python 3.

ghost commented 5 years ago

And the script is created for the version of Python 3. Sorry, I did not notice xd

Thanks for your help (y)