Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| games:bsd:wine:aoe2_collectors_international [2026/01/13 17:59] – Sean Rhone | games:bsd:wine:aoe2_collectors_international [2026/01/13 17:59] (current) – old revision restored (2025/11/11 20:55) Sean Rhone |
|---|
| ===== Mount ISO ===== | ===== Mount ISO ===== |
| |
| su | su - |
| |
| mdconfig -a -t 'vnode' -f '/home/'$USER'/Downloads/AOE.ISO' -u '/dev/md0' && mkdir -p '/mnt/AoE2' && mount -t 'cd9660' '/dev/md0' '/mnt/AoE2' | mdconfig -a -t 'vnode' -f '/home/espionage724/Downloads/AOE.ISO' -u '/dev/md0' && mkdir -p '/mnt/AoE2' && mount -t 'cd9660' '/dev/md0' '/mnt/AoE2' |
| |
| exit | exit |
| mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' WINEARCH='win32' wine wineboot --init && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' winecfg /v 'win95' && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f | mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' WINEARCH='win32' wine wineboot --init && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' winecfg /v 'win95' && WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f |
| |
| ln -s -F '/mnt/AoE2' ~/'.wine/Age of Empires Collectors Edition/dosdevices/y:' | ln -s -F '/mnt/AoE2' ~/'.wine/Age of Empires Collectors Edition/dosdevices/d:' |
| |
| WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' wine 'Y:\AOE1\UK\AOESETUP.EXE' | WINEPREFIX=~/'.wine/Age of Empires Collectors Edition' wine '/mnt/AoE2/AOE1/UK/AOESETUP.EXE' |
| |
| ===== The Rise of Rome ===== | ===== The Rise of Rome ===== |