Skip to content
/ extdb Public

A clone of the V35 extDB repo just hours before it was pulled down by the original author

Notifications You must be signed in to change notification settings

dcorbe/extdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Longer Maintained...

Offical Development is now on https://github.com/Torndeco/extdb2
Note extDB2 is very similiar but not back compatiable extDB.
It will require changes to SQF Code + DB_CUSTOM File.

Arma3 Extension DB C++ (windows / linux) v35

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

Known Missions / Mods using extDB

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

Features

  • Rcon Support
  • Steam VAC + Friends Queries
  • Multi-Part Messages (i.e if output > outputsize set by arma)
  • Multi-Threading Sync / ASync Commands
  • Unique ID for Messages
  • Supports Mysql / SQlite / ODBC
  • Supports Prepared Statements via DB_CUSTOM_V5
  • Support for Arma2 Randomizing config file

Protocols

  • DB_CUSTOM_V3 (Ability to define sql statements in a .ini file)
  • DB_CUSTOM_V5 (Ability to define sql prepared statements in a .ini file)
  • DB_PROCEDURE_V2 (limited support, no outputs)
  • DB_RAW_V3 (by raw i mean raw sql commands, no sql escaping etc)
  • MISC (has beguid crc32 md4 md5 time + time offset)
  • LOG (Ability to log info into custom log files)
  • VAC (Ability to Query Steam for Ban / Friend Info)

Documentation @

https://github.com/Torndeco/extDB/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

Using Fred's Malloc

extDB is incompatible with https://github.com/fred41/tbbmalloc_arma.
Workaround rename Fred's malloc & change arma startup to the new filename.

Thanks to

Donate

PayPal Donate Link
If you like to donate, all development is done on a Dedicated Linux Server. Server cost is currently 50 Euro a month

About

A clone of the V35 extDB repo just hours before it was pulled down by the original author

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages