Hello and thanks for this addon!
I have been trying alot of things to make this work but no matter what i try i get this in my rpt log:
8:37:20 "---------------------------------------------------------------------"
8:37:20 "---------------------------------------------------------------------"
8:37:20 "extDB3 Failed to Load, Check Requirements @ https://bitbucket.org/torndeco/extdb3/wiki/Installation"
8:37:20 ""
8:37:20 "If you are running this on a client, Battleye will random block extensions. Try Disable Battleye"
8:37:20 "---------------------------------------------------------------------"
8:37:20 "---------------------------------------------------------------------"
What i am been doing: Placed the @extDB3 folder in my Arma 3 directory (In my case: D:\Games\Steam\SteamApps\common\Arma 3\@extDB3) with extdb3-conf.ini and the .dll and 3 folders inside. (4 files and 6 folders) and i editted the config to my needs and loaded the mod when starting up. In my rpt i can see the mod is loaded with the other mods arma loads when starting. Running it from windows.
I have a running and working mariadb server running to connect to, it runs other databases so its confirmed working - I have no logs in the @extdb3/logs directory either.
extdb3-conf.ini:
[Main]
Version = 1
Randomize Config File = false
;; Randomizes Config File after loading.
;; Recommend to turn on, if you have enabled filepatching on arma.
Allow Reset = false
;; Allows 9:RESET, usefull for development work
Thread = 2;
;; Option to force number of worker threads for extDB3.
;; Min = 2, Max = 6
[Log]
Flush = true;
;; Flush logfile after each update.
;; Option really only usefull if running DEBUG BUILD
[Database]
IP = 37.139.21.232
Port = 3306
Username = arma3
Password = ******
Database = arma3
Am i doing something totally wrong?