mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: add vintage story support (#606)
* feat: add vintage story support * remove debug console.log
This commit is contained in:
parent
72893df2b3
commit
dcd12d0360
6 changed files with 60 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue