Go to file
Eduardo Bart 1e8491cdcd fix possible compile issue in Os X 2012-07-08 14:05:29 -03:00
addons some window moving 2012-02-06 22:41:53 -02:00
doc doc and luabinder changes 2012-06-22 00:14:13 -03:00
modules Minor fixes for releasing otclient 2012-07-08 13:46:09 -03:00
src fix possible compile issue in Os X 2012-07-08 14:05:29 -03:00
tools Minor fixes for releasing otclient 2012-07-08 13:46:09 -03:00
.gitignore Adjusted chase modes to work correctly, added new option for auto chase override. Fixed NPC speak messages to appear in the correct position. 2012-07-08 02:09:50 +12:00
AUTHORS cmake option to use luajit 2012-04-16 10:57:24 -03:00
BUGS Optimize minimap save/load 2012-06-23 18:30:54 -03:00
CMakeLists.txt A lot of cmake changes, fix compile on win32 2012-06-22 16:04:03 -03:00
LICENSE implement combobox and do some ui rework 2012-01-04 08:26:58 -02:00
README.md Update master 2012-07-05 20:37:32 -03:00
TODO Refactor for documentation 2012-06-25 19:19:17 -03:00
init.lua Minor fixes for releasing otclient 2012-07-08 13:46:09 -03:00
otclientrc.lua Move otclientrc.lua to top dir 2012-07-05 17:03:57 -03:00

README.md

What is OTClient?

Otclient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible, for that it uses LUA scripting for all game interface functionality and configurations files with a syntax similar to CSS for the client interface design. Otclient works with a modular system, this means that each functionality is a separated module, giving the possibility to users modify and customize anything easily. Users can also create new mods and extend game interface for their own purposes. Otclient is written in C++2011, the upcoming C++ standard and heavily scripted in lua.

Features

Beyond of it's flexibility with scripts, otclient comes with tons of other features that make possible the creation of new client side stuff in otserv that was not possible before. These include, sound system, graphics effects with shaders, particle engines, modules/addons system, animated textures, styleable user interface, transparency, multi language, in game lua terminal, an OpenGL 1.1/2.0 ES engine that make possible to run on mobile platforms like Androi/iPhon/iPad and much more. Otclient is also flexible enough to create tibia tools like map editors just using scripts, because it wasn't designed to be just a client, instead otclient was designed to be a combination of a framework and tibia APIs.

Download

Daily snapshots of otclient master branch compiled for Windows and protocol 860 is available in the {downloads section}[https://github.com/edubart/otclient/downloads] of the project's github page. For any other platform or protocol you will need to compile the source code. Currently Linux/Windows platforms and protocols 860/861/862 are supported.

Compiling

In short, if you need to compile OTClient, follow these tutorials:

Need help?

Checkout our website at http://otclient.info for tutorials and more information. If you have any questions or are looking for more information, please feel free to ask on our official forum at http://otclient.info or talk with us at #otclient irc.freenode.net

Bugs

Have found a bug? Please create an issue in our bug tracker

Contributing

We encourage you to contribute to OTClient! Please check out our website for guidelines about how to proceed. Join us!

We are currently needing help in the following areas:

  • Designing new UI themes or improving the current one
  • Translating the client to other languages
  • Documenting lua APIs and creating tutorials
  • Scripting with lua new modules or improving the current ones
  • Porting otclient to other otserv protocols (8.54, 8.7, 9.x, etc)
  • Spreading otclient project over the web and bring it to new possible contributors
  • Testing the client itself to report bugs and missing features in our bug tracker

Contact

You have 3 options, use the forum at http://otclient.info , talk directly with us at #otclient irc.freenode.net or send an email directly to the project leader edub4rt@gmail.com

License

OTClient is made available under the MIT License, thus this means that you are free to do whatever you want, commercial, non-commercial, closed or open.

Donate

OTClient needs your support, if you really like and use it, please donate. Anyone can donate by clicking the Donate button in otclient website. We might prioritize features requests from who donate, in this case you can send an email to the project leader.