mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add Farming Simulator 22/19 (#531)
* Added token paramter * Added Farming Simulator 2022 * Fixed order * Undo debug line * Update Farming Simulator 22 support (By @Vito0912 #531) * Added Farming Simulator 2019 support * Revert change * Update release year for Farming Simulator 2019 * Update mods array to raw.mods in farmingsimulator.js * Update Farming Simulator naming in GAMES_LIST.md * Missed some names * Add server version to state.raw and eslint
This commit is contained in:
parent
321f35999e
commit
3a17184862
6 changed files with 83 additions and 4 deletions
16
lib/games.js
16
lib/games.js
|
|
@ -1186,6 +1186,22 @@ export const games = {
|
|||
protocol: 'ase'
|
||||
}
|
||||
},
|
||||
farmingsimulator19: {
|
||||
name: 'Farming Simulator 19',
|
||||
release_year: 2018,
|
||||
options: {
|
||||
port: 8080,
|
||||
protocol: 'farmingsimulator'
|
||||
}
|
||||
},
|
||||
farmingsimulator22: {
|
||||
name: 'Farming Simulator 22',
|
||||
release_year: 2021,
|
||||
options: {
|
||||
port: 8080,
|
||||
protocol: 'farmingsimulator'
|
||||
}
|
||||
},
|
||||
fof: {
|
||||
name: 'Fistful of Frags',
|
||||
release_year: 2014,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue