LogicAndTrick / sledge-formats

C# parsers and formats for Half-Life 1 and related engines.
MIT License
71 stars 10 forks source link

MDL support? #1

Closed gh1593 closed 3 years ago

gh1593 commented 4 years ago

Very nice and easy to use, would like to see mdl supported, so far what I need is to read mdl infos, like material and texture names, so I can find them for this mdl automatically, don't know how to do that myself though.

LogicAndTrick commented 4 years ago

I won't have time to add MDL support to this project for a while, but you might be able to use the Sledge code for MDL loading: https://github.com/LogicAndTrick/sledge/tree/master/Sledge.Providers/Model/Mdl10/Format It'll need some changes to work without all the related Sledge libraries, though.

gh1593 commented 4 years ago

Very nice! I'll give it a try, thanks!