3D Starchart - Teaser 1: Rendering Planets
-
I’m sorry it doesn’t work for you TheDvDMan, unfortunately I do not know Hebrew but if it is a generic vista error message it doen’t seem helpful anyway. Vista must be worse than I’d thought if it can’t even run normal .NET applications properly.
edit:
Hmm, I just thought of something: Of course this could be a language or font problem (and wouldn’t be the first one, why didn’t I think of that before :-? ).@=Alex=:
Why almost? Seems to be working fine on your screenshot.I would have said that it works on all Windows platforms for which .NET and XNA are available but it seems now that I was too optimistic.
-
great job on the object selection code mate. worked like a charm, and was easy to add to to be able to use the left mouse button to select the object.
As i mentioned after doing a quick convert of my app into C# i found that planets and lighting were rendering as they should based on revision 05. I have also intigrated the code changes for the object selection (ie: Revision 06).
I noticed you put in the code i wrote for the costume display, thanks mate, cheers for that. I plan on continuing work on it to allow for editing and saving it, as well as the faction class i am still working on.
anyway wanted to show this new screenshot of my app with the recent code changes, and the full conversion of the app into C#.
-
So, I finally uplaoded binaries for 0.0.0.6, hope they work as well as 0.0.0.5 or better.
As usual, dowload here
I did some internal reorganisation so now there’s no more flickering when hovering above systems on the sector map.
You can now turn trade lane rendering on and off by pressing t as well as jumphole and - gate routes with g and h respectively.
The names of objects are no longer displayed in the scene but the name and infocard of a hovered object is shown beneath the sector map@J.Walker:
Looks good, nice to see selection and lighting works. I did some changes but I’m not so sure it’s better now. What you referred to as Revision 06 was actually revision 129 on svn, I updated to 130 just after I built release 0.0.0.6. Just FYI. -
Works fine for me, Vista Ultimate 64 bit.
-
Nice project. Great to see such interest in developing FL further still after all these years! Using C# .NET and XNA framework to develop your application seems a good way to go about it. Perhaps there is an element of irony in the fact that it was MS who ultimately pulled the plug on this game, and now you are (in a sense) using their own freely available SDK’s and IDE’s to redevlop their game….
-
ok some new updates
(Note these updates have not yet been integrated into the svn as yet)
obstbaum has done some code refactoring along with several new classes being added to support object picking.As well as being able to toggle the tradelane lines on or off with the ‘T’ key, toggling jumphole lines on the sector map on or off with the ‘H’ key, and toggling the jumpgate lines on the sector map on or off with the ‘G’ key. (note these updates are available in the current SVN release)
The initial object picking was hover state only but I have extended the code to support left clicking an object and maintaining the bounding box display.
Also added is a zero plane grid that you can toggle on or off by using the ‘Y’ key on your keyboard.
I am currently working on adding in a 3d object translation gizmo (move and rotate).
added a faction parser class to the FLApi that parses the initialworld.ini and empathy.ini files to retrieve full details on the selected faction including proper name, shortname, nickname, empathy rates, and reputation values. (currently working on reversing it to save changes back to the ini files)
i will let you all know when these new changes are available on the svn.
here is a new screenshot of it:
-
GPL or gtfo lol
-
That was… very well put, masternerdguy.
I’m not disagreeing with you, but please don’t be obnoxious.
-
ok i thought as much but did not wanna make a fool out me
ok so to answer your questions.
FLApi, FLParser, and Starchart System viewer are already open source and there is no plans to change that.
Freelancer Mod Development Studio however cannot be open source. It will be completely free to use, but because of commercial licensing on some of the applications parts it restricts this. I wish i could do it open source but i do not wanna get my proverbial nuts chopped off in a legal issue.
as for where you can get the studio , no where at this point. The application is not ready to be released yet.
I still have allot of work to do on it, i just barely got object movement in 3dspace working (only working via keyboard commands at this point) and am currently working on getting the rotation working (i can rotate it, but that old problem of multi object meshes comes into play here making all the objects rotate independently of each other at the same time) so yeah, working that out is proving to be a challenge.
-
first, Starchart itself takes quite a bit of time to load up as it is reading allot of data and interrupting it for display in XNA, but you should get a dialog asking for a FL location to use. if you do not get this try running starchart under admin privileges and see if that helps.