Highly Performant & Scalable Ultima Online Server Emulator https://www.modernuo.com
Find a file
Mark Sturgill e68cfe354f add new visible damage mode Selective to VisibleDamageType enumeration
two new virtual properties ShowVisibleDamage and CanSeeVisibleDamage can be used to control damage visibility
default values for this mode are controlled by the static properties Mobile.DefaultShowVisibleDamage and Mobile.DefaultCanSeeVisibleDamage
2014-02-09 14:38:43 -07:00
Data gargoyle race/body impl from servuo with some modification 2013-11-02 15:37:39 -07:00
Scripts apipa range for serverlist autodetection 2014-02-06 23:51:49 -07:00
Server add new visible damage mode Selective to VisibleDamageType enumeration 2014-02-09 14:38:43 -07:00
.gitignore Buildable/Runnable/Debuggable solution for Visual Studio 2013-09-30 13:44:17 -04:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
README.md include note about zlib in readme 2013-11-02 14:09:35 -07:00
RunUO.exe.config use CSPRandom with MONO 2013-11-02 12:29:43 -07:00
RunUO.sln more vs nag fixes 2013-10-21 23:15:13 -07:00

runuo

RunUO Git Repository

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 /recurse:Server\*.cs

Typical Linux Build (MONO)

~/runuo$ dmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -d:MONO -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/tag/v1.2.8

Latest Razor builds can be found at https://bitbucket.org/msturgill/razor-releases/downloads

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

IRC: chat.freenode.net #runuo