feat: add new port to V Rising (#483)

* chore: add new port to V Rising

* update CHANGELOG

* update changelog
This commit is contained in:
Pedro Ivo Hudson 2024-01-18 18:24:08 -03:00 committed by GitHub
parent 1ef09d470b
commit d4babb078b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
placeholders in the `players` fields.
* Valve: dont skip players with no name and keep state.raw.players.
* Stabilized field `numplayers`.
* V Rising (2022) - Updated `options.port_query_offset` to `[1, 15]` (#438).
* BeamMP (2021) - Added support.
* Call of Duty: Black Ops 3 (2015) - Added support.

View File

@ -2670,7 +2670,7 @@ export const games = {
name: 'V Rising',
options: {
port: 27015,
port_query_offset: 1,
port_query_offset: [1, 15],
protocol: 'valve'
},
release_year: 2022