mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: Add Grand Theft Auto V - RAGE MP support (#576)
* feat: Add Grand Theft Auto V - RAGE MP support * Add changelog entry * Change ID for RageMP to gta5r * Rename to be RageMP * Revert prettier changing * to - * Add notes to ragemp. * Update CHANGELOG.md
This commit is contained in:
parent
ce29238428
commit
cfd5614353
5 changed files with 68 additions and 1 deletions
|
|
@ -137,6 +137,7 @@
|
|||
| goldeneyesource | GoldenEye: Source | [Valve Protocol](#valve) |
|
||||
| groundbreach | Ground Breach | [Valve Protocol](#valve) |
|
||||
| gta5f | Grand Theft Auto V - FiveM | |
|
||||
| gta5r | Grand Theft Auto V - RAGE MP | [Notes](#gta5r) |
|
||||
| gtasam | Grand Theft Auto: San Andreas Multiplayer | |
|
||||
| gtasamta | Grand Theft Auto: San Andreas - Multi Theft Auto | |
|
||||
| gtasao | Grand Theft Auto: San Andreas OpenMP | |
|
||||
|
|
@ -416,6 +417,10 @@ The server must have xmlrpc enabled, and you must pass the xmlrpc port to GameDi
|
|||
You must have a user account on the server with access level User or higher.
|
||||
Pass the login into to GameDig with the additional options: login, password
|
||||
|
||||
### <a name="gta5r"></a> Grand Theft Auto V - RAGE MP
|
||||
If you are using a FQDN for your server, you will need to set the host parameter to be this domain e.g. rage2.mydomain.com
|
||||
This is due to how the Rage MP master server works with server ids as the ip is only used in the ID if no FQDN is provided.
|
||||
|
||||
### <a name="teamspeak3"></a>TeamSpeak 3
|
||||
For teamspeak 3 queries to work correctly, the following permissions must be available for the guest server group:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue