Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2020-04-26 22:27:33 -07:00
.circleci Adds CircleCI (#115) 2020-04-26 22:27:33 -07:00
Distribution/Data Updates Bounds.bin 2020-04-26 00:25:03 -07:00
Projects Fixes disconnect, and publishing to windows. (#114) 2020-04-26 01:43:53 -07:00
Tools Fixes disconnect, and publishing to windows. (#114) 2020-04-26 01:43:53 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore Moves modernuo.json 2020-04-12 23:16:32 -07:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -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 style cop (#109) 2020-04-26 00:16:02 -07:00
README.md Adds style cop (#109) 2020-04-26 00:16:02 -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 BufferReader and BufferWriter. Updates UOP handling. (#101) 2020-04-12 21:33:24 -07:00

ModernUO

Ultima Online Server Emulator for the modern era!

Join and Follow!

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