No description
Find a file
TrueUO 0ac5795331
Fix (#5074)
Co-authored-by: Daniel Knight <knight.daniel.r@gmail.com>
2023-11-18 09:13:32 +00:00
Application Updated .editorconfig file with advanced configuration settings that will help maintain user code style and best practices with most IDE's. 2021-01-15 12:51:10 -08:00
Config Fix docker bridge networks (#5047) 2023-03-27 23:51:29 +01:00
Data Update shrink.cfg (#4995) 2022-02-28 16:12:00 +00:00
Scripts Fix (#5074) 2023-11-18 09:13:32 +00:00
Server Fix Item/Mobile creation (#4993) 2022-04-20 12:35:24 -07:00
Spawns Bug Fixes (#4837) 2020-08-31 17:54:54 -07:00
.editorconfig Updated .editorconfig file with advanced configuration settings that will help maintain user code style and best practices with most IDE's. 2021-01-15 12:51:10 -08:00
.gitignore Bug Fixes (#4871) 2020-10-01 09:36:55 -07:00
.travis.yml SonarCloud Integration 2020-04-14 22:10:28 +01:00
Compile.WIN - Debug.bat Updates (#4850) 2020-09-18 23:27:35 +01:00
Compile.WIN - Release.bat Updates (#4850) 2020-09-18 23:27:35 +01:00
LICENSE Added GPL v2 License 2013-10-28 09:30:13 -04:00
Makefile Clean the Scripts.dll on make clean command (#4934) 2021-05-05 22:35:50 +01:00
README.md Update README.md 2021-11-16 04:19:36 +00:00
ServUO.sln Updated .editorconfig file with advanced configuration settings that will help maintain user code style and best practices with most IDE's. 2021-01-15 12:51:10 -08:00
ServUO.sln.DotSettings Add persistence for save system and add ServUO compiler Definition. 2016-01-20 09:06:16 +00:00
sonar-project.properties Update sonar-project.properties 2020-04-14 23:09:01 +01: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#.

Requirements

.NET 5.0 Runtime and SDK

Windows

Run Compile.WIN - Debug.bat for development environments. Run Compile.WIN - Release.bat for production environments.

OSX

brew install mono
brew install dotnet
dotnet build

To run mono ServUO.exe

Ubuntu / Debian

apt-get install zlib1g-dev mono-complete dotnet-sdk-5.0 
dotnet build

To run mono ServUO.exe

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!