From aa12cc619223b8fcc9522fe6593b2129a5b09a03 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 30 Dec 2023 16:47:23 +0200 Subject: [PATCH] feat: add last oasis support --- CHANGELOG.md | 1 + GAMES_LIST.md | 1 + lib/games.js | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867e875..567034c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ see next point) and `tshock` (which is `terraria`). * Removed the players::setNum method, the library will no longer add empty players as a placeholder in the `players` fields. * Stabilized field `numplayers`. +* Last Oasis (2020) - Added support. ### 4.3.1 * Fixed support for the Minecraft [Better Compatibility Checker](https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker) Mod (By @Douile, #436). diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 52161f6..133b60e 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -161,6 +161,7 @@ | `kingpin` | Kingpin: Life of Crime (1999) | | | `kisspc` | Kiss: Psycho Circus: The Nightmare Child (2000) | | | `kzmod` | Kreedz Climbing (2017) | [Valve Protocol](#valve) | +| `lastoasis` | Last Oasis (2020) | [Valve Protocol](#valve) | | `left4dead` | Left 4 Dead (2008) | [Valve Protocol](#valve) | | `left4dead2` | Left 4 Dead 2 (2009) | [Valve Protocol](#valve) | | `m2mp` | Mafia II - Multiplayer (2010) | | diff --git a/lib/games.js b/lib/games.js index 0ce8206..4848828 100644 --- a/lib/games.js +++ b/lib/games.js @@ -1214,6 +1214,13 @@ export const games = { protocol: 'valve' } }, + lastoasis: { + name: 'Last Oasis (2020)', + options: { + port: 27015, + protocol: 'valve' + } + }, left4dead: { name: 'Left 4 Dead (2008)', options: {