-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Many tools available to server admins support querying game servers for admin purposes, and one of the primary ways that query formats are selected by admins in these tools is by game type. For example, a tool might offer Source, Source (Ark), Source (CS:GO), Battlefield 4, etc. queries, which is intuitive since query formats are generally proprietary by game type (except platform formats like Source).
Can you please document what query type this implementation mimics to help server admins who choose to use this mod alongside any such tool?
If this query format implementation is proprietary, I suggest you implement a Steam-compatible implementation so that players can use the query functionality with existing tools. Maybe make it a configuration option whether to use the Steam format or proprietary format.