Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pukoren/exploot-server
The Exploot MMO game server
https://github.com/pukoren/exploot-server
Last synced: 25 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T01:22:05.000Z (about 9 years ago)
- Last Synced: 2023-06-09T08:35:14.354Z (over 1 year 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
```