Merge branch 'master' into commonjs

This commit is contained in:
Guilherme Werner 2024-01-29 15:01:15 -03:00 committed by GitHub
commit 832d1c7f1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View file

@ -5,6 +5,7 @@
* Enshrouded - Added support (By @GuilhermeWerner #512).
* Fixed typo in standard port on Palworld (By jammsen #515)
* Re-added support for projects using `require` (By @GuilhermeWerner #519).
* 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,