Skip to content

Commit

Permalink
feat: add Exfil support (#661)
Browse files Browse the repository at this point in the history
* feat: add exfil support

* feat: add default port for query
  • Loading branch information
CosminPerRam authored Jan 20, 2025
1 parent e69af70 commit 259a85f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 5.X.Y
* Fix: Use `cp` tag to get player count on Rust (By @xCausxn #663)
* Feat: Farming Simulator 25 (2024) - Added support (#660)
* Feat: Exfil (2024) - Added support (#661)

## 5.1.4
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
| enshrouded | enshrouded | [Valve Protocol](#valve) |
| etqw | Enemy Territory: Quake Wars | |
| ets2 | Euro Truck Simulator 2 | [Valve Protocol](#valve) |
| exfil | Exfil | [Valve Protocol](#valve) |
| f1c9902 | F1 Challenge '99-'02 | |
| factorio | Factorio | |
| farcry | Far Cry | |
Expand Down
9 changes: 9 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,15 @@ export const games = {
protocol: 'valve'
}
},
exfil: {
name: 'Exfil',
release_year: 2024,
options: {
port: 7777,
port_query: 27015,
protocol: 'valve'
}
},
fear: {
name: 'F.E.A.R.',
release_year: 2005,
Expand Down

0 comments on commit 259a85f

Please sign in to comment.