Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gamedig/node-gamedig
Browse files Browse the repository at this point in the history
  • Loading branch information
xCausxn committed Aug 18, 2024
2 parents f13aeb8 + d88f6cf commit 40a90a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## To Be Released...
## 5.X.Y
* Added Vintage Story support via the master server (#606)
* Added support for rFactor 2 (By @xCausxn #614)

## 4.3.2
* Locked dependencies versions
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
| redorchestra | Red Orchestra | |
| redorchestra2 | Red Orchestra 2 | [Valve Protocol](#valve) |
| rfactor | rFactor | |
| rfactor2 | rFactor 2 | [Valve Protocol](#valve) |
| ricochet | Ricochet | [Valve Protocol](#valve) |
| risingworld | Rising World | [Valve Protocol](#valve) |
| ron | Rise of Nations | |
Expand Down
10 changes: 9 additions & 1 deletion lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 40a90a4

Please sign in to comment.