Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2019-09-12 13:13:13 -07:00
Distribution/Data v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
Projects Adds MUO Logo (#52) 2019-09-12 13:13:13 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore Updates gitignore 2019-08-13 18:37:18 -07:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
GOALS.md Update GOALS.md 2019-09-09 13:51:46 -07:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
ModernUO.sln v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
README.md v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
RUNUO_MIGRATIONS.md Updates GOALS and RUNUO_MIGRATIONS.md files 2019-08-07 13:23:07 -07:00

ModernUO

Contacts

Join Discord Channel

Goals

Requirements

  • .NET Core 3.0 (Preview 7) or newer
  • zlib (Linux only)

Building with Visual Studio 2019

  • Publish Server project
  • Build Scripts project

Building with .NET Core 3.0 SDK

dotnet publish /p:PublishProfiles=<profile>

  • Windows x64: Windows
  • Linux/MacOSX x64 w/ .NET Core 3 installed: Unix-Portable
  • Linux x64 w/ .NET Core 3: Linux-SelfContained
  • MacOSX x64 /wo .NET Core 3: MacOSX-SelfContained

Running on Windows

  • Follow the build instructions
  • Run Distribution\ModernUO.exe or dotnet ModernUO.dll

Running on MacOSX or Linux

  • Follow the build instructions
  • Run Distribution\ModernUO or dotnet ModernUO.dll

Running on Linux

  • Follow the build instructions
  • Run Distribution\ModernUO or dotnet ModernUO.dll

Troubleshooting / FAQ