Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2020-05-08 21:02:01 -07:00
.circleci Adds more unit tests (#133) 2020-05-08 20:32:59 -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 Adds more unit tests (#133) 2020-05-08 20:32:59 -07:00
Tools Changes order of the publish commands 2020-05-08 21:02:01 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore Bring ZLib in locally. (#132) 2020-05-06 20:07:28 -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
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 Bring ZLib in locally. (#132) 2020-05-06 20:07:28 -07:00
NuGet.Config Adds Argon2 for password protection (#123) 2020-05-01 22:42:39 -07:00
README.md Update README.md 2020-05-06 23:04:11 -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 CentOS
GitHub license GitHub stars GitHub issues Build status

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