NicknineTheEagle / Frostbite-Scripts

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

Support for mesh assets? #33

Open AFK-Jose opened 2 years ago

AFK-Jose commented 2 years ago

Does these scripts extract mesh assets? If not, will you do it?

NicknineTheEagle commented 2 years ago

No and yes. Current plan is to extract mesh set headers with associated chunks so that appropriate tools can be easily used to convert them to the desired format.

LU4117 commented 2 years ago

a bit unrelated, but is there a place which has a compilation of such tools? Because what I have I got it from someone (asset dumper + mesh converter)

NicknineTheEagle commented 2 years ago

I'm pretty sure all of those were originally posted on Xentax forums. There are 3DS Max scripts that work with older titles (mostly FB2) and there is also a pack of C# tools that convert meshes to SMD format.

AFK-Jose commented 2 years ago

Lemme know if you updated the scripts to support mesh assets

LU4117 commented 2 years ago

It already does, but not all of them

NicknineTheEagle commented 2 years ago

It already does, but not all of them

What are you talking about, there's no support for mesh assets right now.