Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
Steven Ortega 0cb400c6ab feat(regions): add vendor shop regions for all remaining towns
Extends vendor shop region coverage from the four initial towns
(Britain, Trinsic, Vesper, Minoc) to every remaining town that has
vendor spawns across all facets, completing issue #1052.

Adds 290 NoHousingRegion shop child-regions for 19 towns spanning
Trammel, Felucca, Ilshenar, Malas, Tokuno and TerMur: Jhelom, Cove,
Magincia, Moonglow, Nujel'm, Ocllo, Papua, Serpent's Hold, Skara Brae,
Wind, Yew, Buccaneer's Den, Delucia, Gargoyle City, Reg Volon, Luna,
Umbra, Zento and Royal City.

Regions are derived from the actual vendor spawn coordinates and follow
the existing curated 16-type shop vocabulary; co-located profession
clusters (e.g. Alchemist/Mage/Herbalist, Armorer/Weaponsmith, Cobbler/
Provisioner) fold into one shop region, matching how the first four
towns were authored. Jhelom resolves correctly as a town nested under
"Jhelom Islands".

Taverns and inns are intentionally excluded (already covered by the
existing NoLogoutDelay regions). Vendors that share a spawn point with
another shop type, sit inside an existing no-logout or gypsy-camp
sub-region, or fall outside any town region are omitted.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 01:00:00 -05:00
.config
.github chore: Update workflow actions to Node 24 runtime + watch github-actions (#2486) 2026-06-14 09:48:57 -07:00
branding feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
dev-docs fix: Fixes pathfinding prebake and pathfinding multi-fallthrough. (#2478) 2026-06-08 11:59:24 -07:00
Distribution/Data feat(regions): add vendor shop regions for all remaining towns 2026-06-22 01:00:00 -05:00
Projects test(regions): verify vendor shops resolve to shop-specific regions 2026-06-22 00:05:34 -05:00
.cursorrules
.editorconfig
.gitattributes
.gitignore
AGENTS.md
azure-pipelines.yml
CLAUDE.md feat(pathfinding): first-boot prompt to pre-bake the .swb map cache (#2475) 2026-06-07 16:30:33 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTION_SETUP.md docs: add phase iii implementation notes 2026-06-22 00:08:23 -05:00
Directory.Build.props
FAQ.md
GEMINI.md
global.json
LICENSE
ModernUO.slnx
publish.cmd
publish.ps1 fix: Adds stamp check for build tool versioning (#2400) 2026-04-06 16:18:02 -06:00
publish.sh fix: Adds stamp check for build tool versioning (#2400) 2026-04-06 16:18:02 -06:00
README.md chore: Update README with Code Signing Policy (#2467) 2026-06-06 15:32:01 -07:00
rider-settings.zip
Rules.ruleset
SPONSORS.md
stylecop.json
THIRD-PARTY-NOTICES
version.json

ModernUO - Ultima Online Server Emulator for the modern era!

ModernUO Discord Subreddit subscribers Twitter Follow

Ultima Online Server Emulator for the modern era!

GitHub license GitHub stars GitHub issues
GitHub build Azure Pipelines build

Requirements

Supported Operating Systems

Windows 10/11/2012/2016/2019/2022/2025 MacOS 14+ Debian 12+ Ubuntu 22+ LTS
Alpine 3.22+ Fedora 42+ RedHat 9+ CentOS Stream 9+ openSUSE 15.6+ SUSE Enterprise 15 SP6 Linux Mint 21+ Arch

Required Frameworks

All Operating Systems

.NET

Windows

VC++ Redistributable v14

Development

git .NET

Supported IDEs

Jetbrains Rider 2025.3+ space VSCode space Visual Studio 2026

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 (Windows) or ./publish.sh (Linux/macOS) with no arguments to launch the guided build tool. It will:

  • Check prerequisites (.NET SDK, native libraries)
  • Walk you through configuration and platform selection
  • Build and publish the server to the Distribution directory
  • Show deployment instructions for cross-compiled builds

Command Line

./publish.cmd [release|debug] [os] [arch]

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
dnf install -y findutils libicu libdeflate-devel zstd libargon2-devel liburing-devel

Ubuntu, Debian, etc

apt-get update -y
apt-get install -y libicu-dev libdeflate-dev zstd libargon2-dev liburing-dev

OSX Requirements

brew install icu4c libdeflate zstd argon2

Running the Server

  • Follow the publish instructions
  • The Distribution directory is portable — copy it to your production server for deployment
  • Run ModernUO.exe or dotnet ModernUO.dll from the Distribution directory
  • On first run, the server will prompt you to configure game data file locations

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

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it

Teams & Roles

Approvers & Committers: Development Team