Skip to content

Multiplayer fix for Age of Empires II: Definitive Edition using Proton.

License

Notifications You must be signed in to change notification settings

pwyde/aoe2de-proton-mpfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Multiplayer fix for Age of Empires II: Definitive Edition

This script fixes multiplayer "Out of sync" error in Age of Empires II: Definitive Edition using Proton. It will check if ucrtbase.dll is installed and installs it if necessary. Set the Steam launch options below to run it automatically before launching the game.

/path/to/script/run.sh ; %command% %steam_location%

For example, if repo is cloned to the $HOME/.local/share directory, then set launch option to the following:

~/.local/share/aoe2de-proton-mpfix/run.sh ; %command% %steam_location%

If %steam_location% is not set, the script will default to $HOME/.local/share.

Dependencies

  • cabextract: Required to extract ucrtbase.dll from the downloaded vc_redist.x64.exe file.
  • wget: Required for downloading vc_redist.x64.exe from Microsoft.
  • jq: Required to automatically fetch Steam App ID (Optional).

About

Multiplayer fix for Age of Empires II: Definitive Edition using Proton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%