feat: add last oasis support

This commit is contained in:
CosminPerRam 2023-12-30 16:47:23 +02:00
parent 68c8423c84
commit aa12cc6192
3 changed files with 9 additions and 0 deletions

View File

@ -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).

View File

@ -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) | |

View File

@ -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: {