feat: add Toxikk support (#641)

* Add support for Toxikk, using Valve protocol plus UnrealEngine3 rules parsing

* docs: update CHANGELOG for Toxikk

* docs: update GAMES_LIST for Toxikk
This commit is contained in:
RattleSN4K3 2024-09-28 01:39:14 +02:00 committed by GitHub
parent c77ca299b0
commit 39d7f06bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 135 additions and 1 deletions

View file

@ -3063,6 +3063,15 @@ export const games = {
protocol: 'valve'
}
},
toxikk: {
name: 'TOXIKK',
release_year: 2016,
options: {
port: 7777,
port_query: 27015,
protocol: 'toxikk'
}
},
turok2: {
name: 'Turok 2',
release_year: 1998,