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

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