mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: Add support for Icarus (#626)
* Add support for Icarus via valve protocol * Add changelog entry
This commit is contained in:
parent
e74ae933b3
commit
fe8628fcee
3 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
* Fix: `Soldier ff Fortune` using the wrong protocol (#623)
|
||||
* Feat: For the Quake2 protocol `version`'s field, also look for `version` in the raw object
|
||||
* Feat: Add option `requestPlayers`, defaults to `true`.
|
||||
* Added support for Icarus using valve protocol (By @xCausxn #626)
|
||||
|
||||
## 5.1.2
|
||||
* Added Vintage Story support via the master server (#606)
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@
|
|||
| hurtworld | Hurtworld | [Valve Protocol](#valve) |
|
||||
| i2cs | IGI 2: Covert Strike | |
|
||||
| i2s | IL-2 Sturmovik | |
|
||||
| icarus | Icarus | [Valve Protocol](#valve) |
|
||||
| imic | Insurgency: Modern Infantry Combat | [Valve Protocol](#valve) |
|
||||
| insurgency | Insurgency | [Valve Protocol](#valve) |
|
||||
| insurgencysandstorm | Insurgency: Sandstorm | [Valve Protocol](#valve) |
|
||||
|
|
|
|||
|
|
@ -1553,6 +1553,14 @@ export const games = {
|
|||
old_id: 'il2'
|
||||
}
|
||||
},
|
||||
icarus: {
|
||||
name: 'Icarus',
|
||||
release_year: 2021,
|
||||
options: {
|
||||
port: 27015,
|
||||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
insurgency: {
|
||||
name: 'Insurgency',
|
||||
release_year: 2014,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue