feat: add abiotic factor support

This commit is contained in:
CosminPerRam 2024-05-11 21:49:17 +03:00
parent b2da9bee3c
commit 49b95861f0
4 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Games:
- [Aliens vs. Predator 2010](https://store.steampowered.com/app/10680/Aliens_vs_Predator/) support.
- [Arma Reforger](https://store.steampowered.com/app/1874880/Arma_Reforger/) support.
- [Nova-Life: Amboise](https://store.steampowered.com/app/885570/NovaLife_Amboise/) support.
- [Abiotic Factor](https://store.steampowered.com/app/427410/Abiotic_Factor/) support.
Protocols:

View file

@ -47,6 +47,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
rules: GatherToggle::Skip,
check_app_id: true,
}.into_extra()),
"abioticfactor" => game!("Abiotic Factor", 27015, Protocol::Valve(Engine::new(427_410))),
"alienswarm" => game!("Alien Swarm", 27015, Protocol::Valve(Engine::new(630))),
"aoc" => game!("Age of Chivalry", 27015, Protocol::Valve(Engine::new(17510))),
"a2oa" => game!("ARMA 2: Operation Arrowhead", 2304, Protocol::Valve(Engine::new(33930))),

View file

@ -2,6 +2,7 @@
use crate::protocols::valve::game_query_mod;
game_query_mod!(abioticfactor, "Abiotic Factor", Engine::new(427_410), 27015);
game_query_mod!(
a2oa,
"ARMA 2: Operation Arrowhead",