The Exploot MMO game server
Clone repo and then run git submodule update --init to fetch latest version of exploot-protobuf.
Then go to the submodules/exploot-protobuf folder and run build.sh
pacman -S mysql-connector-c++ bullet enet protobuf-cEverything is versioned because it is hard to maintain. If you want to update libs I'll be happy to take your PR.
You have to import SQL script located in sql folder inside your database. Then update your DB informations inside include/config.h
mkdir build
cd build
cmake ../.
make