Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2020-04-24 21:31:31 -07:00
Distribution/Data Updates teleporter generator (#105) 2020-04-12 23:04:44 -07:00
Projects Adds missing gump components. (#111) 2020-04-24 21:31:31 -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
clean.cmd Fixes readmes and adds some convenience scripts (#107) 2020-04-13 01:54:37 -07:00
clean.sh Fixes readmes and adds some convenience scripts (#107) 2020-04-13 01:54:37 -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 fixes [decorate and adds timestamp to world save (#87) 2020-02-19 17:37:12 -08:00
publish-linux-debug.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-linux-debug.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-linux.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-linux.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-osx-debug.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-osx-debug.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-osx.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-osx.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-windows-debug.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-windows-debug.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-windows.cmd Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
publish-windows.sh Adds debug scripts (#108) 2020-04-13 02:02:50 -07:00
README.md Fixes readmes and adds some convenience scripts (#107) 2020-04-13 01:54:37 -07:00
RUNUO_MIGRATIONS.md Updates GOALS and RUNUO_MIGRATIONS.md files 2019-08-07 13:23:07 -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

  • Linux or OSX: ./clean.sh
  • Windows: clean.cmd

Publishing

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

Deploying / Running Server

  • Follow the build 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 is 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