mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add abiotic factor support (#563)
This commit is contained in:
parent
0d4189a8ff
commit
f52f9b2322
3 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
* Fix: BeamMP filter servers by address, not host (By @Rephot #558)
|
* Fix: BeamMP filter servers by address, not host (By @Rephot #558)
|
||||||
* Palworld - Replace old and broken protocol with the new one (#560)
|
* Palworld - Replace old and broken protocol with the new one (#560)
|
||||||
* Nova-Life: Amboise - Added support.
|
* Nova-Life: Amboise - Added support.
|
||||||
|
* Abiotic Factor - Added Support.
|
||||||
|
|
||||||
## 5.0.0-beta.2
|
## 5.0.0-beta.2
|
||||||
* Fixed support for projects using `require`.
|
* Fixed support for projects using `require`.
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
| 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) |
|
||||||
|
| abioticfactor | Abiotic Factor | [Valve Protocol](#valve) |
|
||||||
| actionsource | Action: Source | [Valve Protocol](#valve) |
|
| actionsource | Action: Source | [Valve Protocol](#valve) |
|
||||||
| acwa | ARMA: Cold War Assault | |
|
| acwa | ARMA: Cold War Assault | |
|
||||||
| ahl | Action Half-Life | [Valve Protocol](#valve) |
|
| ahl | Action Half-Life | [Valve Protocol](#valve) |
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,12 @@
|
||||||
export const games = {
|
export const games = {
|
||||||
|
abioticfactor: {
|
||||||
|
name: 'Abiotic Factor',
|
||||||
|
release_year: 2024,
|
||||||
|
options: {
|
||||||
|
port: 27015,
|
||||||
|
protocol: 'valve'
|
||||||
|
}
|
||||||
|
},
|
||||||
actionsource: {
|
actionsource: {
|
||||||
name: 'Action: Source',
|
name: 'Action: Source',
|
||||||
release_year: 2019,
|
release_year: 2019,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue