Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Kazan on July 06, 2004, 11:27:42 am
-
FS2NetD is DOWN pending and update
after the update you will have to register your user accounts - which means a score reset
right now i'm having problems getting the update files to the server box thuogh... grr
-
ooo kool
how long till we can expect to play again, i had lotsa fun yesterday
EDIT: is there a way to log stuff said in game lobbys and/or ingame, sum funny things get talked about in there
-
soon as inquisitor fixes the ACL for that box so i can move the update files to it
-
Can't you just take a screenshot? A client-side option seems better than a server-side one, since that could potentially result in massive server space being used to save messages that no one ever reads.
-
Drew: i can implement client-side logging if you really want
PS: this henious SQL query will be involved in showing the scorelist
SELECT UserName as user, SUM(Points) as totalpoints, SUM(Missions) as totalmissions, SUM(Time) as totaltime, MAX(LastFlight) as lastflighttime, SUM(Kills) as totalkills, SUM(assists) as totalassists FROM pilot GROUP BY UserName ORDER BY `totalpoints` DESC
-
a crash showed up in the backport... i have it isolated
inquisitor is rebooting the box because apache was being stupid
-
crash is fixed in the backport, inquisitor's all over the server
-
THE 'test' ACCUONT IS NO LONGER VALID
-
soon as i can get ahold of a email server that works from the masterserver box then i can make it back online...
-
what missions are valid atm
and moonsword seems to got prob fixed caz we played 1 quickie :D
----------
oops wrong fs2net thread can u move it to fs2net UP :P
-
Yeah, I fixed it.
It helps if you've ever played on PXO in the first place and know about the FS2 multiconfig...
-
hehe :P
right now i'm implementing account banning (done, minor server modification) and global IP banning (requires client and server modification)
after that i'm implementing a network "WALL" command where i can send a system message to everyone online incase i have to do something like restart the server