| Config | ||
| Data | ||
| RevampedSpawns | ||
| Scripts | ||
| Server | ||
| Spawns | ||
| SpawnsOld/Trammel | ||
| Ultima | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| Compile.WIN - Debug.bat | ||
| Compile.WIN - Release.bat | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| ServUO.exe.config | ||
| ServUO.sln | ||
| ServUO.sln.DotSettings | ||
| VersionSpecificSymbols.Common.prop | ||
| zlibwapi32.dll | ||
| zlibwapi64.dll | ||
ServUO
ServUO is a community driven Ultima Online Server Emulator written in C#.
Website
Installation
Getting started with ServUO is quite easy.
Windows
Just run Compile.WIN - Debug.bat and follow the prompts. This script will compile both the server binary and Ultima SDK binary for you and run the server for you at end.
Run Compile.WIN - Debug.bat for development, attaching a debugger and/or extended output.
Run Compile.WIN - Release.bat for production environment (-debug is still a supported parameter for script debugging).
After this you can run the server by executing ServUO.exe.
OSX
brew install mono
make
Ubuntu
apt-get install mono-complete
make
A quick start guide is available at our forums. Follow this link: Quickstart
Development
Want to contribute? Great!
You can submit a pull request at any time and we will review it asap!
License
GPL v2