Giter Club home page Giter Club logo

classicuo's Introduction

ClassicUO - an open source implementation of the Ultima Online Classic Client.

Introduction

ClassicUO is an open source implementation of the Ultima Online Classic Client. This client is intended to emulate client versions 7.0.59.8 and older and is primarily tested against Ultima Online free shards based on RunUO and ServUO. This client will not work on the official game shards.

The client is currently under heavy development but is functional. The code is based on the FNA-XNA framework. C# is chosen because there is a large community of developers working on Ultima Online server emulators in C#, because FNA-XNA exists and seems reasonably suitable for creating this type of game, and because the game is inexpensive enough to run that performance is not a major concern.

ClassicUO is natively cross platform and supports:

  • Windows
  • Linux
  • MacOS

The code itself has been written using the following projects as a reference:

Building

Currently, only Windows is supported for building. The binary produced will work on all supported platforms.

You'll need Visual Studio 2017. The free community edition should be fine. Once that is installed:

  • Open ClassicUO.sln in the root of the repository.
  • Select "Debug" or "Release" at the top.
  • Hit F5 to build. The output will be in the "bin/Release" or "bin/Debug" directory.

Running

First, create a file in the same directory as ClassicUO.exe named 'settings.json' that contains the following:

{
  "username": "YOUR_USERNAME",
  "password": "YOUR_PASSWORD",
  "ip": "SERVER_IP",
  "port": SERVER_PORT,
  "lastcharactername": "",
  "ultimaonlinedirectory": "YOUR\\PATH\\TO\\ULTIMAONLINE",
  "clientversion": "YOUR.CLIENT.0.VERSION",
  "maxfps": 144,
  "debug": true,
  "profiler": true,
  "sound": true,
  "sound_volume": 255,
  "music": true,
  "music_volume": 255,
  "footsteps_sounds": false,
  "combat_music": false,
  "background_sound": false,
  "chat_font": 0,
  "enable_pathfind": false,
  "always_run": false,
  "reduce_fps_inactive_window": false,
  "container_default_x": 0,
  "container_default_y": 0,
  "backpack_style": 0,
  "game_window_x": 8,
  "game_window_y": 72,
  "game_window_width": 640,
  "game_window_height": 500,
  "speech_delay": 0,
  "scale_speech_delay": false,
  "speech_color": 0,
  "emote_color": 0,
  "party_message_color": 0,
  "guild_message_color": 0,
  "ally_message_color": 0,
  "innocent_color": 0,
  "friend_color": 0,
  "criminal_color": 0,
  "enemy_color": 0,
  "murderer_color": 0,
  "criminal_action_query": false,
  "show_incoming_names": false,
  "stat_report": false,
  "skill_report": false,
  "use_old_status": false,
  "use_tooltips": false,
  "delay_appear_tooltips": 2857,
  "tooltips_text_color": 65535,
  "highlight_gameobjects": true,
  "smooth_movement": true
}

Then, double click ClassicUO.exe and the game will launch!

Contribute

Everyone is welcome to contribute! The GitHub issues and project tracker are kept up to date with tasks that need work.

Legal

This work is released under the GPLv3 license. This project does not distribute any copyrighted game assets. In order to run this client you'll need to legally obtain a copy of version 7.0.59.8 or earlier of the Ultima Online Classic Client.

Ultima Online(R) © 2018 Electronic Arts Inc. All Rights Reserved.

classicuo's People

Contributors

andreakarasho avatar 3hmonkey avatar jaedan avatar rdegelo avatar therightstatement avatar c0mput3rxz avatar saschakp avatar

Stargazers

 avatar Boberski avatar

Watchers

 avatar James Cloos avatar James 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.