mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
feat: add support for Enshrouded (#512)
* Add support to Enshrouded * Update CHANGELOG.md
This commit is contained in:
parent
46db10fcc7
commit
dbf83ab083
3 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
## To Be Released...
|
||||
## 5.0.0-beta.1
|
||||
* Fixed numplayers on Palworld not beeing accurate
|
||||
* Enshrouded - Added support (By @GuilhermeWerner #512).
|
||||
|
||||
## 5.0.0-beta.0
|
||||
### Breaking Changes
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
| egs | Empyrion - Galactic Survival | [Valve Protocol](#valve) |
|
||||
| eldewrito | Halo Online (ElDewrito) | |
|
||||
| empiresmod | Empires Mod | [Valve Protocol](#valve) |
|
||||
| enshrouded | Enshrouded | [Valve Protocol](#valve) |
|
||||
| etqw | Enemy Territory: Quake Wars | |
|
||||
| f1c9902 | F1 Challenge '99-'02 | |
|
||||
| farcry | Far Cry | |
|
||||
|
|
|
@ -1098,6 +1098,15 @@ export const games = {
|
|||
old_id: 'empyrion'
|
||||
}
|
||||
},
|
||||
enshrouded: {
|
||||
name: 'enshrouded',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 15636,
|
||||
port_query: 15637,
|
||||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
etqw: {
|
||||
name: 'Enemy Territory: Quake Wars',
|
||||
release_year: 2007,
|
||||
|
|
Loading…
Reference in a new issue