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) * 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`.

View file

@ -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) |

View file

@ -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,