feat: add abiotic factor support (#563)

This commit is contained in:
Rob Stivanson 2024-05-07 02:07:17 -07:00 committed by GitHub
parent 0d4189a8ff
commit f52f9b2322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* Fix: BeamMP filter servers by address, not host (By @Rephot #558)
* Palworld - Replace old and broken protocol with the new one (#560)
* Nova-Life: Amboise - Added support.
* Abiotic Factor - Added Support.
## 5.0.0-beta.2
* Fixed support for projects using `require`.

View File

@ -4,6 +4,7 @@
| a2oa | ARMA 2: Operation Arrowhead | [Valve Protocol](#valve) |
| aaa | ARMA: Armed Assault | |
| aapg | America's Army: Proving Grounds | [Valve Protocol](#valve) |
| abioticfactor | Abiotic Factor | [Valve Protocol](#valve) |
| actionsource | Action: Source | [Valve Protocol](#valve) |
| acwa | ARMA: Cold War Assault | |
| ahl | Action Half-Life | [Valve Protocol](#valve) |

View File

@ -1,4 +1,12 @@
export const games = {
abioticfactor: {
name: 'Abiotic Factor',
release_year: 2024,
options: {
port: 27015,
protocol: 'valve'
}
},
actionsource: {
name: 'Action: Source',
release_year: 2019,