From 0d4189a8ffab5753e513f21975c35b290238a3e3 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 3 May 2024 00:08:39 +0300 Subject: [PATCH] feat: add nova-life: amboise support (#562) --- CHANGELOG.md | 1 + GAMES_LIST.md | 3 ++- lib/games.js | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6832787..abf3ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Fix: BeamMP maxplayers that was displaying player count (By @dgibbs64 #551) * Fix: BeamMP filter servers by address, not host (By @Rephot #558) * Palworld - Replace old and broken protocol with the new one (#560) +* Nova-Life: Amboise - Added support. ## 5.0.0-beta.2 * Fixed support for projects using `require`. diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 0c415ff..9e872b9 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -200,6 +200,7 @@ | nexuiz | Nexuiz | | | nfshp2 | Need for Speed: Hot Pursuit 2 | | | nitrofamily | Nitro Family | | +| nla | Nova-Life: Amboise | [Valve Protocol](#valve) | | nmrih | No More Room in Hell | [Valve Protocol](#valve) | | nolf2asihw | No One Lives Forever 2: A Spy in H.A.R.M.'s Way | | | nucleardawn | Nuclear Dawn | [Valve Protocol](#valve) | @@ -210,7 +211,7 @@ | openarena | OpenArena | | | openttd | OpenTTD | | | painkiller | Painkiller | | -| palworld | Palworld | [Notes](#palworld) | +| palworld | Palworld | | | pce | Primal Carnage: Extinction | [Valve Protocol](#valve) | | pixark | PixARK | [Valve Protocol](#valve) | | postal2 | Postal 2 | | diff --git a/lib/games.js b/lib/games.js index aa05a77..f81569e 100644 --- a/lib/games.js +++ b/lib/games.js @@ -2026,6 +2026,14 @@ export const games = { old_id: 'nolf' } }, + nla: { + name: 'Nova-Life: Amboise', + release_year: 2020, + options: { + port_query: 27015, + protocol: 'valve' + } + }, nolf2asihw: { name: "No One Lives Forever 2: A Spy in H.A.R.M.'s Way", release_year: 2002,