Dreamless 4 Report post Posted December 13, 2015 Hey, So I´m currently working on a RCON tool using the BattleNet C# API for BattlEye protocol handling. My question is if there is anybody who can explain me how I can capture the chat messages in Arma 3 / Exile to display them in the RCON tool aswell. Atm I´m only able to send commands and chat messages to the server and to recieve BattlEye feedback like the playerlist or connected RCON admins. Thanks in advance greetings Share this post Link to post Share on other sites
Torndeco 233 Report post Posted December 17, 2015 (edited) https://github.com/marceldev89/BattleNET I am honestly confused how you managed todo the rest, but aren't able to receive rcon chat messages. Misread, though you wrote the protocol handling yourself Apparently there is some handlers for it already in the BattleNet Library Edited December 17, 2015 by Torndeco Share this post Link to post Share on other sites
Spartan 85 Report post Posted December 17, 2015 O/T, hey @Torndeco thanks for extdb2. Just amazing. Share this post Link to post Share on other sites
Patrix87 210 Report post Posted December 17, 2015 Any Idea how to send message on different channels ? Or how to make a broadcast or warning of some kind ? Share this post Link to post Share on other sites
Dreamless 4 Report post Posted December 18, 2015 So it seems more people are having problems / are interested in the topic. So I just found out that the problem lies in chat isn´t logged through BattlEye. DaRT is 100% able to log the chat on Arma Server and I tested the logging local on my server and on our root. Booth were setup by 2 different persons on different iOS. I also found out BattleNET API supports the chat, but since the problem mentioned before occured it wasn´t able to provide it to my RCON tool nor DaRT which uses BattleNET API aswell btw. greetings Share this post Link to post Share on other sites