Raptor007 / aq2-tng

Action Quake 2: The Next Generation. Raptor007's sandbox for testing changes. When verified stable, this code is pushed to the official aq2-tng repo:
https://github.com/aq2-tng/aq2-tng/tree/bots
4 stars 2 forks source link

Customizable scoreboard field order. #132

Open Raptor007 opened 2 years ago

Raptor007 commented 2 years ago

The silly bitmasks I made for scores2teamplay and scores2ctf should be strings instead which specify both the fields and their order, such as "TNKD" if you want the order to be Team Name Kills Deaths (for example).

Raptor007 commented 2 years ago

This is now a single cvar scoreboard. If blank (default) it will use the old field order from way back before I started messing with anything, where Frags are the first item. It seems most people prefer it that way.

These are the available fields:

F = Frags N = Name M = Time (Minutes) P = Ping K = Kills D = Deaths I = Damage Inflicted A = Accuracy C = Captures (CTF) S = Score T = Team

So you might use set scoreboard TNMPKD if you want Team to be the first column.