![]() |
|
[SUGGESTION] More information in TDM scoreboard? - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Suggestion Box (https://forums.xonotic.org/forumdisplay.php?fid=20) +--- Thread: [SUGGESTION] More information in TDM scoreboard? (/showthread.php?tid=4227) |
More information in TDM scoreboard? - Dodge - 06-14-2013 Currently you can only see someone's kills in TDM, not their number of deaths or other valuable information like net worth(kills - deaths). Should be really simple to add this, I actually find it weird that in FFA for example you do have some of that missing information and in TDM it is absent. RE: More information in TDM scoreboard? - Mirio - 06-14-2013 Yes, that's true and we want to change that soon! Someone already created "net". RE: More information in TDM scoreboard? - kuniu the frogg - 06-14-2013 how about adding damage counter too? something like in Clan Arena or just raw damage values? RE: More information in TDM scoreboard? - Mr. Bougo - 06-14-2013 Ingame console command: scoreboard_columns_help Quote:]scoreboard_columns_help I agree it's a little technical, but what you want can already be done! The current default value for this (which can be specified with scoreboard_columns_set default) is this (with additional linebreaks added for readability) (see source code in client/scoreboard.qc) Code: ping pl name |
-teams,race,lms/kills +freezetag/kills -teams,lms/deaths +freezetag/deaths -teams,lms,race,ka/suicides +freezetag/suicides -race,dm,tdm,ka,freezetag/frags
+ctf/caps +ctf/pickups +ctf/fckills +ctf/returns
+lms/lives +lms/rank
+kh/caps +kh/pushes +kh/destroyed
?+race/laps ?+race/time ?+race/fastest
+as/objectives +nexball/faults +nexball/goals +ka/pickups +ka/bckills +ka/bctime +freezetag/revivals
-lms,race,nexball/score |