No description
Find a file
2025-02-26 03:36:33 +00:00
Config Critical networking updates to help mitigate login flood attacks. 2025-01-19 05:31:11 +00:00
Data Fix sign entry parsing 2025-01-20 00:14:26 +00: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 IPLimiter uses NetState.Addresses 2025-01-27 03:00:34 +00:00
Server CRLF 2025-02-26 03:36:33 +00: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 project to use new SDK format. 2025-01-19 05:31:11 +00:00
.editorconfig Filters existing .editorconfig to .cs files. 2017-04-07 00:23:34 -05:00
.gitignore Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
.travis.yml Update ProjectFiles | TravisCI 2018-02-03 17:49:51 +01:00
_makedebug Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
_makerelease Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
_windebug.bat Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
_winrelease.bat Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
LICENSE Added GPL v2 License 2013-10-28 09:30:13 -04:00
README.md Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
ServUO.exe.config Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
ServUO.sln Update project to use new SDK format. 2025-01-19 05:31:11 +00:00
ServUO.sln.DotSettings Add persistence for save system and add ServUO compiler Definition. 2016-01-20 09:06:16 +00: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 _windebug.bat for development, attaching a debugger and/or extended output.

Run _winrelease.bat for production environment.

Other Platforms

Run _makedebug for development, attaching a debugger and/or extended output.

Run _makerelease for production environment.

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 _winrelease.bat to produce ServUO.exe, OSX/Linux users may run _makerelease.

  4. Run ServUO

  5. ???

  6. Profit!