Titanium world is a private Tibia server.
The server is based on an earlier version of opentibia/server which targets Tibia 7.6.
Credits go to the developers of the opentibia project.
This repo contains changes to compile and run the server on Linux and introduces a small CI pipeline and docker containerization. If you are here to report a bug, head over to the issue tracker and create an issue.
Pull requests are welcome at any time.
So if you want to contribute, please read the following instructions.
- Use Linux
- Install the dependencies.
apt-get install libgmp3-dev libboost-thread-dev libboost-regex-dev libboost-system-dev \
libboost-filesystem-dev liblua5.1-dev libxml2-dev liblzma-dev zlib1g-dev libticonv-dev
Run the following commands to compile the source code.
cmake -DCMAKE_BUILD_TYPE=Performance -DUSE_MYSQL=Off
make