mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Added support for Insurgency: Sandstorm (2.0.3) Fixes #98
This commit is contained in:
parent
2382beb027
commit
5f0c9c61ee
3 changed files with 6 additions and 1 deletions
|
@ -174,6 +174,7 @@ Games List
|
|||
* IGI-2: Covert Strike (igi2)
|
||||
* IL-2 Sturmovik (il2)
|
||||
* Insurgency (insurgency)
|
||||
* Insurgency: Sandstorm (insurgencysandstorm)
|
||||
* Iron Storm (ironstorm)
|
||||
* James Bond: Nightfire (jamesbondnightfire)
|
||||
* Just Cause 2 Multiplayer (jc2mp)
|
||||
|
@ -417,6 +418,9 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc.
|
|||
Changelog
|
||||
---
|
||||
|
||||
### 2.0.3
|
||||
* Added support for Insurgency: Sandstorm
|
||||
|
||||
### 2.0.2
|
||||
* Added support for Starsiege 2009 (starsiege)
|
||||
|
||||
|
|
|
@ -145,6 +145,7 @@ hurtworld|Hurtworld|valve|port=12871,port_query=12881
|
|||
igi2|IGI-2: Covert Strike|gamespy1|port_query=26001
|
||||
il2|IL-2 Sturmovik|gamespy1|port_query=21000
|
||||
insurgency|Insurgency|valve|port=27015
|
||||
insurgencysandstorm|Insurgency: Sandstorm|valve|port=27015,port_query_offset=1
|
||||
ironstorm|Iron Storm|gamespy1|port_query=3505
|
||||
jamesbondnightfire|James Bond: Nightfire|gamespy1|port_query=6550
|
||||
jc2mp|Just Cause 2 Multiplayer|jc2mp|port=7777
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
||||
|
|
Loading…
Reference in a new issue