Skip to content

bertopm99/AllTheHaxx

 
 

Repository files navigation

#AllTheHaxx ~ [0x539] CI Status: Circle CI ###AllTheHaxx. Guaranteed to be 420% verkeckt!

Our own flavor of the popular DDNet client modification for the 2d shooter teeworlds. Take a look at our homepage for more information.

Development discussions happen on #AllTheHaxx on Quakenet (»Webchat).

You can get binary releases from our website.

Building

To compile AllTheHaxx yourself, you can follow the instructions for compiling Teeworlds. Make sure you meet all requirements that are made by the DDNet Client (listed below)

WINDOWS USERS: if you should encounter any compiling problems, please compile with MinGW!! (»howto)


AllTheHaxx requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86_64). Instead you can install these libraries on your system, remove the config.lua and bam should use the system-wide libraries by default. You can install all required dependencies on Debian and Ubuntu like this:

apt-get install libsdl2-2.0-dev libfreetype6-dev libcurl4-openssl-dev libogg-dev libopus-dev libopusfile-dev

If you have the libraries installed, but still want to use the bundled ones instead, you can specify so by running bam config curl.use_pkgconfig=false opus.use_pkgconfig=false opusfile.use_pkgconfig=false ogg.use_pkgconfig=false.

The MySQL server is not included in the binary releases and can be built with bam server_sql_release. It requires libmariadbclient-dev, libmysqlcppconn-dev and libboost-dev, which are also bundled for the common platforms.

Note that the bundled MySQL libraries might not work properly on your system. If you run into connection problems with the MySQL server, for example that it connects as root while you chose another user, make sure to install your system libraries for the MySQL client and C++ connector. Make sure that mysql.use_mysqlconfig is set to true in your config.lua.


Packages

No packages published

Languages

  • C 57.0%
  • C++ 34.2%
  • Lua 4.2%
  • HTML 2.5%
  • Python 1.4%
  • Makefile 0.3%
  • Other 0.4%