feat: Add support for Icarus (#626)

* Add support for Icarus via valve protocol

* Add changelog entry
This commit is contained in:
James Causon 2024-09-02 21:57:49 +01:00 committed by GitHub
parent e74ae933b3
commit fe8628fcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -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)

View file

@ -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) |

View file

@ -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,