mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
feat: Add support for Sons Of The Forest (#345)
This commit is contained in:
parent
5db85aae15
commit
09438a0570
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
|
||||
### To Be Released...
|
||||
* Sons Of The Forest - Added support
|
||||
|
||||
### 4.0.7
|
||||
* Updated some dependencies to solve vulnerabilities
|
||||
* Fixed an issue regarding GameSpy 1 not correctly checking and parsing for numbers.
|
||||
|
|
|
@ -222,6 +222,7 @@
|
|||
| `soldat` | Soldat | |
|
||||
| `sof` | Soldier of Fortune | |
|
||||
| `sof2` | Soldier of Fortune 2 | |
|
||||
| `sonsoftheforest` | Sons Of The Forest | [Valve Protocol](#valve) |
|
||||
| `spaceengineers` | Space Engineers | [Valve Protocol](#valve) |
|
||||
| `squad` | Squad | [Valve Protocol](#valve) |
|
||||
| `stbc` | Star Trek: Bridge Commander | |
|
||||
|
|
|
@ -246,6 +246,7 @@ sinep|SiN Episodes|valve|port=27015
|
|||
soldat|Soldat|ase|port=13073,port_query_offset=123
|
||||
sof|Soldier of Fortune|quake1|port_query=28910
|
||||
sof2|Soldier of Fortune 2|quake3|port_query=20100
|
||||
sonsoftheforest|Sons Of The Forest|valve|port=8766,port_query=27016
|
||||
stalker|S.T.A.L.K.E.R.|gamespy3|port=5445,port_query_offset=2
|
||||
stn|Survive the Nights (2017)|valve|port=7950,port_query_offset=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue