Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2019-08-02 18:20:03 -07:00
Distribution/Data v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
Projects v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
.editorconfig Clean up: Bugs, LINQ, constructors, default values, and null checks (#18) 2019-03-11 14:29:59 -07:00
.gitignore v0.0.1-Alpha (#42) 2019-08-02 18:16:11 -07:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
GOALS.md Updates GOALS.md 2019-03-05 16:00:06 -08: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 Adds a RunUO Migrations page (#33) 2019-03-13 18:26:35 -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