feat: add Euro Truck Simulator 2 support (#523)

* feat: add Euro Truck Simulator 2 support

* Update CHANGELOG.md
This commit is contained in:
Pedro Ivo Hudson 2024-01-31 11:01:17 -03:00 committed by GitHub
parent 5fea103cd3
commit e4d59a9f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -1125,6 +1125,15 @@ export const games = {
protocol: 'doom3'
}
},
ets2: {
name: 'Euro Truck Simulator 2',
release_year: 2012,
options: {
port: 27015,
port_query_offset: 1,
protocol: 'valve'
}
},
fear: {
name: 'F.E.A.R.',
release_year: 2005,