Discovery Gaming Community
Laz's Coding Shenanigans - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7)
+--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183)
+---- Forum: Discovery Unofficial Development (https://discoverygc.com/forums/forumdisplay.php?fid=389)
+---- Thread: Laz's Coding Shenanigans (/showthread.php?tid=206522)

Pages: 1 2 3 4 5 6 7


Laz's Coding Shenanigans - Laz - 01-17-2025

Hello. I've been doing some cool things lately. Thought I would share as I go, and rather than make a new thread every time, just have one.

(07-14-2025, 04:16 PM)Sally Wrote: Keep up the good work you might even want to add a donation link somewhere
I've setup a ko-fi if anyone is interested

Many of you saw my RaidUI concept earlier, that is now finished and is part of the FLUF repo. A few things were done with it since it being done like this settings menu for customisation:



I've been doing some work on Librelancer recently and been trying to create a Mission Script Editor, which as of today is actually capable of producing mission files. I've gone for a blueprint builder style for Freelancer's missions:



Currently don't have the entire thing finished so if you try to look an entire mission at once you get a little overloaded, but you can see our pretty corner is nice and labeled :)
click for full res



RE: Laz's Coding Shenanigans - Backo - 01-17-2025

This and the RaidUI are definitely some really cool stuff. Makes me regret a bit I didn't try and get into FLHook development back in the day when I was more active with Freelancer.


RE: Laz's Coding Shenanigans - jammi - 01-17-2025

Is that a campaign / SP mission editor, or could that also be used to design multi stage multiplayer side quest type things?

Very cool either way, I'm always a massive fan of tools and editors that make modding more accessible.


RE: Laz's Coding Shenanigans - Laz - 01-17-2025

(01-17-2025, 09:17 PM)jammi Wrote: Is that a campaign / SP mission editor, or could that also be used to design multi stage multiplayer side quest type things?

Technically you can play single player missions in multiplayer and it'll be centred on a specific player. So both?


RE: Laz's Coding Shenanigans - Laz - 02-02-2025

Mission Script Editor for Librelancer is finished and has been made much more usable thanks to help from @Ichiru. Is is available in the Librelancer daily builds for all those who are interested.

click for full res



RE: Laz's Coding Shenanigans - Sombs - 02-02-2025

You two are amazing


RE: Laz's Coding Shenanigans - jammi - 02-02-2025

[Heavy breathing]

I'm going to take a browse and try to figure out how complicated this is to figure out. Are there any tutorials / documentation on using it?


RE: Laz's Coding Shenanigans - Laz - 02-02-2025

(02-02-2025, 11:08 PM)jammi Wrote: Are there any tutorials / documentation on using it?

None whatsoever, but my DMs are open to you if you have questions. I would say "if you find bugs", but it's more like "when you find bugs", you can also tell me about those.


RE: Laz's Coding Shenanigans - Laz - 06-30-2025

I have created toast style notifications for Freelancer. Plan to make it possible to replace standard green text with these instead, but likely will need more styling done to them to make it fit in properly.




RE: Laz's Coding Shenanigans - Nodoka Hanamura - 07-01-2025