Discovery Gaming Community
Librelancer 2019.08 - 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: Librelancer 2019.08 (/showthread.php?tid=133791)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: Librelancer (Updated July '16) - Ichiru - 01-16-2017

(01-15-2017, 10:45 PM)Corile Wrote:
Quote:I can't speak for Unity, but Unreal Engine gives you full source and lets you pick the version you are working with, all the way back to 4.0, so situation you are describing is impossible.
but muh libREEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
((

+1

(also I'm really really bad with C/C++, so I wouldn't get anywhere with Unreal.)


RE: Librelancer (Updated July '16) - Kauket - 01-16-2017


go find doom's open source engine and use that instead (^:



RE: Librelancer (Updated July '16) - Corile - 01-16-2017

Quote:open source
opensource != free


RE: Librelancer (Updated July '16) - Ichiru - 01-20-2017

New demo in the OP. Check it out!


RE: Librelancer (Updated July '16) - Kauket - 01-20-2017

(01-16-2017, 10:52 AM)Corile Wrote:
Quote:open source
opensource != free

yes

that post literally meant go find the download for it

well done.


will check this out in a bit, looks dank.



RE: Librelancer (Jan. '17) - Ichiru - 01-20-2017

Updated Win7 download, accidentally uploaded the wrong file Aww


RE: Librelancer (Jan. '17) - Ichiru - 02-13-2017

[Image: NT1Dt1Il.png]

So.. here is Thn! Or at least a buggy implementation of it. (As usual, click image to make it bigger).
This is yet to be committed due to how buggy it is, but this has allowed me to go through and remove practically all the bugs in my lighting implementation!

There's still bugs with IllumDetailMapMaterial, and FxRectAppearance in the Ale, but progress is progress.


RE: Librelancer (Jan. '17) - Ichiru - 02-14-2017

The project now has a website!

http://callumdev.github.io/Librelancer/

I'm going to attempt to create a collection of modding tutorials and documents under the Tutorials section in the name of preservation.
There's also a screenshot showcase, and soon there'll be links to downloads of the latest release.

The website is completely editable through the Git web interface: https://github.com/CallumDev/Librelancer/tree/gh-pages
So if you have something you wish to add, or something you wish to change, submit a pull request!


RE: Librelancer (Jan. '17) - Xeltron245 - 03-01-2017

I once made a New York system with fully functioning spaceship in Unity (minus weapons). It wasn't particularly graphical but I did it in about 2 days so it wouldn't be and I found that it was very easy to do. I've never tried implementing Freelancer's original assets into Unity but I might give that a go, then I can share the results with you Ichiru.


RE: Librelancer (Jan. '17) - Ichiru - 03-18-2017

Xeltron245: Any contributions in the form of gameplay/camera code or examples would be much appreciated Big Grin, chuck me a PM if you get the time.


Version 2017.03 has now been released. This is the first release using the new process!