mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: nova-life amboise support (#203)
This commit is contained in:
parent
50ccac3cc9
commit
e57efb392d
4 changed files with 4 additions and 0 deletions
|
|
@ -151,4 +151,5 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
|
|||
"moe" => game!("Myth Of Empires", 12888, Protocol::Valve(Engine::new(1_371_580))),
|
||||
"mordhau" => game!("Mordhau", 27015, Protocol::Valve(Engine::new(629_760))),
|
||||
"mindustry" => game!("Mindustry", crate::games::mindustry::DEFAULT_PORT, Protocol::PROPRIETARY(ProprietaryProtocol::Mindustry)),
|
||||
"nla" => game!("Nova-Life: Amboise", 27015, Protocol::Valve(Engine::new(885_570))),
|
||||
};
|
||||
|
|
|
|||
|
|
@ -183,4 +183,5 @@ game_query_mod!(
|
|||
Engine::new(17_570),
|
||||
27015
|
||||
);
|
||||
game_query_mod!(nla, "Nova-Life: Amboise", Engine::new(885_570), 27015);
|
||||
game_query_mod!(pixark, "PixARK", Engine::new(593_600), 27015);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue