No description
Find a file
2018-08-01 21:14:16 +01:00
Data + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00:00
Scripts Update Scripts.csproj 2018-08-01 21:05:11 +01:00
Server Update Server.csproj 2018-08-01 21:14:16 +01:00
.editorconfig Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.gitignore Add .editorconfig file, add .idea/ folder to .gitignore (JetBrains Rider user config dir) 2017-03-22 11:00:00 +01:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
README.md Update README.md 2018-02-28 20:20:56 +00:00
RunUO.exe.config + Don't allow processing of the Timer changed queue while the world is loading or saving. 2015-08-23 01:40:09 +01:00
RunUO.sln + RunUO 2.7 with initial TOL expansion support. 2016-01-27 02:59:11 +00: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
zlib.dll + Include zlib. 2018-08-01 21:07:37 +01:00
zlib32.dll + Include zlib. 2018-08-01 21:07:37 +01:00
zlib64.dll + Include zlib. 2018-08-01 21:07:37 +01:00

runuo

AppVeyor Build Status Travis Build Status

Join the chat at https://gitter.im/runuo/runuo

RunUO Git Repository


RunUO is no longer officially supported by a core team.

If you wish to find support in a wider UO development commuity, visit ServUO - Ultima Online Emulation


Typical Windows Build

PS C:\runuo> 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

Typical Linux Build (MONO)

~/runuo$ 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

zlib is required for certain functionality. Windows zlib builds are packaged with releases and can also be obtained separately here: https://github.com/msturgill/zlib/releases/latest

RunUO supports Intel's hardware random number generator (Secure Key, Bull Mountain, rdrand, etc). If rdrand32.dll/rdrand64.dll are present in the base directory and the hardware supports that functionality, it will be used automatically. You can find those libraries here: https://github.com/msturgill/rdrand/releases/latest

Latest Razor builds can be found at https://github.com/msturgill/razor/releases/latest

Latest UOSteam builds (previously AssistUO) can be found at http://uosteam.com