Skip to content

TrueUO/runuo

This branch is 2 commits behind runuo/runuo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4298b27 · Oct 5, 2020
Aug 1, 2018
Mar 12, 2020
Oct 5, 2020
Mar 22, 2017
Mar 22, 2017
Jul 21, 2015
Sep 8, 2013
Feb 28, 2018
Aug 23, 2015
Aug 1, 2018
Jan 27, 2016
Jan 27, 2016
Aug 1, 2018
Aug 1, 2018
Aug 1, 2018

Repository files navigation

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

Packages

No packages published

Languages

  • C# 100.0%