diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a95957..8af4b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 7e87dc2..1a85fb2 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -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) | diff --git a/lib/games.js b/lib/games.js index 0155fd0..4b550f5 100644 --- a/lib/games.js +++ b/lib/games.js @@ -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,