mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: update Soldat protocol (#642)
* feat: add Soldat support * feat: update protocol in games.js and CHANGELOG * feat: add gamemode in the raw object * remove debug console log * misspell * docs: add server config requirements * fix games list formatting issue * fix: players list
This commit is contained in:
parent
675c5ee4bc
commit
c77ca299b0
5 changed files with 58 additions and 5 deletions
|
|
@ -2648,9 +2648,12 @@ export const games = {
|
|||
name: 'Soldat',
|
||||
release_year: 2002,
|
||||
options: {
|
||||
port: 13073,
|
||||
port_query_offset: 123,
|
||||
protocol: 'ase'
|
||||
port: 23073,
|
||||
port_query_offset: 10,
|
||||
protocol: 'soldat'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'soldat'
|
||||
}
|
||||
},
|
||||
sof: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue