NicknineTheEagle / Frostbite-Scripts

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

ResType list update, Added files for new layout Frostbite 3 #24

Closed CosmicDreamsOfCode closed 3 years ago

CosmicDreamsOfCode commented 3 years ago

All edits from @GalaxyEham (Galaxyman2015) I brought over the restype list from the swbf2/bfv dumper into the main fb3 script as well.

Not sure if up to the standards of the rest of the stuff here.

NicknineTheEagle commented 3 years ago

I'd rather not just shove GalaxyMan's BFV dumper in as is. There are several critical additions I've made to my dumper (e.g. proper chunk naming, EBX GUID table) that need to be in any new dumpers as well.

NicknineTheEagle commented 3 years ago

This BFV dumper is also in Python 2 which is another huge problem. Yeah, I won't accept this.

CosmicDreamsOfCode commented 3 years ago

Figured. I forgot it was python 2 and not 3 actually.