Add support to Enshrouded

This commit is contained in:
Guilherme Werner 2024-01-24 16:01:15 -03:00
parent 46db10fcc7
commit 637078d3e2
3 changed files with 11 additions and 0 deletions

View file

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

View file

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

View file

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