feat: add Pirates, Knights and Vinkins 2 support

This commit is contained in:
CosminPerRam 2024-04-14 23:06:43 +03:00
parent 00840cb4a6
commit 29f1098daf
4 changed files with 14 additions and 2 deletions

View file

@ -98,6 +98,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
"onset" => game!("Onset", 7776, Protocol::Valve(Engine::new(1_105_810))),
"postscriptum" => game!("Post Scriptum", 10037, Protocol::Valve(Engine::new(736_220))),
"projectzomboid" => game!("Project Zomboid", 16261, Protocol::Valve(Engine::new(108_600))),
"pvak2" => game!("Pirates, Vikings, and Knights II", 27015, Protocol::Valve(Engine::new(17570))),
"quake1" => game!("Quake 1", 27500, Protocol::Quake(QuakeVersion::One)),
"quake2" => game!("Quake 2", 27910, Protocol::Quake(QuakeVersion::Two)),
"q3a" => game!("Quake 3 Arena", 27960, Protocol::Quake(QuakeVersion::Three)),