feat: Add support for rFactor 2, Fix Release years (#614)

* Add support for rFactor 2, Fix Release years

* docs: update changelog for rFactor 2 support (#614)
This commit is contained in:
James Causon 2024-08-18 09:12:27 +01:00 committed by GitHub
parent dcd12d0360
commit d88f6cfca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -2413,13 +2413,21 @@ export const games = {
},
rfactor: {
name: 'rFactor',
release_year: 2018,
release_year: 2005,
options: {
port: 34397,
port_query_offset: -100,
protocol: 'rfactor'
}
},
rfactor2: {
name: 'rFactor 2',
release_year: 2013,
options: {
port_query: 64299,
protocol: 'valve'
}
},
ricochet: {
name: 'Ricochet',
release_year: 2005,