ZEfimov / ClutchUO

Clutch UO is a free-play Ultima Online shard focused on PvE/PvM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status

ServUO is a community driven Ultima Online Server Emulator written in C#.

Website

https://www.servuo.com

Installation

Getting started with ServUO is quite easy.

Windows

Just run Compile.WIN - Debug.bat and follow the prompts. This script will compile both the server binary and Ultima SDK binary for you and run the server for you at end.

Run Compile.WIN - Debug.bat for development, attaching a debugger and/or extended output.

Run Compile.WIN - Release.bat for production environment (-debug is still a supported parameter for script debugging).

After this you can run the server by executing ServUO.exe.

Debian 9.x

'git clone git@github.com:ServUO/ServUO.git'

'cd ServUO'

apt install apt-transport-https dirmngr apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list apt update apt install mono-complete

'make clean' 'make'

'./ServUO.sh'

Complete guide is available here: https://www.servuo.com/tutorials/yet-another-debian-servuo-tutorial.44/

OSX

brew install mono
make

Ubuntu

apt-get install mono-complete
make

A quick start guide is available at our forums. Follow this link: Quickstart

Development

Want to contribute? Great!

You can submit a pull request at any time and we will review it asap!

License

GPL v2

About

Clutch UO is a free-play Ultima Online shard focused on PvE/PvM.

License:GNU General Public License v2.0


Languages

Language:C# 100.0%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Smalltalk 0.0%