mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-13 07:21:11 +01:00
Add ARMA: Reforger Support (#366)
This commit is contained in:
parent
7e88cee8d7
commit
db43115975
3 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,15 @@
|
|||
|
||||
### To Be Released...
|
||||
#### Breaking Changes
|
||||
* NodeJS 14.17 is now required (from 14).
|
||||
* None
|
||||
|
||||
#### Other changes
|
||||
* Replaced usage of deprecated `substr` with `substring`.
|
||||
* Moved the library a `module`.
|
||||
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
|
||||
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
|
||||
* None
|
||||
|
||||
### 4.2.0
|
||||
* Eco (2018) - Added support (requested by @dgibbs64)
|
||||
* Core Keeper (2022) - Added support (by @dgibbs64)
|
||||
* ARMA: Reforger (2022) - Added support (by @dgibbs64)
|
||||
|
||||
### 4.1.0
|
||||
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
| `arma` | ARMA: Armed Assault (2007) | |
|
||||
| `armacwa` | ARMA: Cold War Assault (2011) | |
|
||||
| `armar` | ARMA: Resistance (2011) | |
|
||||
| `armare` | ARMA: Reforger (2022) | [Valve Protocol](#valve) |
|
||||
| `armagetron` | Armagetron Advanced (2001) | |
|
||||
| `assettocorsa` | Assetto Corsa (2014) | |
|
||||
| `atlas` | Atlas (2018) | [Valve Protocol](#valve) |
|
||||
|
|
|
@ -25,6 +25,7 @@ arma2oa|ARMA 2: Operation Arrowhead (2010)|valve|port=2302,port_query_offset=1
|
|||
armacwa|ARMA: Cold War Assault (2011)|gamespy1|port=2302,port_query_offset=1
|
||||
armar|ARMA: Resistance (2011)|gamespy1|port=2302,port_query_offset=1
|
||||
arma3|ARMA 3 (2013)|valve|port=2302,port_query_offset=1
|
||||
armare|ARMA: Reforger (2022)|valve|port=2001,port_query=17777
|
||||
|
||||
armagetron|Armagetron Advanced (2001)|armagetron|port=4534
|
||||
baldursgate|Baldur's Gate (1998)|gamespy1|port=6073,port_query=1470
|
||||
|
|
Loading…
Reference in a new issue