mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add support for ARK: Survival Ascended using EOS protocol (#402)
* Add epic protocol * Add support for ARK: Survival Ascended - Using epic protocol * Fix online player count * Final cleanup
This commit is contained in:
parent
c49d463858
commit
a8bc7521f6
7 changed files with 280 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
|||
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
|
||||
* `deno run --allow-net --allow-read=. bin/gamedig.js --type tf2 127.0.0.1`
|
||||
* Added code examples.
|
||||
* Added Epic Online Services protocol.
|
||||
|
||||
#### Games
|
||||
* Added support by @dgibbs64: Eco (2018), Core Keeper (2022), ARMA: Reforger (2022),
|
||||
|
|
@ -39,6 +40,7 @@ San Andreas OpenMP.
|
|||
a placeholder in the `players` field.
|
||||
* Fixed wrong field being parsed for `maxplayers` on Doom3.
|
||||
* Stabilized field `numplayers`.
|
||||
* Added support by @GuilhermeWerner: ARK: Survival Ascended (2023).
|
||||
|
||||
### 4.1.0
|
||||
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue