feat: add arma reforger support (#202)

This commit is contained in:
CosminPerRam 2024-04-28 23:47:17 +03:00 committed by GitHub
parent ddd95be413
commit 829ab5b7f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 0 deletions

View file

@ -37,6 +37,17 @@ game_query_mod!(
Engine::new(296_300),
27016
);
game_query_mod!(
armareforger,
"Arma Reforger",
Engine::new(0),
17777,
GatheringSettings {
players: GatherToggle::Enforce,
rules: GatherToggle::Enforce,
check_app_id: false,
}
);
game_query_mod!(
avp2010,
"Aliens vs. Predator 2010",