diff --git a/CHANGELOG.md b/CHANGELOG.md index afb50b80..ba4a9c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ placeholders in the `players` fields. * V Rising (2022) - Updated `options.port_query_offset` to `[1, 15]` (#438). * BeamMP (2021) - Added support. * Call of Duty: Black Ops 3 (2015) - Added support. +* Unreal 2: The Awakening - XMP - 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 ab45f1d6..1dd1c828 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -300,6 +300,7 @@ | tribesvengeance | Tribes: Vengeance | | | tron20 | Tron 2.0 | | | turok2 | Turok 2 | | +| u2tax | Unreal 2: The Awakening - XMP | | | universalcombat | Universal Combat | | | unreal | Unreal | | | unrealtournament | Unreal Tournament | | diff --git a/lib/games.js b/lib/games.js index 2f3f2f00..17c93b40 100644 --- a/lib/games.js +++ b/lib/games.js @@ -2541,6 +2541,15 @@ export const games = { }, release_year: 1998 }, + u2tax: { + name: 'Unreal 2: The Awakening - XMP', + options: { + port: 7777, + port_query_offset: 1, + protocol: 'unreal2' + }, + release_year: 2003 + }, universalcombat: { name: 'Universal Combat', options: {