mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: update games list (#474)
* add game notes * adjusting table spacing * add missing extra notes
This commit is contained in:
parent
58c9c2cdad
commit
2ffff5e7d6
2 changed files with 333 additions and 327 deletions
|
|
@ -1,6 +1,6 @@
|
|||
### Supported
|
||||
| GameDig Type ID | Name | See Also |
|
||||
|----------------------|--------------------------------------------------|---------------------------------------------|
|
||||
|----------------------|--------------------------------------------------|-------------------------------------------------|
|
||||
| a2oa | ARMA 2: Operation Arrowhead | [Valve Protocol](#valve) |
|
||||
| aaa | ARMA: Armed Assault | |
|
||||
| aapg | America's Army: Proving Grounds | [Valve Protocol](#valve) |
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
| codwaw | Call of Duty: World at War | |
|
||||
| coj | Call of Juarez | |
|
||||
| colonysurvival | Colony Survival | [Valve Protocol](#valve) |
|
||||
| conanexiles | Conan Exiles | [Valve Protocol](#valve) |
|
||||
| conanexiles | Conan Exiles | [Notes](#conanexiles), [Valve Protocol](#valve) |
|
||||
| contagion | Contagion | [Valve Protocol](#valve) |
|
||||
| contractjack | Contract J.A.C.K. | |
|
||||
| corekeeper | Core Keeper | [Valve Protocol](#valve) |
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
| daikatana | Daikatana | |
|
||||
| dal | Dark and Light | [Valve Protocol](#valve) |
|
||||
| dayofdragons | Day of Dragons | [Valve Protocol](#valve) |
|
||||
| dayz | DayZ | [Valve Protocol](#valve) |
|
||||
| dayz | DayZ | [Notes](#dayz), [Valve Protocol](#valve) |
|
||||
| dayzmod | DayZ Mod | [Valve Protocol](#valve) |
|
||||
| ddd | Dino D-Day | [Valve Protocol](#valve) |
|
||||
| ddpt | Deadly Dozen: Pacific Theater | |
|
||||
|
|
@ -439,7 +439,7 @@ additional option: `token`
|
|||
### Valheim
|
||||
Valheim servers will only respond to queries if they are started in public mode (`-public 1`).
|
||||
|
||||
### DayZ
|
||||
### <a name="dayz"></a>DayZ
|
||||
DayZ stores some of it's servers information inside the `tags` attribute. Make sure to set `requestRules: true` to access it. Some data inside `dayzMods` attribute may be fuzzy, due to how mods are loaded into the servers. Players can be fetched, but will not show ingame names. Alternatively, some servers may have a [third party tool](https://dayzsalauncher.com/#/tools) that you can use to get the mods information. If it's installed, you can access it via browser with the game servers IP:PORT, but add up 10 to the port. (eg. if game port is 2302 then use 2312).
|
||||
|
||||
### <a name="valve"></a>Valve Protocol
|
||||
|
|
@ -449,5 +449,5 @@ option: `requestRules: true`. Beware that this may increase query time.
|
|||
### <a name="thefront"></a>The Front
|
||||
Responses with wrong `name` (gives out a steamid instead of the server name) and `maxplayers` (always 200, whatever the config would be) field values.
|
||||
|
||||
### Conan Exiles
|
||||
### <a name="conanexiles">Conan Exiles
|
||||
Conan Exiles never responds to player query.
|
||||
|
|
|
|||
|
|
@ -565,6 +565,9 @@ export const games = {
|
|||
port: 7777,
|
||||
port_query: 27015,
|
||||
protocol: 'valve'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'conanexiles'
|
||||
}
|
||||
},
|
||||
contagion: {
|
||||
|
|
@ -751,6 +754,9 @@ export const games = {
|
|||
port: 2302,
|
||||
port_query_offset: 24714,
|
||||
protocol: 'dayz'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'dayz'
|
||||
}
|
||||
},
|
||||
dayzmod: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue