Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sheecegardezi/f9e168ca476b11b48ffd17b7e1a45ba4 to your computer and use it in GitHub Desktop.
Save sheecegardezi/f9e168ca476b11b48ffd17b7e1a45ba4 to your computer and use it in GitHub Desktop.
Run AOE 2 DE on Ubunutu 20.04
# Activating Proton with Steam Play
# https://www.linuxjournal.com/content/introduction-linux-gaming-thanks-protondb
# Select Proton Version 6.3-6
# Install AOE DE from steam
# Download vc_redist.x64.exe from Microsoft
# https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
cd /home/$USER/.steam/steam/steamapps/compatdata/813780/pfx/drive_c/windows/system32
wget "https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe"
sudo cabextract vc_redist.x64.exe
sudo cabextract a10
# Download ucrtbase.dll
https://community.pcgamingwiki.com/files/file/2081-ucrtbasedll-extracted-from-microsoft-visual-c-2015-redistributable-update-3-rc/
sudo cp ucrtbase.dll .
@sheecegardezi
Copy link
Author

cd /home/$USER/.steam/steam/steamapps/compatdata/813780/pfx/drive_c/windows/system32
sudo cp /home/$USER/Downloads/ucrtbase.dll .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment