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

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