Skip to content

Instantly share code, notes, and snippets.

View javimarsal's full-sized avatar
🇪🇸
With great power, comes great responsibility

Javier Martínez Saltó javimarsal

🇪🇸
With great power, comes great responsibility
  • 12:14 (UTC +01:00)
View GitHub Profile
@reneklacan
reneklacan / aoe4-mp-fix.sh
Last active November 25, 2025 07:33
Script to fix AOE4 desync issues
#!/bin/bash
set -ex
STEAM_DIR=/home/$USER/.steam/steam/steamapps
AOE4_DIR=$STEAM_DIR/compatdata/1466860
AOE4_WIN_DIR=$AOE4_DIR/pfx/drive_c/windows
AOE4_WIN_SYS32_DIR=$AOE4_WIN_DIR/system32
AOE4_WIN_SYS64_DIR=$AOE4_WIN_DIR/syswow64