Replacing Freelancer.exe - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4) +--- Forum: Freelancer Forum (https://discoverygc.com/forums/forumdisplay.php?fid=11) +--- Thread: Replacing Freelancer.exe (/showthread.php?tid=51893) |
Replacing Freelancer.exe - guideX - 12-21-2010 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? Replacing Freelancer.exe - Cannon - 12-21-2010 ' 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? The model viewer in http://forge.the-starport.net/projects/utfeditor shows how it is done. The viewer is implemented with DirectX but it is simple enough to convert to XNA Replacing Freelancer.exe - guideX - 12-21-2010 ' Wrote:The model viewer in http://forge.the-starport.net/projects/utfeditor shows how it is done. The viewer is implemented with DirectX but it is simple enough to convert to XNA Great, I have never considered this. I will download it now and let you know how it goes. Replacing Freelancer.exe - guideX - 12-21-2010 ' 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! Replacing Freelancer.exe - guideX - 12-22-2010 ' Wrote:The model viewer in http://forge.the-starport.net/projects/utfeditor shows how it is done. The viewer is implemented with DirectX but it is simple enough to convert to XNA Did you ever accomplish textures in the model view? |