feat: add Duke Nukem Forever 2001 support (#499)

This commit is contained in:
Pedro Ivo Hudson 2024-01-29 14:03:07 -03:00 committed by GitHub
parent 0bf6645921
commit 731f553607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* Fixed numplayers on Palworld not beeing accurate
* Enshrouded - Added support (By @GuilhermeWerner #512).
* Fixed typo in standard port on Palworld (By jammsen #515)
* Duke Nukem Forever 2001 (2022) - Added support (By @podrivo #499)
## 5.0.0-beta.0
### Breaking Changes

View File

@ -101,6 +101,7 @@
| discord | Discord | [Notes](#discord) |
| dmomam | Dark Messiah of Might and Magic | [Valve Protocol](#valve) |
| dod | Day of Defeat | [Valve Protocol](#valve) |
| dnf2001 | Duke Nukem Forever 2001 | |
| dods | Day of Defeat: Source | [Valve Protocol](#valve) |
| doi | Day of Infamy | [Valve Protocol](#valve) |
| doom3 | Doom 3 | |

View File

@ -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,