https://github.com/pukoren/exploot-server
The Exploot MMO game server
https://github.com/pukoren/exploot-server
Last synced: 10 months ago
JSON representation
The Exploot MMO game server
- Host: GitHub
- URL: https://github.com/pukoren/exploot-server
- Owner: PuKoren
- License: gpl-2.0
- Created: 2014-11-26T15:07:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T01:22:05.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T09:12:52.487Z (11 months ago)
- Language: C++
- Size: 7.66 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
exploot-server
==============
The Exploot MMO game server
## Submodules
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```
## Dependencies
### Arch Linux
```bash
pacman -S mysql-connector-c++ bullet enet protobuf-c
```
### Windows
Everything is versioned because it is hard to maintain. If you want to update libs I'll be happy to take your PR.
## MariaDB
You have to import SQL script located in ```sql``` folder inside your database. Then update your DB informations inside ```include/config.h```
## Compile
```bash
mkdir build
cd build
cmake ../.
make
```