|
@@ -1,4 +1,4 @@
|
1
|
|
-### What is OTClient?
|
|
1
|
+### What is otclient?
|
2
|
2
|
|
3
|
3
|
Otclient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible,
|
4
|
4
|
for that it uses LUA scripting for all game interface functionality and configurations files with a syntax
|
|
@@ -20,53 +20,53 @@ client, instead otclient was designed to be a combination of a framework and tib
|
20
|
20
|
### Download
|
21
|
21
|
|
22
|
22
|
Daily snapshots of otclient master branch compiled for Windows and protocol 860 is available
|
23
|
|
-in the {downloads section}[https://github.com/edubart/otclient/downloads] of the project's github page.
|
|
23
|
+in the [downloads section](https://github.com/edubart/otclient/downloads) of the project's github page.
|
24
|
24
|
For any other platform or protocol you will need to compile the source code. Currently Linux/Windows
|
25
|
|
-platforms and protocols 860/861/862 are supported.
|
|
25
|
+platforms and protocols 8.6x are supported.
|
26
|
26
|
|
27
|
27
|
### Compiling
|
28
|
28
|
|
29
|
29
|
In short, if you need to compile OTClient, follow these tutorials:
|
30
|
|
-* [Compiling on Windows](http://otclient.info/index.php?app=ccs&module=pages§ion=pages&id=2&record=9)
|
31
|
|
-* [Compiling on Ubuntu](http://otclient.info/index.php?app=ccs&module=pages§ion=pages&id=2&record=12)
|
|
30
|
+* [Compiling on Windows](http://otclient.info/tutorials/compiling_on_windows.html)
|
|
31
|
+* [Compiling on Linux](http://otclient.info/tutorials/compiling_on_linux.html)
|
32
|
32
|
|
33
|
33
|
### Need help?
|
34
|
34
|
|
35
|
35
|
Checkout our website at <http://otclient.info> for tutorials and more information.
|
36
|
36
|
If you have any questions or are looking for more information, please feel free to ask on our official
|
37
|
|
-forum at <http://otclient.info> or talk with us at #otclient irc.freenode.net
|
|
37
|
+forum at <http://forum.otclient.info> or talk with us at #otclient irc.freenode.net
|
38
|
38
|
|
39
|
39
|
### Bugs
|
40
|
40
|
|
41
|
|
-Have found a bug? Please create an issue in our [bug tracker](http://otclient.info/tracker)
|
|
41
|
+Have found a bug? Please create an issue in our [bug tracker](https://github.com/edubart/otclient/issues)
|
42
|
42
|
|
43
|
43
|
### Contributing
|
44
|
44
|
|
45
|
|
-We encourage you to contribute to OTClient! Please check out
|
|
45
|
+We encourage you to contribute to otclient! Please check out
|
46
|
46
|
[our website](http://otclient.info/) for guidelines about how to proceed. Join us!
|
47
|
47
|
|
48
|
48
|
We are currently needing help in the following areas:
|
49
|
49
|
* Designing new UI themes or improving the current one
|
50
|
50
|
* Translating the client to other languages
|
51
|
|
-* Documenting lua APIs and creating tutorials
|
52
|
|
-* Scripting with lua new modules or improving the current ones
|
|
51
|
+* Documenting and creating tutorials
|
|
52
|
+* Scripting new modules or improving the current ones
|
53
|
53
|
* Porting otclient to other otserv protocols (8.54, 8.7, 9.x, etc)
|
54
|
54
|
* Spreading otclient project over the web and bring it to new possible contributors
|
55
|
55
|
* Testing the client itself to report bugs and missing features in our bug tracker
|
56
|
56
|
|
57
|
57
|
### Contact
|
58
|
58
|
|
59
|
|
-You have 3 options, use the forum at http://otclient.info , talk directly with us at #otclient irc.freenode.net
|
|
59
|
+You have 3 options, use the [forum](http://forum.otclient.info/), talk directly with us at #otclient irc.freenode.net
|
60
|
60
|
or send an email directly to the project leader edub4rt@gmail.com
|
61
|
61
|
|
62
|
62
|
### License
|
63
|
63
|
|
64
|
|
-OTClient is made available under the MIT License, thus this means that you are free
|
|
64
|
+Otclient is made available under the MIT License, thus this means that you are free
|
65
|
65
|
to do whatever you want, commercial, non-commercial, closed or open.
|
66
|
66
|
|
67
|
67
|
|
68
|
68
|
### Donate
|
69
|
69
|
|
70
|
|
-OTClient needs your support, if you really like and use it, please donate. Anyone can donate
|
|
70
|
+Otclient needs your support, if you really like and use it, please donate. Anyone can donate
|
71
|
71
|
by clicking the Donate button in otclient website. We might prioritize features
|
72
|
72
|
requests from who donate, in this case you can send an email to the project leader.
|