View Single Post
05-21-16, 10:42 AM   #45
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by TOM_RUS View Post
So the only difference is that you can no longer group models by m2 file? It's not a big deal I think. You can still do everything else as before. You can also try to suggest them to add GetModel that returns filedataid back, probably not super hard to implement, as they lookup that id anyway...
Yes. It just makes no sense, they added the GetDisplayInfo() when GetModel() was removed, which is probably is the same table lookup method as GetModel() was, but this one returns an useless value.

I'm also not sure how could i get the modelpath with the filedataid, without using another external very big lookup table. The old GetModel() was perfect.