Author Topic: Scoreboard  (Read 1581 times)

MPG

  • PGP
  • Posts: 4
Scoreboard
« on: August 13, 2020, 12:00:13 PM »
Sorry to post a new topic but is there a scoreboard in the game when running a server to list the results of the matches?

How do others do it, we are thinking of running an event and would like to list the results of the competition.

Thank you
MPG

3lf

  • Map Committee
  • VM-68
  • Posts: 121
Re: Scoreboard
« Reply #1 on: August 13, 2020, 12:14:09 PM »
No need to be sorry when you have a question related to the game.

Most often people take a screenshot of the end results with F12 and share those.

If you want to get fancy there are settings that log all server events to a logfile (eg. Kills, grabs, caps, flag Carrier kills etc) and then you could parse that into a interesting list of the events happened throughout the game. One setting logs individual players accuracies with different guns (imo useless data in a game like this).

server.cfg
Code: [Select]
set sl_logging 1 // enables standard logging to the server logfile
set sv_logstats 1 // enables logging of accuracies
admin command
Code: [Select]
cvar_set sl_logging 1
cvar_set sv_logstats 1

MPG

  • PGP
  • Posts: 4
Re: Scoreboard
« Reply #2 on: August 13, 2020, 12:29:38 PM »
Hell ya, thank you....that might do the trick.....

MPG

  • PGP
  • Posts: 4
Re: Scoreboard
« Reply #3 on: August 13, 2020, 12:34:19 PM »
If we go in that direction we would be happy to share with the community...

3lf

  • Map Committee
  • VM-68
  • Posts: 121
Re: Scoreboard
« Reply #4 on: August 13, 2020, 01:11:51 PM »
If you need any further assistance or have more questions, for quicker responses I suggest you join the official Discord server and mention either me (@whoa) or @Toolwut or other members who could help you

MPG

  • PGP
  • Posts: 4
Re: Scoreboard
« Reply #5 on: August 13, 2020, 04:37:43 PM »
joining thank you.