Heck, maybe even have some kind of limiter. Like if there's enough people on the server for there to be alot of strain, it stops itself from sending the message and sends a message to the original sender saying that it can't be sent.
But I don't think it would be too much, especially if the ability is only limited to faction leaders.
Searching 200 things and sending them a message if they fulfill a requirement is not a complicated thing for a computer to do. Like at all.
Thanks to MikeyH for the banner.
Reverend Del Wrote:I was going to turn your ship into something that would have been better named "Lada" but I was told to be nice.
My Two Cents: I think even just a simplified version of this would be cool, as in, when you enter a system you get a message saying who controls it, and basic rules or something.
Something not to intrusive. Could you imagine how irritating it would be for a trader, constantly going to the same systems, and getting this thing popup in his face that he's already read twenty times?
So something simple, utilizing the chat, would be IMHO the best go.
Or, and even simpler yet possibly harder to implement, perhaps the faction controlling the area in the cool ass typing text thing you get when you enter a system?
Like, you could have; 'Planet Manhattan, New York - Liberty' or... 'Planet Pittsburgh, New York - Deep Space Engineering'
Add system controlling factions to the end of the system info, you know that line of text in the top left of the screen that come up as you enter a system for a few seconds, add it to that.
' Wrote:Heck, maybe even have some kind of limiter. Like if there's enough people on the server for there to be alot of strain, it stops itself from sending the message and sends a message to the original sender saying that it can't be sent.
But I don't think it would be too much, especially if the ability is only limited to faction leaders.
Searching 200 things and sending them a message if they fulfill a requirement is not a complicated thing for a computer to do. Like at all.
Its not the actuall searching that cost cputime - its the I/O operations reading the account data that will cost server ressources. Remember, FLhook is an additional DLL, that excutes functions within the FLserver main thread.
Having to do I/O during the timeslice that FLhook functions gets allocated WILL deterioate FLservers ability to keep up with everything else it is supposed to do.
Out of bats, Out of bots, Out of torps - Down to harsh language...
' Wrote:Add system controlling factions to the end of the system info, you know that line of text in the top left of the screen that come up as you enter a system for a few seconds, add it to that.
Dusteh recently unveiled Cannon's latest work: a program that lets the admins dynamically change prices and Sirius news on the server. Might be of use in this regard.