Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2020-05-04 15:16:27 -07:00
.circleci Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
Distribution Adds configuration system. (#125) 2020-05-02 16:44:05 -07:00
packages Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
Projects Cleanup (#131) 2020-05-04 15:16:27 -07:00
Tools Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore Cleanup (#131) 2020-05-04 15:16:27 -07:00
Contributing.md LibUv Networking (#65) 2019-12-26 18:08:50 -08:00
FAQ.md Fixes readmes and adds some convenience scripts (#107) 2020-04-13 01:54:37 -07:00
GOALS.md Updates to .NET Core 3.1 & Cleanup (#79) 2020-01-19 12:47:34 -08:00
LICENSE Contributions (#63) 2019-11-17 10:32:17 -08:00
ModernUO.sln Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
NuGet.Config Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
README.md Adds gitter to README.md 2020-05-04 02:05:25 -07:00
Rules.ruleset Adds style cop (#109) 2020-04-26 00:16:02 -07:00
RUNUO_MIGRATIONS.md Updates GOALS and RUNUO_MIGRATIONS.md files 2019-08-07 13:23:07 -07:00
stylecop.json Adds style cop (#109) 2020-04-26 00:16:02 -07:00
THIRD-PARTY-NOTICES Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00

ModernUO Discord Subreddit subscribers Twitter Follow Gitter

Ultima Online Server Emulator for the modern era!

.NET Core Windows OSX Debian Ubuntu
GitHub license GitHub stars GitHub issues Build status

Goals

Publishing a build

Requirements

Cleaning

  • dotnet clean

Publishing

  • Linux: ./Tools/publish-linux.sh or Tools/publish-linux.cmd
  • OSX: ./Tools/publish-osx.sh or Tools/publish-osx.cmd
  • Windows ./Tools/publish-windows.sh or Tools/publish-windows.cmd

Deploying / Running Server

  • Follow the publish instructions
  • Copy Distribution directory to production server

Requirements

  • .NET Core 3.1 Runtime
  • Zlib
    • Linux: apt get zlib or equiv for that distribution
    • OSX: brew install zlib
    • Windows: Included during publishing
  • Optional: compile and install Intel DRNG

Windows

  • Run ModernUO.exe or dotnet ModernUO.dll

OSX and Linux

  • Run ./ModernUO or dotnet ./ModernUO.dll

Thanks

  • RunUO Team & Community
  • ServUO Team & Community
  • Jaedan and the ClassicUO Community

Troubleshooting / FAQ