mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: Add support for AltvMP (#588)
* feat: Add Minetest support using serverlist * Allow for connect to be assigned, * Add serverId to the string args * Add altvmp implementation * Added altv to games. * Add changelog entry * Update CHANGELOG.md with state.connect
This commit is contained in:
parent
38229cde3b
commit
bdb819d0f8
7 changed files with 88 additions and 3 deletions
11
lib/games.js
11
lib/games.js
|
|
@ -1289,6 +1289,17 @@ export const games = {
|
|||
doc_notes: 'gta5r'
|
||||
}
|
||||
},
|
||||
gta5a: {
|
||||
name: 'Grand Theft Auto V - AltVMP',
|
||||
release_year: 2015,
|
||||
options: {
|
||||
port: 7788,
|
||||
protocol: 'altvmp'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'gta5a'
|
||||
}
|
||||
},
|
||||
garrysmod: {
|
||||
name: "Garry's Mod",
|
||||
release_year: 2004,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue