Digital Paint Discussion Board
Paintball 2: The Game => Paintball 2 Discussion => Topic started by: MPG on August 13, 2020, 02: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
-
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
set sl_logging 1 // enables standard logging to the server logfile
set sv_logstats 1 // enables logging of accuracies
admin command
cvar_set sl_logging 1
cvar_set sv_logstats 1
-
Hell ya, thank you....that might do the trick.....
-
If we go in that direction we would be happy to share with the community...
-
If you need any further assistance or have more questions, for quicker responses I suggest you join the official Discord server (http://discord.digitalpaint.org/) and mention either me (@whoa) or @Toolwut or other members who could help you
-
joining thank you.