Skip to content

Commit

Permalink
feat: Add support for Icarus (#626)
Browse files Browse the repository at this point in the history
* Add support for Icarus via valve protocol

* Add changelog entry
  • Loading branch information
xCausxn authored Sep 2, 2024
1 parent e74ae93 commit fe8628f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
8 changes: 8 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe8628f

Please sign in to comment.