mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
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:
parent
587d67ede0
commit
e05ac1fd48
3 changed files with 11 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue