Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2020-06-28 03:33:08 -07:00
.github/workflows Moves zlib to its own nuget (#164) 2020-06-25 13:48:40 -07:00
Distribution Fixes assemblies (#167) 2020-06-28 03:33:08 -07:00
Projects Creates more tests for outgoing packets (#165) 2020-06-26 12:04:29 -07:00
Tools Moves zlib to its own nuget (#164) 2020-06-25 13:48:40 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore Adds assemblies.json to Configuration folder. (#135) 2020-05-09 18:34:16 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-05-05 08:51:39 -07:00
CONTRIBUTING.md Moves code of conduct 2020-05-05 08:51:04 -07:00
Directory.Build.props Fixes build runtime identifiers (#161) 2020-06-07 19:45:37 -07: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 Moves zlib to its own nuget (#164) 2020-06-25 13:48:40 -07:00
README.md Update README.md 2020-05-27 14:49:48 -07:00
Rules.ruleset Adds assemblies config, fixes crash bugs. (#134) 2020-05-09 12:55:56 -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 CentOS
GitHub license GitHub stars GitHub issues GitHub build

Goals

Publishing a build

Requirements

Publishing

OSX/Linux

  • ./Tools/publish.sh [linux|osx|win] [Release|Debug (default: Release)]

Windows

  • Tools\publish.cmd [linux|osx|win] [Release|Debug (default: Release)]

Deploying / Running Server

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

Requirements

Windows

  • Run ModernUO.exe or dotnet ModernUO.dll

OSX and Linux

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

Cleaning Distribution

  • dotnet clean

Thanks

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

Troubleshooting / FAQ