mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add Euro Truck Simulator 2 support (#523)
* feat: add Euro Truck Simulator 2 support * Update CHANGELOG.md
This commit is contained in:
parent
5fea103cd3
commit
e4d59a9f89
3 changed files with 11 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue