Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
2018-09-05 11:16:37 -07:00
Data Add DefaultName property to Mobiles & Items (#18) 2018-08-09 17:18:41 -07:00
Scripts Replaces corpse name (#23) 2018-08-14 23:50:00 +08:00
Server Enables map updates. Simplifies code. (#24) 2018-08-16 10:31:25 +08:00
.editorconfig Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.gitignore Updates .gitignore and adds more info to README.md 2018-08-18 19:56:38 +08:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
GOALS.md Adds more clarity to a few goals. 2018-09-05 11:16:37 -07:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
rdrand.so Adds IntelHW RDRand for Mac/Linux. 2018-08-09 00:06:23 -07:00
rdrand32.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
rdrand64.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
README.md Merges with master 2018-08-21 09:33:08 +08:00
RunUO.sln + Optimize output targets. 2018-08-01 22:03:47 +01:00
RunUO.vshost.exe.config + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
RunUO.vshost.exe.manifest + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
zlib32.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00
zlib64.dll Adds RDRand 1.0.1 and ZLib 1.2.11 2018-02-11 16:35:59 -08:00

ModernUO

Goals

Requirements

  • Build Server project
    • Building with Visual Studio for Windows will install DotNetCompilerPlatform automatically.

Building for Windows (Without Visual Studio)

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /win32icon:Server\runuo.ico /d:NEWTIMERS /d:NEWPARENT /recurse:Server\\*.cs

  • DotNetCompilerPlatform must be installed with the csc.exe file in the roslyn folder at the root of the repository.

Building for Mac/Linux (Without Visual Studio)

mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -reference:System.Drawing -recurse:Server/*.cs

Running on Mac/Linux (MONO)

mono RunUO.exe