Install UO on Linux
How to install UO Outlands on Linux
- STEP 1: Upgrade your wine to 6.14+ (as of right now that's winehq-staging):
https://wiki.winehq.org/Ubuntu
- STEP 2: Install .NET Core 5.0.7 runtime 64-bit:
from https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.7-windows-x64-installer
wget "https://download.visualstudio.microsoft.com/download/pr/2b83d30e-5c86-4d37-a1a6-582e22ac07b2/c7b1b7e21761bbfb7b9951f5b258806e/windowsdesktop-runtime-5.0.7-win-x64.exe"
env WINEPREFIX="/home/user/ultima" wine windowsdesktop-runtime-5.0.7-win-x64.exe
- STEP 3: Download and Run Outlands launcher:
wget https://uooutlands.com/Outlands.exe
env WINEPREFIX="/home/user/ultima" wine Outlands.exe
IF YOU GET A PROMPT TO INSTALL MONO, CLICK YES/INSTALL
- STEP 4: Fix Graphics Driver:
"Could not find a suitable graphics device"
vi /home/user/ultima/drive_c/Program\ Files\ \(x86\)/Ultima\ Online\ Outlands/ClassicUO/settings.json
add: "force_driver", 1
Command to Launch Outlands:
env WINEPREFIX="/home/user/ultima" wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/user/ultima/dosdevices/c\:/Program\ Files\ \(x86\)/Ultima\ Online\ Outlands/Outlands.exe