mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +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
11
lib/games.js
11
lib/games.js
|
|
@ -1270,6 +1270,17 @@ export const games = {
|
|||
old_id: 'fivem'
|
||||
}
|
||||
},
|
||||
gta5r: {
|
||||
name: 'Grand Theft Auto V - RageMP',
|
||||
release_year: 2016,
|
||||
options: {
|
||||
port: 22005,
|
||||
protocol: 'ragemp'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'gta5r'
|
||||
}
|
||||
},
|
||||
garrysmod: {
|
||||
name: "Garry's Mod",
|
||||
release_year: 2004,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue