Skip to content

Commit

Permalink
feat: nova-life amboise support
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed May 5, 2024
1 parent 50ccac3 commit b659389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions GAMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ requirements/information.
| Ark: Survival Ascended | ASA | Epic | Available on the 'tls' feature |
| Aliens vs. Predator 2010 | AVP | Valve | |
| Arma Reforger | ARMAREFORGER | Valve | |
| Nova-Life: Amboise | NLA | Valve | |

## Planned to add support:

Expand Down
1 change: 1 addition & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Games:
the games definitions.
- [Aliens vs. Predator 2010](https://store.steampowered.com/app/10680/Aliens_vs_Predator/) support.
- [Arma Reforger](https://store.steampowered.com/app/1874880/Arma_Reforger/) support.
- [Nova-Life: Amboise](https://store.steampowered.com/app/885570/NovaLife_Amboise/) support.

Protocols:

Expand Down
1 change: 1 addition & 0 deletions crates/lib/src/games/definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
};
1 change: 1 addition & 0 deletions crates/lib/src/games/valve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit b659389

Please sign in to comment.