mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Add operation harsh doorstop support (#368)
This commit is contained in:
parent
f6fada5274
commit
a045af12f6
3 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
* Core Keeper (2022) - Added support (by @dgibbs64).
|
||||
* ARMA: Reforger (2022) - Added support (by @dgibbs64).
|
||||
* The Forest (2014) - Added support.
|
||||
* Operation: Harsh Doorstop (2023) - Added support.
|
||||
|
||||
### 4.1.0
|
||||
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
| `nmrih` | No More Room in Hell (2011) | [Valve Protocol](#valve) |
|
||||
| `nolf2` | No One Lives Forever 2: A Spy in H.A.R.M.'s Way (2002) | |
|
||||
| `nucleardawn` | Nuclear Dawn (2011) | [Valve Protocol](#valve) |
|
||||
| `ohd` | Operation: Harsh Doorstop (2023) | [Valve Protocol](#valve) |
|
||||
| `onset` | Onset (2019) | [Valve Protocol](#valve) |
|
||||
| `openarena` | OpenArena (2005) | |
|
||||
| `openttd` | OpenTTD (2004) | |
|
||||
|
|
|
@ -199,6 +199,7 @@ nitrofamily|Nitro Family (2004)|gamespy1|port_query=25601
|
|||
nolf|The Operative: No One Lives Forever (2000)|gamespy1|port_query=27888
|
||||
nolf2|No One Lives Forever 2: A Spy in H.A.R.M.'s Way (2002)|gamespy1|port_query=27890
|
||||
nucleardawn|Nuclear Dawn (2011)|valve|port=27015
|
||||
ohd|Operation: Harsh Doorstop (2023)|valve|port=7777,port_query=27005
|
||||
onset|Onset (2019)|valve|port=7777,port_query_offset=-1
|
||||
openarena|OpenArena (2005)|quake3|port_query=27960
|
||||
openttd|OpenTTD (2004)|openttd|port=3979
|
||||
|
|
Loading…
Reference in a new issue