Skip to content

ServUO/ServUO

Repository files navigation

Build Status GitHub issues GitHub release GitHub repo size Discord GitHub contributors GitHub

ServUO is a community driven Ultima Online Server Emulator written in C#.

Website

ServUO

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

  1. Starting with the /Config directory, make sure to read the readme first, then find and edit Server.cfg to set up the essentials.
  2. Go through the remaining *.cfg files to ensure they suit your needs.
  3. For Windows, run _winrelease.bat to produce ServUO.exe, OSX/Linux users may run make.
  4. Run ServUO
  5. ???
  6. Profit!