feat: add vintage story support (#606)

* feat: add vintage story support

* remove debug console.log
This commit is contained in:
CosminPerRam 2024-08-13 11:56:28 +03:00 committed by GitHub
parent 72893df2b3
commit dcd12d0360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 60 additions and 6 deletions

View file

@ -3214,6 +3214,14 @@ export const games = {
old_id: 'vs'
}
},
vintagestory: {
name: 'Vintage Story',
release_year: 2016,
options: {
port: 42420,
protocol: 'vintagestory'
}
},
warsow: {
name: 'Warsow',
release_year: 2012,