mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
Merge branch 'esbuild' of https://github.com/TribufuForks/node-gamedig into esbuild
This commit is contained in:
commit
dcc5dada47
3 changed files with 13 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
## To Be Released...
|
||||
## 5.0.0-beta.1
|
||||
* Fixed numplayers on Palworld not beeing accurate
|
||||
* Enshrouded - Added support (By @GuilhermeWerner #512).
|
||||
* Fixed typo in standard port on Palworld (By jammsen #515)
|
||||
|
||||
## 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 | |
|
||||
|
|
|
|||
11
lib/games.js
11
lib/games.js
|
|
@ -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,
|
||||
|
|
@ -2030,7 +2039,7 @@ export const games = {
|
|||
name: 'Palworld',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 8221,
|
||||
port: 8211,
|
||||
protocol: 'palworld'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue