NicknineTheEagle / Frostbite-Scripts

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

Ability to include the file offset in the decoded ebx? #37

Open Andersson799 opened 1 year ago

Andersson799 commented 1 year ago

In the original old ebxtotxt script, there's a feature to include the file's offset in the decoded ebx like this image

To enable it in the old script, uncomment this line image

So that it makes it easier to identify which offset that correspond the decoded function in the ebx. Can you make this possible on yours?

NicknineTheEagle commented 1 year ago

I'll see if I can restore it as an optional feature.