No description
Find a file
2018-11-28 21:11:12 -07:00
Config Bug Fixes * REQUIRES CORE RECOMPILE * 2018-11-10 21:34:54 -07:00
Data Fixed Typo in Data/Locations 2018-11-28 18:05:41 -07:00
RevampedSpawns Bug Fixes 2018-06-04 16:36:49 -07:00
Scripts salvage bag now uses the highest of smith or mining 2018-11-28 19:44:34 -07:00
Server Bug Fixes 2018-11-23 17:04:27 -07:00
Spawns Added Luna Mage Shop 2018-11-28 21:11:12 -07:00
SpawnsOld/Trammel Migrated new Desipse spawns into default spawn files 2016-02-15 16:24:58 -06:00
Ultima + Housekeeping. 2018-08-01 20:02:35 +01:00
.editorconfig Filters existing .editorconfig to .cs files. 2017-04-07 00:23:34 -05:00
.gitignore + Add variable for configuring exe output name when using Makefile or Compile.WIN.bat 2018-10-05 23:11:56 +01:00
.travis.yml Update ProjectFiles | TravisCI 2018-02-03 17:49:51 +01:00
Compile.WIN - Debug.bat + Add variable for configuring exe output name when using Makefile or Compile.WIN.bat 2018-10-05 23:11:56 +01:00
Compile.WIN - Release.bat + Add variable for configuring exe output name when using Makefile or Compile.WIN.bat 2018-10-05 23:11:56 +01:00
LICENSE Added GPL v2 License 2013-10-28 09:30:13 -04:00
Makefile + Add variable for configuring exe output name when using Makefile or Compile.WIN.bat 2018-10-05 23:11:56 +01:00
README.md Fixed some typos. 2018-10-01 13:04:49 +01:00
ServUO.exe.config Update Makefile ServUO.exe.config 2018-04-20 20:14:02 +02:00
ServUO.sln + Optimize output targets. 2018-08-01 22:04:26 +01:00
ServUO.sln.DotSettings Add persistence for save system and add ServUO compiler Definition. 2016-01-20 09:06:16 +00:00
VersionSpecificSymbols.Common.prop Update Main.cs and ProjectFile 2018-01-25 18:30:49 +01:00
zlibwapi32.dll Update zLib from 1.2.3.0 (2005) to 1.2.11.0 (2017) 2017-01-30 17:11:18 +01:00
zlibwapi64.dll Update zLib from 1.2.3.0 (2005) to 1.2.11.0 (2017) 2017-01-30 17:11:18 +01:00

ServUO

Travis Build Status

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

Website

https://www.servuo.com

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