Skip to content

ProjectMera/otclient

 
 

Repository files navigation

OpenTibiaBR - OTClient

Discord Channel GitHub issues GitHub pull request Contributors License: MIT

GitHub repo size

Codacy Badge CodeQL Quality Gate Status

Builds

Build Status Build Status Build Status

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++17 and heavily scripted in lua.

Where do I download?

Compiled for MacOS, Ubuntu and Windows can be found here:

Compatible Dat and Spr with otservbr-global and canary:

NOTE: You will need to download spr/dat files on your own and place them in data/things/1264/ (i.e: data/things/1264/Tibia.spr)

Compiling

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

Forum OTServBR:

Build and run with Docker

To build the image:

docker build -t opentibiabr/otclient .

To run the built image:

# Disable access control for the X server.
xhost +

# Run the container image with the required bindings to the host devices and volumes.
docker run -it --rm \
  --env DISPLAY \
  --volume /tmp/.X11-unix:/tmp/.X11-unix \
  --device /dev/dri \
  --device /dev/snd opentibiabr/otclient /bin/bash

# Enable access control for the X server.
xhost -

Need help?

Try to ask questions in our discord

Bugs

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

Contributing

We encourage you to contribute to otclient! You can make pull requests of any improvement in pull requests

Contact

Discord Channel

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.

Packages

No packages published

Languages

  • C++ 70.1%
  • Lua 27.3%
  • CMake 1.6%
  • C 0.7%
  • Shell 0.2%
  • Python 0.1%