project-valhalla / main

Main repository for Valhalla, a first-person shooter game project inspired by old school and modern titles.

Home Page:https://discord.gg/qFMAde5WQP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding commands to script a server preview

garsipal opened this issue · comments

Consider adding commands that enable scripting for generating a server preview.
browser screenshot

Once you click on a server from the browser, rather than an immediate connection, it should ideally display a preview resembling a scoreboard (perhaps with a thumbnail of the current server map somewhere?).
preview idea

To-do in order to achieve this would be:

  • command to get servername (name of the server);
  • command to get server map;
  • command to get server time;
  • command to get team names;
  • command to loop through the players who are playing in the selected server to retrieve the needed infromation (team/spectator, name, ping);