mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Add The Isle support (#353)
This commit is contained in:
parent
e43b5e093a
commit
05b253770a
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* Sons Of The Forest (2023) - Added support
|
||||
* Red Dead Redemption 2 - RedM (2018) - Added support
|
||||
* Creativerse (2017) - Added support
|
||||
* The Isle (2015) - Added support
|
||||
|
||||
### 4.0.7
|
||||
* Updated some dependencies to solve vulnerabilities
|
||||
|
|
|
@ -133,6 +133,7 @@
|
|||
| `insurgency` | Insurgency (2014) | [Valve Protocol](#valve) |
|
||||
| `insurgencysandstorm` | Insurgency: Sandstorm (2018) | [Valve Protocol](#valve) |
|
||||
| `ironstorm` | Iron Storm (2002) | |
|
||||
| `isle` | The Isle (2015) | [Valve Protocol](#valve) |
|
||||
| `jamesbondnightfire` | James Bond 007: Nightfire (2002) | |
|
||||
| `jc2mp` | Just Cause 2 - Multiplayer (2010) | |
|
||||
| `jc3mp` | Just Cause 3 - Multiplayer (2017) | [Valve Protocol](#valve) |
|
||||
|
|
|
@ -149,6 +149,7 @@ il2|IL-2 Sturmovik (2001)|gamespy1|port_query=21000
|
|||
insurgency|Insurgency (2014)|valve|port=27015
|
||||
insurgencysandstorm|Insurgency: Sandstorm (2018)|valve|port=27015,port_query_offset=1
|
||||
ironstorm|Iron Storm (2002)|gamespy1|port_query=3505
|
||||
isle|The Isle (2015)|valve|port=7707,port_query_offset=1
|
||||
jamesbondnightfire|James Bond 007: Nightfire (2002)|gamespy1|port_query=6550
|
||||
jc2mp|Just Cause 2 - Multiplayer (2010)|jc2mp|port=7777
|
||||
jc3mp|Just Cause 3 - Multiplayer (2017)|valve|port=4200,port_query_offset=1
|
||||
|
|
Loading…
Reference in a new issue