Added Farming Simulator 2019 support

This commit is contained in:
Vito0912 2024-02-01 20:30:42 +01:00
parent a87e47842a
commit e90e4e37c7
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237
3 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Eco - Fixed querying servers using reverse queries and player names (By @Vito0912 #526)
* Factorio (2016) - Added support (By @Vito0912 #527)
* Farming Simulator 22 (2021) - Added support (By @Vito0912 #531)
* Farming Simulator 19 (2018) - Added support (By @Vito0912 #531)
## 5.0.0-beta.2
* Fixed support for projects using `require`.

View File

@ -122,6 +122,7 @@
| factorio | Factorio | |
| farcry | Far Cry | |
| farcry2 | Far Cry 2 | |
| farmingsimulator2019 | Farming Simulator 2019 | [Notes](#farmingsimulator) |
| farmingsimulator2022 | Farming Simulator 2022 | [Notes](#farmingsimulator) |
| fear | F.E.A.R. | |
| ffow | Frontlines: Fuel of War | |

View File

@ -1186,6 +1186,14 @@ export const games = {
protocol: 'ase'
}
},
farmingsimulator2019: {
name: 'Farming Simulator 2019',
release_year: 2021,
options: {
port: 8080,
protocol: 'farmingsimulator'
}
},
farmingsimulator2022: {
name: 'Farming Simulator 2022',
release_year: 2021,