Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2023-02-13 23:28:23 -08:00
.config feat: Adds GUID support for codegen (#1251) 2022-11-14 21:25:51 -08:00
.github docs: Adds tzdata to README (#1317) 2022-12-30 15:32:54 -08:00
Distribution/Data fix: Fixes no logout delay regions. (#1262) 2022-11-22 13:16:30 -08:00
docs fix: Fixes identation in docs note (#1328) 2023-02-02 19:40:15 -08:00
Projects fix: Fixes Point2D ctor (#1340) 2023-02-13 23:28:23 -08:00
.editorconfig Adds ModernUO docs skeleton (#243) 2020-09-13 15:21:28 -07:00
.gitattributes fix: Adds migration checks to CICD, updates dependencies, adds Fedora 37, alpine 3.17 support (#1309) 2022-12-22 12:12:47 -08:00
.gitignore feat: Moves antimacro to a configuration (#1323) 2023-01-23 21:51:05 -08:00
azure-pipelines.yml fix: Adds migration checks to CICD, updates dependencies, adds Fedora 37, alpine 3.17 support (#1309) 2022-12-22 12:12:47 -08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-05-05 08:51:39 -07:00
CONTRIBUTING.md chore: Updates discord links (#394) 2021-01-07 01:04:05 -08:00
Directory.Build.props feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
FAQ.md chore: Updates whats changed (#1082) 2022-06-19 19:55:55 -07:00
global.json chore: Update from .NET 7 preview to release. (#1234) 2022-11-08 09:46:48 -08:00
LICENSE Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
mkdocs.yml docs: Updates serialization docs (#1327) 2023-02-02 19:37:18 -08:00
ModernUO.sln chore: Removes benchmarks. (#985) 2022-03-31 10:37:33 -07:00
publish.cmd feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
publish.sh feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
README.md docs: Adds tzdata to README (#1317) 2022-12-30 15:32:54 -08:00
rider-settings.zip Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Rules.ruleset Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
RUNUO_TO_MODERNUO.md chore: Adds changed mechanics (#1117) 2022-07-14 21:13:03 -07:00
SPONSORS.md fix: Updates branding of BuyMeACoffee 2022-10-30 02:42:42 -07:00
stylecop.json Updates formatting rules (#199) 2020-08-25 18:00:51 -07:00
THIRD-PARTY-NOTICES chore: Updates 3rd party notices (#1042) 2022-06-01 09:42:11 -07:00
version.json feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00

ModernUO Discord Subreddit subscribers Twitter Follow Gitter

Ultima Online Server Emulator for the modern era!

GitHub license GitHub stars GitHub issues
GitHub build AzurePipelines build

Requirements

Supported Operating Systems

Windows 10/11/2016/2019/2022 MacOS 10.15+ Debian 10+ Ubuntu 16+ LTS
Alpine 3.15+ Fedora 33+ RedHat 7/8 CentOS 7/8/9 openSUSE 15+ SUSE Enterprise 12 SP2+ Linux Mint 17+ Arch

Running the server

.NET

Development

git .NET

Supported IDEs

Jetbrains Rider 2022.3.1+spaceVSCodespaceVisual Studio 2022 v17.4+

Getting Started

  • Install prerequisite requirements
  • Clone this repository (or download the latest):
    • git clone https://github.com/modernuo/ModernUO.git
  • Open ModernUO.sln to start developing

Building/Publishing

  • Run ./publish.cmd [release|debug (default: release)] [os] [arch (default: x64)]
    • os - Supported operating systems
      • win - Windows 10/11/2016/2019/2022
      • osx - MacOS 10.15/11/12/13 (Catalina, Big Sur, Monterey, Ventura)
      • linux - Linux
    • arch
      • x64 - Intel 64-bit
      • arm64 - ARM 64-bit

Linux Prerequisites

Fedora, CentOS, RHEL, etc

dnf upgrade --refresh -y
# CentOS does not come with EPEL enabled
dnf install -y epel-release epel-next-release
# Note: libargon2 is old.
# Download/symlink from here: https://github.com/modernuo/Argon2.Bindings/tree/main/runtimes
dnf install -y findutils libicu zlib-devel zstd libargon2-devel tzdata

Ubuntu, Debian, etc

apt-get update -y
apt-get install -y libicu-dev libz-dev zstd libargon2-dev tzdata

Running the Server

  • Follow the publish instructions
  • Run ModernUO.exe or dotnet ModernUO.dll from the Distribution directory on the server

Troubleshooting / FAQ

Want to sponsor?

Thank you for supporting us! You can find out how by visiting the sponsors page.

Collaborators

Kamron Batman Mark1145

Thanks

  • RunUO Team & Community
  • Voxpire, the ServUO Team & Community
  • Karasho, Jaedan and the ClassicUO Community



Development Tools & Plugins provided with ♥ by
JetBrains Material Theme