Rogueadyn / SaintCoinach

A .NET library written in C# for extracting game assets and reading game assets from Final Fantasy XIV: A Realm Reborn.
Do What The F*ck You Want To Public License
70 stars 99 forks source link

Invalid mesh data #10

Open Rogueadyn opened 9 years ago

Rogueadyn commented 9 years ago

Some models in bg/ have a 0 for MeshHeader.VertexDataPartCount, indicating they have no vertex data at all, leading to an exception when attempting to read vertices.

Example file keys (using IndexSource)

Rogueadyn commented 9 years ago

Now have a filename of a problematic file bg/ffxiv/wil_w1/bah/common/bgparts/w1b1_b4_holm5.mdl, could probably find more.