mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
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:
parent
dcd12d0360
commit
d88f6cfca3
3 changed files with 11 additions and 1 deletions
10
lib/games.js
10
lib/games.js
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue