Skip to content

Instantly share code, notes, and snippets.

@sheecegardezi
Last active May 21, 2025 09:14
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
Please see this guide its better:
https://aoe2.arkanosis.net/linux/
# 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

sheecegardezi commented Feb 9, 2022

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

@sheecegardezi
Copy link
Author

sheecegardezi commented Mar 15, 2025

fix lag in late game esp AI maps, add following to run cmd

LD_PRELOAD=""
doitsujin/dxvk#4436 (comment)

@sheecegardezi
Copy link
Author

Please see this guide its better:
aoe2.arkanosis.net/linux

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