Skip to content

Commit

Permalink
Update Rise of Nations Extended Edition
Browse files Browse the repository at this point in the history
to include DirectPlay for more reliable multiplayer connections.
  • Loading branch information
LukeShortCloud committed Apr 2, 2024
1 parent ac0ac0c commit 09ee42d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gamefixes-steam/287450.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@ def main():
# Set sound to alsa
util.protontricks('sound=alsa')

# Install DirectPlay for reliable multiplayer connections, set overrides
util.protontricks('directplay')
util.winedll_override('dplaysvr.exe', 'n')
util.winedll_override('dplayx', 'n')
util.winedll_override('dpmodemx', 'n')
util.winedll_override('dpnet', 'n')
util.winedll_override('dpnhpast', 'n')
util.winedll_override('dpnhupnp', 'n')
util.winedll_override('dpnsvr.exe', 'n')
util.winedll_override('dpwsockx', 'n')

# Disable launcher
util.replace_command('patriots.exe', 'riseofnations.exe')

0 comments on commit 09ee42d

Please sign in to comment.