mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat: add Toxikk support (#641)
* Add support for Toxikk, using Valve protocol plus UnrealEngine3 rules parsing * docs: update CHANGELOG for Toxikk * docs: update GAMES_LIST for Toxikk
This commit is contained in:
parent
c77ca299b0
commit
39d7f06bd9
5 changed files with 135 additions and 1 deletions
|
|
@ -3063,6 +3063,15 @@ export const games = {
|
|||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
toxikk: {
|
||||
name: 'TOXIKK',
|
||||
release_year: 2016,
|
||||
options: {
|
||||
port: 7777,
|
||||
port_query: 27015,
|
||||
protocol: 'toxikk'
|
||||
}
|
||||
},
|
||||
turok2: {
|
||||
name: 'Turok 2',
|
||||
release_year: 1998,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue