ServUO
ServUO is a community driven Ultima Online Server Emulator written in C#.
Website
Windows
Run _windebug.bat for development, attaching a debugger and/or extended output.
Run _winrelease.bat for production environment.
Other Platforms
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
Linux Dependencies
Ubuntu / Debian
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
Arch-based
sudo pacman -S make mono dotnet-sdk dotnet-runtime
Summary
- 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!