mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add Exfil support (#661)
* feat: add exfil support * feat: add default port for query
This commit is contained in:
parent
e69af70d10
commit
259a85f202
3 changed files with 11 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
## 5.X.Y
|
## 5.X.Y
|
||||||
* Fix: Use `cp` tag to get player count on Rust (By @xCausxn #663)
|
* Fix: Use `cp` tag to get player count on Rust (By @xCausxn #663)
|
||||||
* Feat: Farming Simulator 25 (2024) - Added support (#660)
|
* Feat: Farming Simulator 25 (2024) - Added support (#660)
|
||||||
|
* Feat: Exfil (2024) - Added support (#661)
|
||||||
|
|
||||||
## 5.1.4
|
## 5.1.4
|
||||||
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).
|
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,7 @@
|
||||||
| enshrouded | enshrouded | [Valve Protocol](#valve) |
|
| enshrouded | enshrouded | [Valve Protocol](#valve) |
|
||||||
| etqw | Enemy Territory: Quake Wars | |
|
| etqw | Enemy Territory: Quake Wars | |
|
||||||
| ets2 | Euro Truck Simulator 2 | [Valve Protocol](#valve) |
|
| ets2 | Euro Truck Simulator 2 | [Valve Protocol](#valve) |
|
||||||
|
| exfil | Exfil | [Valve Protocol](#valve) |
|
||||||
| f1c9902 | F1 Challenge '99-'02 | |
|
| f1c9902 | F1 Challenge '99-'02 | |
|
||||||
| factorio | Factorio | |
|
| factorio | Factorio | |
|
||||||
| farcry | Far Cry | |
|
| farcry | Far Cry | |
|
||||||
|
|
|
||||||
|
|
@ -1155,6 +1155,15 @@ export const games = {
|
||||||
protocol: 'valve'
|
protocol: 'valve'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
exfil: {
|
||||||
|
name: 'Exfil',
|
||||||
|
release_year: 2024,
|
||||||
|
options: {
|
||||||
|
port: 7777,
|
||||||
|
port_query: 27015,
|
||||||
|
protocol: 'valve'
|
||||||
|
}
|
||||||
|
},
|
||||||
fear: {
|
fear: {
|
||||||
name: 'F.E.A.R.',
|
name: 'F.E.A.R.',
|
||||||
release_year: 2005,
|
release_year: 2005,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue