Reading polycounts (faces) of .package files using S3PI
I'm working on a program that can import and read the polycounts of multiple .package files at once. I was inspired by
this post but it doesn't seem like the project was ever finished.
After looking at S3PI's site, I can't figure out how to grab the polycount from a .package file using the assemblies listed. I figured I might have to get the polycount for each MLOD first because of the varying levels of detail they each could have.
If anyone can help steer me in the right direction that would be greatly appreciated!