Librelancer 2022.02
-
Will be good to make compatibility with oss fl server or even concatinate
-
A few years progress, and now there is a demo!
-
seems to crash everytime I try it
-
nvm
sorry my game wasnt vanilla, thats why it crashedlooking good so far
-
Wow, I’m mad impressed by the way you’re able to display that much using just native Freelancer files. This is great stuff.
By the way, it crashes on me if I have my joysticks plugged in. I don’t know if it’s because of those two specific sticks (Saitek X-55) or if it’s because with them plugged in I have 4 controllers available, but I figured I’d let you know. Here’s the crash I get:
-
Why485: Thanks for the info!
If you can reproduce that with a test project based on https://github.com/opentk/opentk please file a bug report there, since this is an OpenTK bug. If you can’t reproduce it there I’ll update my opentk reference to match current git master -
Updated with screenshots of Nebula work. New demo to come soon, but I want to iron out some issues and implement asteroid fields first
-
A new release!
-
Ichiru wrote:
A new release!Where?
-
In the OP?
-
This is what Fort Bush will look like once I can get the matrices to behave themselves: (Click for full size)
Unfortunately, getting the exhausts to orient correctly introduced a bunch of regressions elsewhere. Until I figure it out, all the exhausts shoot the wrong way. Progress is progress, though!
-
I see on your github page that LibreLancer is a re-implementation of freelancer in C#. What will this allow modders and players to do once you reach a final release stage? Will it be more moddable than the original? Please enlighten me on the features and advantages in a more noobish way since I can not grasp all the technical terms/
-
Once Librelancer gets closer to version 1.0 (and full Vanilla compatibility) it’s going to provide a lot of benefits.
For players:
-
Per-pixel lighting
-
Multi-core utilisation
-
macOS and Linux support
-
Better behaviour on modern windows: Using modern maintained APIs instead of ancient DirectX and DirectPlay means increased performance + less weird bugs.
For modders it’s a little more interesting, the biggest benefit I can see coming out of Librelancer is extremely improved error handling. In cases where Freelancer just crashed to desktop, Librelancer should output at the -very- minimum a stack trace of where the error occurred (like in RenderMaterial.Draw() or GameObject.Update()), if not much more detailed error information. Having source available also means that literally anything can be changed, and better plugins than FLHook (which is very tempermental) should be available.
-
-
Ichiru wrote:
In the OP?Thanks, when I logged in, I just saw this page. 8-)
-
Another picture from my local branch! (Changes to be uploaded soon, just need to fix a couple of regressions).
This showcases some asteroid field work, as well as the current state of the ALE renderer (not a very good state).
The renderer is starting to get to feature-completion, which is pretty exciting!
-
Holy crap, man. That’s incredible. I remember when the ALE format was just getting figured out and here you are making a new renderer for them.
The fog and asteroid field look great as well. Do you have plans for working on the rendering of asteroid fields from the outside? FL had some wickedly clever tricks for making that look as good as it did with the simple set of tools it had available.