Testing data, as the character names suggest. This account is one from the live server with a bunch of random stuff added to it to test the limits.
Worth noting when it comes to Discovery patch details I have literally 0 idea about none code things.
(08-12-2025, 02:17 PM)teschy Wrote: 65,535 when?
Theoretically possible, but the game stores the limits in a signed byte, which I can adjust in memory to be a unsigned byte. Server side the limit is removed, the client side UI has extra checks to navigate. Perhaps once everything else is done, we shall revisit and see if we can raise the limit to something like 500 or whatever.
(08-12-2025, 11:53 PM)Aingar Wrote: we'd need to make the variable bigger
The values we need to patch within Freelancer.exe are checks that set a global variable, so we could likely detour it. However, 255 is enough for now, we shall investigate making it higher at a later date. 255 should be enough for 90% of players to have all their ships on one account
This is pretty slick! Does this mean that the "account manager" side of the launcher is going to be retired at a later date or kept around so that people can keep certain characters together on varying accounts?
Furthermore, is there going to be a search function with FLUF? No doubt most won't have anywhere close to 255 characters but I have near or around 100 and scrolling through a list for a few minutes to find the right one might take a bit.
Regardless of the answers, this is quite exciting! Looking forward to it!
You fear oblivion. Yet you forget. The universe remembers every atom of your being. Even dust hums your name in the dark. Roleplay is dead. Long live Powertraders and PvP I guess.
(08-13-2025, 12:29 AM)Leo Wrote: This is pretty slick! Does this mean that the "account manager" side of the launcher is going to be retired at a later date or kept around so that people can keep certain characters together on varying accounts?
I don't believe there are plans to change the launcher at this time.
(08-13-2025, 12:29 AM)Leo Wrote: Furthermore, is there going to be a search function with FLUF?
We will need figure out what is possible, but definitely something we will look into.
Posts: 3,798
Threads: 144
Joined: Aug 2009
Staff roles: Server Manager Coding Dev Moderator
(08-13-2025, 12:29 AM)Leo Wrote: This is pretty slick! Does this mean that the "account manager" side of the launcher is going to be retired at a later date or kept around so that people can keep certain characters together on varying accounts?
There's still use cases for multiple accounts that this doesn't eliminate, so I don't expect to see that aspect of the launcher going anywhere. It should make life a little easier for players & admins alike though.
(08-13-2025, 12:29 AM)Leo Wrote: Furthermore, is there going to be a search function with FLUF? No doubt most won't have anywhere close to 255 characters but I have near or around 100 and scrolling through a list for a few minutes to find the right one might take a bit.
I have started work on the prototype today. This is what we currently have: (click for full res)