Giter VIP home page Giter VIP logo

orionuo's Introduction

Notes

The public version in all repositories of the project is temporarily not updated.

New Launcher (x32 or x64) can be downloaded from here

To fix missing api-ms-win-crt-runtime-l1-1-0.dll errors on Win 7 SP 1:

Download and install update: KB2999226

OrionUO Client

Travis Build Status Build status

  • OrionUO Client - is an alternative, open source Ultima Online graphic client.

  • Platforms: Windows and Linux (in progress)

  • Rendering: OpenGL 2.0 and higher

Orion Community

Discord

WIKI

github issue tracking

Download

Other Orion Projects


Building OrionUO

This project requires CMake 3.7 to build. It currently supports Visual Studio 2015, 2017, GCC 7.0 and Clang 6.

Windows

On Windows, to generate the Visual Studio solution, go inside your cloned OrionUO folder and do:

md build
cd build
cmake -G "Visual Studio 2017" ..

This will build a 32bits executable. If you do want 64bits, you can do cmake -G "Visual Studio 2017 Win64" .. instead. Note that plugins are still unsupported in the 64bits client.

Or, you can use CMake-GUI to configure and generate the solution.

  • If you want to help converting OrionUO to SDL, you can disable ORION_WISP option in CMake. This option enables the original client implementation in pure win32 API and is kept as a reference implementation to use during the client conversion to SDL.

Linux (in progress)

$ mkdir build
$ cd build
$ cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release
$ ninja OrionUO_unity -j8
$ ./OrionUO/unity/OrionUO

You'll need a Client.cuo and a uo_debug.cfg in the working directory. Inside uo_debug.cfg you can add a line CustomPath=/path/to/uo/data, so Orion will be able to find your original client data files.


Contributing

See the project planning here to find tasks on which you can help.

More detailed contribution documentation soon

Contributors

Hotride (Author)

AimedNuu

and Others


Support this project, make a donation!

PayPal

WebMoney: R644829964694 Z983232789532 E400319624386

Patreon: https://www.patreon.com/hotride

orionuo's People

Contributors

hotride avatar val-andrushko avatar garanteeg avatar fungos avatar andenixa avatar feramor avatar saschakp avatar solandus avatar yazgoo avatar jokker23 avatar nic84 avatar rudolfkastl avatar rockytriton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.