FurnishedChunk / pyspades

Automatically exported from code.google.com/p/pyspades
0 stars 0 forks source link

player stats #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
/stats
shows you your total number of intel caps, kills, deaths, and kill:death ratio

/top10
shows you the top 10 players with the most points (1 kill = 1 point, 1 intel 
cap = 10 points)

Original issue reported on code.google.com by valleyisletech on 19 Jun 2011 at 9:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
also for top10: 1 death = -1 point

Original comment by valleyisletech on 19 Jun 2011 at 10:48

GoogleCodeExporter commented 9 years ago
in order for a name to be tracked, player must first /register <password> to 
reserve his current name

stats will only be tracked for a name when a player is using it AND logged in 
with its registered password

multiple players with the same name shouldn't affect the player who's logged in 
and only one person can be logged into a name at one time

so for example, if i own the name Bob and there are two Bobs in the server and 
i'm not logged in, nothing gets tracked. once i login, only my 
kills/deaths/caps affect the tracked totals for "Bob" - the other Bob's 
kills/deaths/caps are ignored. if the other Bob somehow knows my password and 
logs in, only his kills/deaths/caps affect the tracked totals for "Bob"

Original comment by valleyisletech on 19 Jun 2011 at 10:49

GoogleCodeExporter commented 9 years ago
I definitely think *some* kind of stats should be implemented. I'm going to 
figure out how the implementation should look like, but this seems like a nice 
candidate.

Original comment by matp...@gmail.com on 19 Jun 2011 at 3:19

GoogleCodeExporter commented 9 years ago
I guess this should be incorporated with the statistics script, except for 
non-certified servers (where it should keep a local statistics server open).

Original comment by matp...@gmail.com on 12 Aug 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Extension:
match.py - outputs stats for all players akin to 
http://paste.pocoo.org/show/DqBtPlmJ9lqR8UNc6bwi/ into a .txt in a stats folder 
with date/timestamp as the name. Stats would be collected while the timer was 
running.

Original comment by GMtheGra...@gmail.com on 7 Apr 2012 at 8:09