Kiina / extDB2

Arma3 Extension DB C++ dll / so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arma3 Extension DB C++ (windows / linux)

I got bored waiting on Arma 2017 / Epoch for Arma3.
So i decided to write up an C++ Extension for Arma3server.

Known Public Missions / Mods using older extDB

http://www.altisliferpg.com
http://a3wasteland.com/

Known Public Missions / Mods using extDB2

None

Features

  • ASYNC Support
  • Unique ID for Messages
  • Multi-Part Messages
  • Rcon Support
  • Steam VAC + Friends Queries
  • MySQL + SQLite Support
  • Arma2 Legacy randomize configfile support

Protocols

  • SQL_CUSTOM (Ability to define sql prepared statements in a .ini file)
  • SQL_RAW
  • MISC (has beguid, crc32, md4/5, time + time offset)
  • LOG (Ability to log info into custom log files)
  • STEAM (Ability to Query Steam for VAC Bans / Friend Info)
  • RCon (Send Server Rcon messages + ability to whitelist them aswell)

WIP

  • Remote Console for extDB2 i.e so you can remote execute SQF Code
  • Redis Support Coming Soon

Known Issues

Documentation @

https://github.com/Torndeco/extDB2/wiki

Linux Requirements

Linux Distro with Glibc 2.17 or higher
Debian 8 / Centos 7 / Ubuntu 14.10

Windows Requirements

Windows Server 2008 + Later
Windows 7 + Later

Install vcredist_x86.exe
http://www.microsoft.com/en-ie/download/details.aspx?id=40784

Donation Link @

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2

Thanks to

About

Arma3 Extension DB C++ dll / so

License:GNU General Public License v3.0


Languages

Language:C++ 64.4%Language:C 35.1%Language:SQF 0.5%