Rougelancer v0.1 Pre Alpha
-
So I’ve been building my own Freelancer binary in XNA, here’s a (very) short video showcasing my progress, it just shows simple ship rotation using the mouse from one of the borderworlds ships from original Freelancer and a PT from Discovery Freelancer neither ship has a skin on it, I also have a heap of “Freelancer API” teaching it what a ship is, a jump gate, a planet, etc. and teaching it all the properties and such for each object.
I tried to upload via this message, but I couldn’t get the video small enough …
Let me know what you think
-
o.o , um… I dont mean to be rude or anything but… what exactly is this you have made? whats a “Freelancer Binary”
-
I have made an exe file which when ran is like a standalone freelancer game all its own, but it’s not done yet, only in beginning stages.
-
Does anyone know why my model looks like that when I convert from the freelancer cmp to a ms3d file to a fbx file? I did use milkshape 1.6.6 with the mscmp import dll, I think i’m loosing the texture along the way
-
CMPs don’t contain textures, you need to import the MAT file too.
-
It would appear that my fbx file exporter is junk, or that I don’t know how to use it properly, it doesn’t export any of the textures. The .x exporter does, however it seems to leave certain peices of the texture of the model out even though it looks perfect in milkshape. Neither one appear to be perfect.
-
I honestly would tend to suspect my own code first in those instances. Your model looks a lot like it has flipped normals and/or a bad z-buffer.
-
I’ll check that out, could be a code problem. Also looks slightly better after upgrading to 1.8.5 beta 1, but still not perfect.
-
You were right, it was something in the code causing it, good call. The .X files come out just fine
-
I put the source code here in case anyone wants to help me with it…
http://www.team-nexgen.org/rl_pbv01.zip
I am having trouble emulating the freelancer mouse rotation, as well as the free flight/mouse flight modes, as well as things like engine glow and a whole bunch of other issues. You’ll need Visual Studio 2010 with XNA
-
your best bet for source distribution is to setup a sourceforge project.
-
I have a github project here…
https://github.com/guideX/rougelancer
It’s further along than before, but I obviously have a long ways to go.