Skip to content

Commit

Permalink
feat: add Unreal 2: The Awakening - XMP support (#488)
Browse files Browse the repository at this point in the history
* feat: add Unreal 2: The Awakening (XMP) support

* fix: game name
  • Loading branch information
CosminPerRam authored Jan 18, 2024
1 parent 587d67e commit e05ac1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
9 changes: 9 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e05ac1f

Please sign in to comment.