ILLUXNNN 27 Report post Posted December 28, 2016 Hi there, I was wondering if there was a way to log all the chat(direct,side,group, etc) to the database? Right now its logging it into the serverconsole, but making MYSQL to read trough 120k lines for each restart will stress it too much. Thanks! 1 Share this post Link to post Share on other sites
Omen 35 Report post Posted March 4, 2017 (edited) I am also looking for this functionality. Does anyone have a functional method of doing this? Note: I am more specifically interested in side chat logging. Edited March 4, 2017 by Omen 1 Share this post Link to post Share on other sites
Omen 35 Report post Posted March 15, 2017 @ILLUXNNN After doing a lot of research, we couldn't find a way to send chat data from Exile (or Arma) directly to MySQL in game. We ended up using BEC and parsing the log files. Iterate each line, insert into the database and then remove the line. 1 Share this post Link to post Share on other sites
BlackheartsGaming 57 Report post Posted March 15, 2017 This is possible, but you would need to write it yourself with Visual Studio .NET. You could use the BattleNet C# library to write an app to monitor the RCON console for chat, parse it and then write it to a Mysql database. @maca134 used this libaray to create MBRcon as a nice replacement for BEC. https://github.com/maca134/MBCon https://github.com/marceldev89/BattleNET 1 Share this post Link to post Share on other sites