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:
CosminPerRam 2024-09-25 18:56:15 +03:00 committed by GitHub
parent 675c5ee4bc
commit c77ca299b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 5 deletions

View file

@ -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: {