mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add Duke Nukem Forever 2001 support (#499)
This commit is contained in:
parent
0bf6645921
commit
731f553607
3 changed files with 11 additions and 0 deletions
|
|
@ -987,6 +987,15 @@ export const games = {
|
|||
old_id: 'dnl'
|
||||
}
|
||||
},
|
||||
dnf2001: {
|
||||
name: 'Duke Nukem Forever 2001',
|
||||
release_year: 2022,
|
||||
options: {
|
||||
port: 7777,
|
||||
port_query_offset: 1,
|
||||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
dod: {
|
||||
name: 'Day of Defeat',
|
||||
release_year: 2003,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue