I have been using VS2010 C# and XNA to build a new build of Freelancer.exe to improve upon the graphics engine. Does anyone have any tips for loading the models used in Freelancer? As far as I can tell, they are made up of proprietary files only importable into one graphics tool, from there they can be exported into obj files that can be used in the content folder in Visual Studio. Am I on the right track in this respect?
' Wrote:I have been using VS2010 C# and XNA to build a new build of Freelancer.exe to improve upon the graphics engine. Does anyone have any tips for loading the models used in Freelancer? As far as I can tell, they are made up of proprietary files only importable into one graphics tool, from there they can be exported into obj files that can be used in the content folder in Visual Studio. Am I on the right track in this respect?
' Wrote:Great, I have never considered this. I will download it now and let you know how it goes.
Fantastic. This would appear to be just what I need to get started. This will be perfect to learn more about how to use the Freelancer ships in my game, thanks again!