You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Eduardo Bart 9c986c4c5c
update readme
13 years ago
cmake cmake pch 13 years ago
modules outfit looktype change 13 years ago
src outfit looktype change 13 years ago
tools/gimp-bitmap-generator change interface style, add top menu 13 years ago
.gitignore git ignore more files 13 years ago
.gitmodules merge total remake 13 years ago
CMakeLists.txt outfit window init 13 years ago
Doxyfile first script stuff (still ugly and under experiments) 13 years ago
LICENSE restore copyright notice 13 years ago
README.rdoc update readme 13 years ago
TODO fix tooltip regression, change readme 13 years ago

README.rdoc

== 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 configuration files created with
a syntax similar to CSS for its 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.

== Need help?

If you have any questions or are looking for more information, please feel free to ask on our official
forum at http://otclient.info/

== Getting Started

In short, if you need to compile OTClient, follow these tutorials:
* {Compiling on Windows}[http://otclient.info/page/articles.html/_/general/compiling-on-windows-r9]
* {Compiling on Ubuntu}[http://otclient.info/page/articles.html/_/general/compiling-on-ubuntu-r12]
Checkout our website at {http://otclient.info}[http://otclient.info/] for tutorials and more information

== Bugs

Have found a bug? Please create an issue in our bug tracker!
http://otclient.info/tracker

== Contributing

We encourage you to contribute to OTClient! Please check out
{our website}[http://otclient.info/] for guidelines about how to proceed. Join us!

== Authors

* edubart <edub4rt@gmail.com> (project creator and leader developer)
* baxnie <henrique_santiago93@hotmail.com> (official developer)

== License

OTClient is made available under the MIT License