mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add Factorio support (#527)
* Update eco protocol to include player names and fixed problems when using eco webinterface behind a proxy * changelog + readability * Typo * Typo * Added Factorio * wrong comment * CHANGELOG
This commit is contained in:
parent
3416e8c21a
commit
2338b82307
5 changed files with 37 additions and 1 deletions
|
|
@ -1161,6 +1161,14 @@ export const games = {
|
|||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
factorio: {
|
||||
name: 'Factorio',
|
||||
release_year: 2016,
|
||||
options: {
|
||||
port_query: 34197,
|
||||
protocol: 'factorio'
|
||||
}
|
||||
},
|
||||
farcry: {
|
||||
name: 'Far Cry',
|
||||
release_year: 2004,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue