ServUO is a community driven Ultima Online Server Emulator written in C#.
Run _windebug.bat for development, attaching a debugger and/or extended output.
Run _winrelease.bat for production environment.
Run make debug for development, attaching a debugger and/or extended output.
Run make or make release for production environment. Writing release is optinal by default
sudo add-apt-repository ppa:dotnet/backports
sudo apt-get update
sudo apt-get -y install zlib1g mono-complete dotnet-sdk-10.0 dotnet-runtime-10.0
sudo pacman -S make mono dotnet-sdk dotnet-runtime
- Starting with the
/Configdirectory, make sure to read the readme first, then find and editServer.cfgto set up the essentials. - Go through the remaining
*.cfgfiles to ensure they suit your needs. - For Windows, run
_winrelease.batto produceServUO.exe, OSX/Linux users may runmake. - Run
ServUO - ???
- Profit!