mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add Aliens vs. Predator support
This commit is contained in:
parent
e032eb3441
commit
4df721e3b6
4 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
|
|||
"asrd" => game!("Alien Swarm: Reactive Drop", 2304, Protocol::Valve(Engine::new(563_560))),
|
||||
"atlas" => game!("ATLAS", 57561, Protocol::Valve(Engine::new(834_910))),
|
||||
"avorion" => game!("Avorion", 27020, Protocol::Valve(Engine::new(445_220))),
|
||||
"avp" => game!("Aliens vs. Predator", 27015, Protocol::Valve(Engine::new(10_680))),
|
||||
"barotrauma" => game!("Barotrauma", 27016, Protocol::Valve(Engine::new(602_960))),
|
||||
"basedefense" => game!("Base Defense", 27015, Protocol::Valve(Engine::new(632_730)), GatheringSettings {
|
||||
players: GatherToggle::Enforce,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue