mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add abiotic factor support
This commit is contained in:
parent
b2da9bee3c
commit
49b95861f0
4 changed files with 4 additions and 0 deletions
|
|
@ -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))),
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue