Page 2 of 3

Posted: 19-09-2004 19:26
by speedy
why not edit your post? keeps stuff tidy and makes the page smaller

Posted: 19-09-2004 19:39
by Imaginos
Editing doesn't bump or flag the thread as having new content. I wouldn't want to risk taxing people's short attention span with having to spot my edits on their own.. It's just easier and safer to add a new post.

Hey, TeamVortex

Posted: 25-09-2004 20:52
by Imaginos
How about modifying things to report the game events to the built-in Epic stats engine instead of the clientside logging ?

What events are currently handled? It appears that only goals and kills are.

It would make more sense to pass all relevant events: Good/bad passes, shots on goal/goals, saves, tackles, badkills, etc..

How difficult would this be implement?

Posted: 25-09-2004 22:09
by <_Kapi_>
Not difficult at all... now get to work..:D

Posted: 26-09-2004 02:47
by Imaginos
Ok. Let's start with the simple question: What stats do we want to track in Deathball?

Here's what TV has defined in the clientside csv output already:
  1. Team colour / Player's Name
  2. Team Score / Player's ID Hash
  3. Team Possession % /Player's Team (0=red,1=blue)
  4. Assists
  5. Bad Kills
  6. Bad Passes
  7. Ball Hold Time
  8. Ball Touches
  9. Failed Saves
  10. Goals
  11. Good Passes
  12. Hat Tricks
  13. Home Runs
  14. Interceptions
  15. Kills
  16. Missed Goals
  17. Saves
  18. Self Goals
  19. Tackled
  20. Tackles
  21. Volleys
    [/list=1]

    Sample loglines are found earlier in this thread.

    Are these enough or too much to define as all we need in Deathball Stats?

Posted: 26-09-2004 03:13
by Twigstir
Saves/Failed saves
Kills/killed
Tackels/takeled
Interceptions
"Redirects" = volley an enemy ball
Defects/defected
Ball touches
Ball hold time
Good passes/bad passes
-good passes %
Goals/self goals
-TD's
-Volley Goals
-Powered goals
-Pass goals
-Hat tricks
-Goal post hits "Clanks"
-missed chances = post hit, keeper saves, ball carrier gets killed in enemy pbox
Assists
Time in enemy half %/time in own half %
Team score/team possession %
Enemy score/enemy possession %

Posted: 26-09-2004 05:16
by priior
boosts!

Posted: 26-09-2004 13:09
by TEZC_Robban
Wow, thanks for putting work into this imag :o

Hey TeamVortex!

Posted: 04-10-2004 13:49
by Imaginos
Any news to share agout stats line insertions?

David? Robert?

Posted: 06-10-2004 19:03
by Inphidel
awesome feedback :D -

I would liek to make a suggestion for stats at the end of matches/pubs etc..

do like hockey does. 3 stars of the game, can come from either of the teams. decided upon effectiveness

just some overlaying text or whatever on the screen announcing the top 3 stars of the game. would be cool.

Posted: 06-10-2004 21:08
by FL-
I'm trying to figure out a way to run a check of GUIDs to players for league games (you don't want anyone cheating).

Is there a command to write to the console screen the name and GUID of each player (then log that output)?

I realize this is the long way around and having a class that wrote each GUID along with the players alias and his stats to the server log would be a better way to do it.

As of right now, my only thinking is to have the referee or match admin check each players GUID to make sure it matches their recorded alias before the match starts.

Would their be a way to make a mutator that did this? Extended the playerstats class?

Posted: 07-10-2004 01:42
by Imaginos
There are a few different ways this can be checked.

1) The running native ut2004 stats output. Lists player nick/ip/guid and stats id as they connect.

2) UTAN: monitors the server and tracks each person's nick/guid/ip into a web-based database

3) ServerEXT : provides playerjoinsdump as well as extending the gamespy query protocol to respond to player guid queries.

4) AntiTCC: also provides a way to see all the player guid

5) Via webadmin. You see the list there.

Posted: 07-10-2004 10:27
by l0afz
utan pwns (but it wouldnt really provide any use for DB, apart to ban ash from all the DB servers ever)

Posted: 07-10-2004 14:16
by Imaginos
Coming soon to UTAN, selectable length suspensions.

Posted: 07-10-2004 19:50
by OverloadUT
If the Deathball team were to put proper stat logging in their code, and report that stuff to the built in stat logger, I would be happy to pur in specific Deathball support in to OLStats, which already does output full HTML stats.

Just a thought.