feat: add support for Enshrouded (#512)

* Add support to Enshrouded

* Update CHANGELOG.md
This commit is contained in:
Guilherme Werner 2024-01-24 17:51:48 -03:00 committed by GitHub
parent 46db10fcc7
commit dbf83ab083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View file

@ -1098,6 +1098,15 @@ export const games = {
old_id: 'empyrion'
}
},
enshrouded: {
name: 'enshrouded',
release_year: 2024,
options: {
port: 15636,
port_query: 15637,
protocol: 'valve'
}
},
etqw: {
name: 'Enemy Territory: Quake Wars',
release_year: 2007,