From 637078d3e2f7adafac873d883ca86b79fd995a37 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Wed, 24 Jan 2024 16:01:15 -0300 Subject: [PATCH] Add support to Enshrouded --- CHANGELOG.md | 1 + GAMES_LIST.md | 1 + lib/games.js | 9 +++++++++ 3 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212c54f..62bba65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ placeholders in the `players` fields. * Unreal 2: The Awakening - XMP - Added support. * Palworld - Added support (By @jonathanprl, #495). * The Isle Evrima - Added support (By @GuilhermeWerner, #501). +* Enshrouded - Added support (By @GuilhermeWerner). ### 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 0c78ac4..66ca0cd 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -114,6 +114,7 @@ | egs | Empyrion - Galactic Survival | [Valve Protocol](#valve) | | eldewrito | Halo Online (ElDewrito) | | | empiresmod | Empires Mod | [Valve Protocol](#valve) | +| enshrouded | Enshrouded | [Valve Protocol](#valve) | | etqw | Enemy Territory: Quake Wars | | | f1c9902 | F1 Challenge '99-'02 | | | farcry | Far Cry | | diff --git a/lib/games.js b/lib/games.js index f4f0a6f..242c295 100644 --- a/lib/games.js +++ b/lib/games.js @@ -1098,6 +1098,15 @@ export const games = { old_id: 'empyrion' } }, + enshrouded: { + name: 'enshrouded', + release_year: 2024, + options: { + port: 15636, + port_query: 15637, + protocol: 'valve' + } + }, etqw: { name: 'Enemy Territory: Quake Wars', release_year: 2007,