mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat(games): add zombie panic: source support
This commit is contained in:
parent
b248a7661e
commit
a3bc8b79e5
4 changed files with 4 additions and 0 deletions
|
|
@ -131,4 +131,5 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
|
|||
"redorchestra" => game!("Red Orchestra", 7759, Protocol::Unreal2),
|
||||
"unrealtournament2003" => game!("Unreal Tournament 2003", 7758, Protocol::Unreal2),
|
||||
"unrealtournament2004" => game!("Unreal Tournament 2004", 7778, Protocol::Unreal2),
|
||||
"zps" => game!("Zombie Panic: Source", 27015, Protocol::Valve(Engine::new(17_500))),
|
||||
};
|
||||
|
|
|
|||
|
|
@ -148,3 +148,4 @@ game_query_mod!(
|
|||
}
|
||||
);
|
||||
game_query_mod!(vrising, "V Rising", Engine::new(1_604_030), 27016);
|
||||
game_query_mod!(zps, "Zombie Panic: Source", Engine::new(17_500), 27015);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue