I had fed gemini some info from the pob help thread on the forum and asked it to show me what an interface might look like for that and it created an interactive interface demo in like 3 seconds. Its not close to complete because I had not provided some details but I thought it was interesting.
This isn't something we're really capable of doing due to not being able to edit source code directly.
Also please stop asking AI about the game, we have plenty of people on the Discord (linked here on the forums) that are more than willing to answer any questions you might have.
(06-11-2025, 06:11 PM)Lord Caedus Wrote: This isn't something we're really capable of doing due to not being able to edit source code directly.
Also please stop asking AI about the game, we have plenty of people on the Discord (linked here on the forums) that are more than willing to answer any questions you might have.
Most people appreciate when someone tries to find the answers on their own before asking someone else.
(06-11-2025, 06:11 PM)Lord Caedus Wrote: This isn't something we're really capable of doing due to not being able to edit source code directly.
Also please stop asking AI about the game, we have plenty of people on the Discord (linked here on the forums) that are more than willing to answer any questions you might have.
Most people appreciate when someone tries to find the answers on their own before asking someone else.
But if you prefer I can just ask here before I look.
You're just very likely to get incorrect information from Google, so shouldn't rely on it for information. Everything you need to know can either be found on the forums, on the wiki, or by asking others on Discord.
short version: it's not possible, nor in-game or connecting to the server (later one it's about performance)
what we have it's an API that pulls data from the files, one of guys who made it , also made darkstats(pretty much the place to look for any data ), I also used the API for some POB notifications on discord (when x commodity is above or below an amount )
Unfortunately new UI elements are very strenuous and difficult dev work. A dev may respond and elaborate but if they were able to easily implement new UI elements, then I'm sure we'd not still be relying on strings of commands for PoB functionality, among other things.
Darkstat and Discord bots drawing from an API is the closest we can get for now.
(06-11-2025, 06:11 PM)Lord Caedus Wrote: This isn't something we're really capable of doing due to not being able to edit source code directly.
Also please stop asking AI about the game, we have plenty of people on the Discord (linked here on the forums) that are more than willing to answer any questions you might have.
Most people appreciate when someone tries to find the answers on their own before asking someone else.
But if you prefer I can just ask here before I look.
You're just very likely to get incorrect information from Google, so shouldn't rely on it for information. Everything you need to know can either be found on the forums, on the wiki, or by asking others on Discord.
I have come across bad info from the UI which is why I fed it current forum info before asking it about the UI.
I get where your coming from.
If gaining users is important to you though( i know its not related to this topic ), more people searching it up on google would help its SEO. Discouraging people from googling the game would not help SEO.
(06-11-2025, 06:31 PM)Luke. Wrote: A dev may respond and elaborate but if they were able to easily implement new UI elements, then I'm sure we'd not still be relying on strings of commands for PoB functionality, among other things.
I have created a UI toolkit for making new UI elements within Freelancer. It is already being leveraged by Disco but it just requires time to make things. The multiple ships interface is powered by this toolkit, but that's the vanilla element side, there is also a side for brand new things which you can see in my RaidUI
Posts: 3,565
Threads: 107
Joined: May 2012
Staff roles: Balance Dev
POB UI is basically a "planned feature", for all intents and purposes. POBs would benefit immensely from moving away from incredibly clunky text-based "UIs".
The reality is that we have one FLHook developer, and front-end is not his specialty.
Feel free to draft up concepts for the various features (storage visualization and management, factories, etc.) we'd have to make UI for, though. I'd imagine that could help, if we ever find the time and will to build this.
(06-11-2025, 07:51 PM)Haste Wrote: POB UI is basically a "planned feature", for all intents and purposes. POBs would benefit immensely from moving away from incredibly clunky text-based "UIs".
The reality is that we have one FLHook developer, and front-end is not his specialty.
Feel free to draft up concepts for the various features (storage visualization and management, factories, etc.) we'd have to make UI for, though. I'd imagine that could help, if we ever find the time and will to build this.