feat: add Unreal 2: The Awakening - XMP support (#488)

* feat: add Unreal 2: The Awakening (XMP) support

* fix: game name
This commit is contained in:
CosminPerRam 2024-01-19 00:27:53 +02:00 committed by GitHub
parent 587d67ede0
commit e05ac1fd48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

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

View File

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

View File

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