mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: add Farming Simulator 25 support (#660)
This commit is contained in:
parent
0ad23aa1a4
commit
e69af70d10
3 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
## To Be Released...
|
||||
## 5.X.Y
|
||||
* Fix: Use `cp` tag to get player count on Rust (By @xCausxn #663)
|
||||
* Feat: Farming Simulator 25 (2024) - Added support (#660)
|
||||
|
||||
## 5.1.4
|
||||
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
| farcry2 | Far Cry 2 | |
|
||||
| farmingsimulator19 | Farming Simulator 19 | |
|
||||
| farmingsimulator22 | Farming Simulator 22 | |
|
||||
| farmingsimulator25 | Farming Simulator 25 | |
|
||||
| fear | F.E.A.R. | |
|
||||
| ffow | Frontlines: Fuel of War | |
|
||||
| fof | Fistful of Frags | [Valve Protocol](#valve) |
|
||||
|
|
|
|||
|
|
@ -1223,6 +1223,14 @@ export const games = {
|
|||
protocol: 'farmingsimulator'
|
||||
}
|
||||
},
|
||||
farmingsimulator25: {
|
||||
name: 'Farming Simulator 25',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 8080,
|
||||
protocol: 'farmingsimulator'
|
||||
}
|
||||
},
|
||||
fof: {
|
||||
name: 'Fistful of Frags',
|
||||
release_year: 2014,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue