gamedig / node-gamedig

Query game servers and not only! Node.JS/Deno or Bash (via the CLI).
https://www.npmjs.com/package/gamedig
MIT License
587 stars 143 forks source link

feat: Add Grand Theft Auto V - RAGE MP support #576

Closed xCausxn closed 1 week ago

xCausxn commented 1 week ago

Implements support for getting server info from the rage mp server list.

Completes: #49

xCausxn commented 1 week ago

@CosminPerRam I opted to just return the entry server result entry as the "raw" field. Partly due to the fact potential info for the nested entry is available at the top level.

We could however remove excess entries and move the servers[X] entry to the top level for our case.

CosminPerRam commented 1 week ago

Partly due to the fact potential info for the nested entry is available at the top level.

We can leave it this way.