No description
Find a file
2021-11-16 04:29:18 +00:00
bin/roslyn Add files via upload 2018-12-04 14:39:57 +03:00
Config Disable archives by default. 2020-01-09 23:23:00 +00:00
Data Bug Fixes (#4597) 2020-03-16 08:31:09 +03:00
RevampedSpawns Minax Artifacts can continue to be turned in to the agent in Blackthorn’s Castle (#4565) 2020-02-24 14:48:40 -05:00
Scripts TimeZone Deprecation 2021-01-31 17:16:26 +00:00
Server Bug Fixes (#4588) 2020-03-13 03:49:40 -04:00
Spawns Bug Fixes 2019-11-19 21:37:18 -07:00
SpawnsOld/Trammel Migrated new Desipse spawns into default spawn files 2016-02-15 16:24:58 -06:00
Ultima Update to .net 4.7.2 2019-03-30 10:47:40 -07:00
.editorconfig Filters existing .editorconfig to .cs files. 2017-04-07 00:23:34 -05:00
.gitignore Bug Fixes (#4588) 2020-03-13 03:49:40 -04:00
.travis.yml Update ProjectFiles | TravisCI 2018-02-03 17:49:51 +01:00
Compile.WIN - Debug.bat Removed ignores that cause issues when cloning the repository for private use. 2019-08-29 01:17:19 +01:00
Compile.WIN - Release.bat Fix batch file command issues with paths that contain spaces. 2019-04-08 14:18:21 +01:00
LICENSE Added GPL v2 License 2013-10-28 09:30:13 -04:00
Makefile Removed ignores that cause issues when cloning the repository for private use. 2019-08-29 01:17:19 +01:00
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll * Initial inclusion of .net 4.6.1, c#6 and roslyn script compiler 2018-12-04 10:56:53 +03:00
README.md Update README.md 2021-11-16 04:29:18 +00:00
ServUO.exe.config Update to .net 4.7.2 2019-03-30 10:47:40 -07:00
ServUO.sln Update to .net 4.7.2 2019-03-30 10:47:40 -07: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 VersionSpecificSymbols.Common.prop 2019-09-14 23:14:51 +02: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

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 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

Summary

  1. Starting with the /Config directory, 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 Compile.WIN - Debug.bat to produce ServUO.exe, Linux users may run Makefile.

  4. Run ServUO.exe to make sure everything boots up, if everything went well, you should see your IP adress being listened on the port you specified.

  5. Load up UO and login! - If you require instructions on setting up your particular client, visit the Discord and ask!