Highly Performant & Scalable Ultima Online Server Emulator
https://www.modernuo.com
c-sharpcsharpcsharp-coredotnetdotnet-coreemulatorgplgplv3mmommo-enginemmorpgmmorpg-serveronlinerpgrunuoserverservuoultimaultima-onlineuo
| .circleci | ||
| Distribution/Data | ||
| Projects | ||
| Tools | ||
| .editorconfig | ||
| .gitignore | ||
| Contributing.md | ||
| FAQ.md | ||
| GOALS.md | ||
| LICENSE | ||
| ModernUO.sln | ||
| README.md | ||
| Rules.ruleset | ||
| RUNUO_MIGRATIONS.md | ||
| stylecop.json | ||
| THIRD-PARTY-NOTICES | ||
ModernUO

Ultima Online Server Emulator for the modern era!
Goals
- See Goals
Publishing a build
Requirements
Cleaning
dotnet clean
Publishing
- Linux:
./Tools/publish-linux.shorTools/publish-linux.cmd - OSX:
./Tools/publish-osx.shorTools/publish-osx.cmd - Windows
./Tools/publish-windows.shorTools/publish-windows.cmd
Deploying / Running Server
- Follow the publish instructions
- Copy
Distributiondirectory to production server
Requirements
- .NET Core 3.1 Runtime
- Zlib
- Linux:
apt get zlibor equiv for that distribution - OSX:
brew install zlib - Windows: Included during publishing
- Linux:
- Optional: compile and install Intel DRNG
Windows
- Run
ModernUO.exeordotnet ModernUO.dll
OSX and Linux
- Run
./ModernUOordotnet ./ModernUO.dll
Thanks
- RunUO Team & Community
- ServUO Team & Community
- Jaedan and the ClassicUO Community
Troubleshooting / FAQ
- See FAQ