Skip to content

UltimaWorks/ServUO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,418 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

About

An Ultima Online server emulator written in C# .NET

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.2%
  • CSS 0.4%
  • JavaScript 0.4%
  • HTML 0.0%
  • PowerShell 0.0%
  • Makefile 0.0%