docs: add Arma Reforger query setup note (#670)

* docs: add Arma Reforger query setup note

* docs: add changelog line

* docs: credit @xCausxn for finding this in the changelog
This commit is contained in:
CosminPerRam 2025-01-21 23:34:43 +02:00 committed by GitHub
parent 4e28f45553
commit c68db8f98b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 360 additions and 356 deletions

View file

@ -1,6 +1,7 @@
## To Be Released... ## To Be Released...
## 5.X.Y ## 5.X.Y
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)
## 5.2.0 ## 5.2.0
* Fix: Palworld not respecting query output players schema (#666) * Fix: Palworld not respecting query output players schema (#666)

View file

@ -2,7 +2,7 @@
<!--- BEGIN GENERATED GAMES --> <!--- BEGIN GENERATED GAMES -->
| GameDig Type ID | Name | See Also | | GameDig Type ID | Name | See Also |
|----------------------|--------------------------------------------------|-------------------------------------------------| |----------------------|--------------------------------------------------|--------------------------------------------------|
| a2oa | ARMA 2: Operation Arrowhead | [Valve Protocol](#valve) | | a2oa | ARMA 2: Operation Arrowhead | [Valve Protocol](#valve) |
| aaa | ARMA: Armed Assault | | | aaa | ARMA: Armed Assault | |
| aapg | America's Army: Proving Grounds | [Valve Protocol](#valve) | | aapg | America's Army: Proving Grounds | [Valve Protocol](#valve) |
@ -21,7 +21,7 @@
| arma2 | ARMA 2 | [Valve Protocol](#valve) | | arma2 | ARMA 2 | [Valve Protocol](#valve) |
| arma3 | ARMA 3 | [Valve Protocol](#valve) | | arma3 | ARMA 3 | [Valve Protocol](#valve) |
| armagetronadvanced | Armagetron Advanced | | | armagetronadvanced | Armagetron Advanced | |
| armareforger | ARMA: Reforger | [Valve Protocol](#valve) | | armareforger | ARMA: Reforger | [Notes](#armareforger), [Valve Protocol](#valve) |
| armaresistance | ARMA: Resistance | | | armaresistance | ARMA: Resistance | |
| asa | Ark: Survival Ascended | [EOS Protocol](#epic) | | asa | Ark: Survival Ascended | [EOS Protocol](#epic) |
| ase | Ark: Survival Evolved | [Valve Protocol](#valve) | | ase | Ark: Survival Evolved | [Valve Protocol](#valve) |
@ -508,6 +508,8 @@ When querying a server on [BROKE PROTOCOL](https://brokeprotocol.com/), you have
You can acquire a _ServerId_ from the master query protocol `protocol-brokeprotocolmaster` (see `raw.servers[].raw.id`). You can acquire a _ServerId_ from the master query protocol `protocol-brokeprotocolmaster` (see `raw.servers[].raw.id`).
### <a name='armareforger'></a>ARMA: Reforger
For queries to work, A2S needs to be setup in the server config, more info [here](https://community.bistudio.com/wiki/Arma_Reforger:Server_Config#a2s_2).
Protocols with Additional Notes Protocols with Additional Notes
--- ---

View file

@ -248,7 +248,8 @@ export const games = {
protocol: 'valve' protocol: 'valve'
}, },
extra: { extra: {
old_id: 'armare' old_id: 'armare',
doc_notes: 'armareforger'
} }
}, },
armagetronadvanced: { armagetronadvanced: {