mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-16 16:58:32 +01:00
Add the forest support (#367)
This commit is contained in:
parent
db43115975
commit
47c1c35736
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
* Eco (2018) - Added support (requested by @dgibbs64)
|
* Eco (2018) - Added support (requested by @dgibbs64)
|
||||||
* Core Keeper (2022) - Added support (by @dgibbs64)
|
* Core Keeper (2022) - Added support (by @dgibbs64)
|
||||||
* ARMA: Reforger (2022) - Added support (by @dgibbs64)
|
* ARMA: Reforger (2022) - Added support (by @dgibbs64)
|
||||||
|
* The Forest (2014) - Added support.
|
||||||
|
|
||||||
### 4.1.0
|
### 4.1.0
|
||||||
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
||||||
|
|
|
@ -262,6 +262,7 @@
|
||||||
| `ship` | The Ship | [Valve Protocol](#valve) |
|
| `ship` | The Ship | [Valve Protocol](#valve) |
|
||||||
| `graw` | Tom Clancy's Ghost Recon Advanced Warfighter (2006) | |
|
| `graw` | Tom Clancy's Ghost Recon Advanced Warfighter (2006) | |
|
||||||
| `graw2` | Tom Clancy's Ghost Recon Advanced Warfighter 2 (2007) | |
|
| `graw2` | Tom Clancy's Ghost Recon Advanced Warfighter 2 (2007) | |
|
||||||
|
| `theforest` | The Forest (2014) | [Valve Protocol](#valve) |
|
||||||
| `thps3` | Tony Hawk's Pro Skater 3 | |
|
| `thps3` | Tony Hawk's Pro Skater 3 | |
|
||||||
| `thps4` | Tony Hawk's Pro Skater 4 | |
|
| `thps4` | Tony Hawk's Pro Skater 4 | |
|
||||||
| `thu2` | Tony Hawk's Underground 2 | |
|
| `thu2` | Tony Hawk's Underground 2 | |
|
||||||
|
|
|
@ -283,6 +283,7 @@ teamspeak2|Teamspeak 2|teamspeak2|port=8767
|
||||||
teamspeak3|Teamspeak 3|teamspeak3|port=9987|doc_notes=teamspeak3
|
teamspeak3|Teamspeak 3|teamspeak3|port=9987|doc_notes=teamspeak3
|
||||||
terminus|Terminus|gamespy1|port_query=12286
|
terminus|Terminus|gamespy1|port_query=12286
|
||||||
terraria,tshock|Terraria - TShock (2011)|terraria|port=7777,port_query_offset=101|doc_notes=terraria
|
terraria,tshock|Terraria - TShock (2011)|terraria|port=7777,port_query_offset=101|doc_notes=terraria
|
||||||
|
theforest|The Forest (2014)|valve|port=27015,port_query_offset=1
|
||||||
thps3|Tony Hawk's Pro Skater 3|gamespy1|port_query=6500
|
thps3|Tony Hawk's Pro Skater 3|gamespy1|port_query=6500
|
||||||
thps4|Tony Hawk's Pro Skater 4|gamespy1|port_query=6500
|
thps4|Tony Hawk's Pro Skater 4|gamespy1|port_query=6500
|
||||||
thu2|Tony Hawk's Underground 2|gamespy1|port_query=5153
|
thu2|Tony Hawk's Underground 2|gamespy1|port_query=5153
|
||||||
|
|
Loading…
Reference in a new issue