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

@ -1,7 +1,7 @@
## To Be Released...
## 5.0.0-beta.3
* *Soon to come!*
* Euro Truck Simulator 2 (2012) - Added support (By @podrivo #523)
## 5.0.0-beta.2
* Fixed support for projects using `require`.

View File

@ -117,6 +117,7 @@
| empiresmod | Empires Mod | [Valve Protocol](#valve) |
| enshrouded | Enshrouded | [Valve Protocol](#valve) |
| etqw | Enemy Territory: Quake Wars | |
| ets2 | Euro Truck Simulator 2 | [Valve Protocol](#valve) |
| f1c9902 | F1 Challenge '99-'02 | |
| farcry | Far Cry | |
| farcry2 | Far Cry 2 | |

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,