JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Scoreboard improvements #291

Open Silverfang22 opened 5 years ago

Silverfang22 commented 5 years ago

Add support for more players (scrollable? mousewheel?), add more information on teammates such as credits, kills, deaths, probably remove base game "score".

Keep or remove time?

Future: allow clicking on player names to get options like inspect, invite to party, etc.

DarthFutuza commented 5 years ago

Time and ping are unnecessary since those should be ui screen displays anyway. eg: cg_drawPing should be a thing, cg_drawTime I think is already a thing. Base game score is still important I think since it controls who actually wins (at least for now).

Silverfang22 commented 5 years ago

Is there any reason to hide other people's ping?

DarthFutuza commented 5 years ago

Oh I guess you have a point there of being able to compare ping. Still want a cg_drawPing for yourself though.