Account and high-score counting

Account and high-score counting

Postby nicoxxl » 20 Aug 2011, 22:14

This morning, I've an idea:
the possibility to create an account to count the score (whithout bots).
But not the Kill/Death ratio, it will count the "carnage" "dominating" etc, the parties played.
And add functionality like friend (to see if they are online and where, and to be in the same team).

devellopers and players thank for reading and goods frags ;)
nicoxxl
 
Posts: 2
Joined: 20 Aug 2011, 22:01

Re: Account and high-score counting

Postby ZeroKnight » 21 Aug 2011, 01:39

Do you mean something like a Leaderboard? If so, I think it would be a nifty addition. It could draw more players, as it gives an extra competitive aspect to the game. And it's just fun to see where you rank against everyone who plays :P But like you mentioned, we would need some form of accounts. Or possibly a code addition that keeps track of players by name on the server, and at the very least records score that way.


Offtopic:
Speaking of KDR and Points, something I never understood was the "cn" and the other entry in your score. What are those?
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Re: Account and high-score counting

Postby fluxord » 22 Aug 2011, 08:04

"cn" means "client number" as for the other one ("sk") I don't know.
Last edited by fluxord on 22 Aug 2011, 11:32, edited 1 time in total.
User avatar
fluxord
 
Posts: 160
Joined: 25 May 2011, 23:17

Re: Account and high-score counting

Postby qreeves » 22 Aug 2011, 10:40

"sk" is for bots, and shows their skill level :)
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Account and high-score counting

Postby ZeroKnight » 22 Aug 2011, 23:49

Thank you both, fluxord and quin ^^

Now, let's get back on the original topic so I don't feel like a dick for derailing this poor guy's thread ;)
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Re: Account and high-score counting

Postby fluxord » 23 Aug 2011, 03:06

On-topic: doesn't some Sauerbraten server's already track the stats of the matches being played?
Maybe a server side command that displays the current player list, map, mode, scores, etc.?
Similar to orbital's online master server list (http://server.orbitaldecay.com/) but more detailed.
Run it whenever the scoreboard is show, process & store that info in a database and walla! You have some rustic leaderboards :p .
User avatar
fluxord
 
Posts: 160
Joined: 25 May 2011, 23:17

Re: Account and high-score counting

Postby orbitaldecay » 23 Aug 2011, 05:42

I've seen this often on Q3/Q3 mod servers -- a script that just grabs the tail of the log file and tallies the scores of people who are playing, maintaining server wide stats. It's minimally invasive, but it may be easier just to write this sort of functionality into the game server.
[ Wazu Clan ][ irc.wazuclan.com #wazuclan ][ http://www.orbitaldecay.com ]
User avatar
orbitaldecay
 
Posts: 180
Joined: 12 May 2011, 00:32
Location: Baltimore, MD, US

Re: Account and high-score counting

Postby qreeves » 23 Aug 2011, 07:35

orbitaldecay {l Wrote}:I've seen this often on Q3/Q3 mod servers -- a script that just grabs the tail of the log file and tallies the scores of people who are playing, maintaining server wide stats. It's minimally invasive, but it may be easier just to write this sort of functionality into the game server.

My intent was to eventually have the master server do it with authed users, the idea would be to have a regular user auth level and allow some form of registration. Just a bit of so much to do and too little time.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Account and high-score counting

Postby Chasm » 25 Oct 2011, 07:54

My Sauerbraten mod has automatic auth based user authentication using the N_REQAUTH packet which I was sad to discover is not present in RE. I'm keeping my fingers crossed for this global user system as I expect open a lot of doors with respect to cool community features like game wide stats.
I'm working on a generic multiplayer game stats system capable of storing stats from any game and mode for a common user base. Perhaps I could be of assistance with the RE stat system when it's time for that to be implemented.
Chasm
 
Posts: 4
Joined: 09 Oct 2011, 07:51

Re: Account and high-score counting

Postby qreeves » 25 Oct 2011, 10:29

Chasm {l Wrote}:My Sauerbraten mod has automatic auth based user authentication using the N_REQAUTH packet which I was sad to discover is not present in RE. I'm keeping my fingers crossed for this global user system as I expect open a lot of doors with respect to cool community features like game wide stats.
I'm working on a generic multiplayer game stats system capable of storing stats from any game and mode for a common user base. Perhaps I could be of assistance with the RE stat system when it's time for that to be implemented.

By default, anyone with an authkey in RE identifies when they connect to a server (unless you set /connectauth 0 - this allows us to get around bans). There is already precursors for adding user keys (ones that don't allow people to claim master, etc), but they aren't used yet. If you can come up with a decent system, I'd be more than happy to consider it for the main branch (might want to work with eihrul to make sure you do it right).
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Account and high-score counting

Postby ZeroKnight » 25 Oct 2011, 15:55

orbitaldecay {l Wrote}:I've seen this often on Q3/Q3 mod servers -- a script that just grabs the tail of the log file and tallies the scores of people who are playing, maintaining server wide stats. It's minimally invasive, but it may be easier just to write this sort of functionality into the game server.


Well, until we can get an in-game solution working, this sounds like a good idea in the mean time :P People could make it on their home pages or something.
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Who is online

Users browsing this forum: No registered users and 1 guest