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:
Vito0912 2024-01-31 22:38:17 +01:00 committed by GitHub
parent 3416e8c21a
commit 2338b82307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 1 deletions

View file

@ -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,